jonp Posted December 28, 2016 Share Posted December 28, 2016 Greetings, I'm a little unsure of what this variable is for, except maybe showing an anaglyph the OpenGL viewport. Does SOHO use it at all? Is there anything I can do to hack it? For example, making my own custom multiprojection camera rig and using the $EYE variable for custom behavior. -Jon Quote Link to comment Share on other sites More sharing options...
davpe Posted December 28, 2016 Share Posted December 28, 2016 (edited) Hi, I only know it as a camera ("eye") position in shading context. You can use it for projection from currently rendered camera or some sort of "depth shading" for instance. edit: I'm not aware this even exists outside of the shading context but you can always bring in camera position(s) as a parameter in VOP for instance... depends what exactly do you want to do. Edited December 28, 2016 by davpe Quote Link to comment Share on other sites More sharing options...
koen Posted December 28, 2016 Share Posted December 28, 2016 The $EYE variable is the current view for a stereo camera. If you create a stereo camera, you can control what is used in the 3d viewport. To change the value, you can use menu->edit->Stereo Eye. If you echo the $EYE, you can see the values. Cheers, koen Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.