THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 16/07/2009 at 15:17, xxxxxxxx wrote:
User Information:
Cinema 4D Version: r11.027
Platform:
Language(s) : C++ ;
---------
Hi, I'm new to C4D but I have to write a plugin to export camera from C4D to a custom file format. Being more familiar with Maya camera, there are several questions I'm hoping someone could help me with.
1. Where can I find the aspect ratio of camera? C4D only gives one aperture so I need it to calculate the vertical aperture too.
2. there seems to be no far clipping plane in C4D, is it correct?
3. I have a camera whose P.Y is 10e7, which seems to be too big to be held in a Real and it is giving me this number 4.99816e7. Where can I find the range or definition of this Real type?
Really appreciate any response !