- partial consolidation of the EyePose classes.
The SBS versions can just as easily be handled with an additional parameter.
This commit is contained in:
parent
840c2c8958
commit
4ef7b66c4b
4 changed files with 8 additions and 24 deletions
|
|
@ -92,7 +92,7 @@ const SideBySideFull& SideBySideFull::getInstance(float ipd)
|
|||
}
|
||||
|
||||
SideBySideFull::SideBySideFull(double ipdMeters)
|
||||
: leftEye(ipdMeters), rightEye(ipdMeters)
|
||||
: leftEye(ipdMeters, 0.5f), rightEye(ipdMeters, 0.5f)
|
||||
{
|
||||
eye_ptrs.Push(&leftEye);
|
||||
eye_ptrs.Push(&rightEye);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue