mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
fix stereo rendering in pview
This commit is contained in:
parent
beabaecca4
commit
2d1cee4623
@ -33,6 +33,7 @@ StereoDisplayRegion(GraphicsOutput *window,
|
|||||||
nassertv(window == left->get_window() &&
|
nassertv(window == left->get_window() &&
|
||||||
window == right->get_window());
|
window == right->get_window());
|
||||||
set_stereo_channel(Lens::SC_stereo);
|
set_stereo_channel(Lens::SC_stereo);
|
||||||
|
set_sort(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user