benio33
06-23-2009, 01:52 PM
Hi all!
I'm stuck with another thing now ... there is this method getRenderingFrustum in MFnCamera class which accepts 4 doubles as reference ... no problem with the non-referenced first attribute, but for the references I must specify that this variable is already an double - no problem in C++, but how to make Python daclare a variable to be of double type??
ps. Or even better - how to define a POINTER to the double variable?
Best regards,
Benio
I'm stuck with another thing now ... there is this method getRenderingFrustum in MFnCamera class which accepts 4 doubles as reference ... no problem with the non-referenced first attribute, but for the references I must specify that this variable is already an double - no problem in C++, but how to make Python daclare a variable to be of double type??
ps. Or even better - how to define a POINTER to the double variable?
Best regards,
Benio
