Clone a camera
Hi,
When I try to cast a camera clone to Camera3D, the object becomes null.
eg. var camera:Camera3D = cam.clone() as Camera3D;
Anyone have an idea of what is happening? Is the clone function borked or do I have to do something else?
- Ole