Can somebody help me with this simple but puzzling error. I'm trying to pass a scene3D variable into my view3D and I get a compile error. I have no issues when I don't pass in any parameters.
Here is the code:
scene1 = new Scene3D();
view = new View3D({scene:scene1});
Here is the error:
1118 Implicit coercion of a value with static type Object to
a possibly unrelated type away#d.containers.Scene3D
Thanks!
