mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
clarify stereo properties
This commit is contained in:
parent
444f18c1c8
commit
1792f7bb99
@ -627,13 +627,14 @@ get_interocular_distance() const {
|
|||||||
// PerspectiveLens.
|
// PerspectiveLens.
|
||||||
//
|
//
|
||||||
// This parameter must be greater than 0, but may be as
|
// This parameter must be greater than 0, but may be as
|
||||||
// large as you like. It controls the degree to which
|
// large as you like. It controls the amount to which
|
||||||
// the two eyes are directed inwards towards each other,
|
// the two eyes are directed inwards towards each other,
|
||||||
// which is a normal property of stereo vision.
|
// which is a normal property of stereo vision. It is a
|
||||||
// Normally this should be set to the distance from the
|
// distance, not an angle; normally this should be set
|
||||||
// camera to the area of interest in your scene. If you
|
// to the distance from the camera to the area of
|
||||||
// want to simulate parallel stereo, set this value to a
|
// interest in your scene. If you want to simulate
|
||||||
// very large number.
|
// parallel stereo, set this value to a very large
|
||||||
|
// number.
|
||||||
//
|
//
|
||||||
// Also see set_interocular_distance(), which relates.
|
// Also see set_interocular_distance(), which relates.
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user