Hi,

I just checked out the latest Away3D 3.6 trunk and on initializing my
scene I get the following error:

ReferenceError: Error #1065: Variable _init is not defined.
        at away3d.core.utils::Init/getString()[/Users/jerome/Desktop/mess/
away3D/src/away3d/core/utils/Init.as:99]
        at away3d.core.base::Object3D()[/Users/jerome/Desktop/mess/away3D/src/
away3d/core/base/Object3D.as:1457]
        at away3d.core.base::Mesh()[/Users/jerome/Desktop/mess/away3D/src/
away3d/core/base/Mesh.as:394]
        at away3d.containers::ObjectContainer3D()[/Users/jerome/Desktop/mess/
away3D/src/away3d/containers/ObjectContainer3D.as:201]
        at away3d.containers::Scene3D()[/Users/jerome/Desktop/mess/away3D/src/
away3d/containers/Scene3D.as:152]

this is the code:

scene = new Scene3D();
camera = new HoverCamera3D();
view = new View3D();
view.scene = scene;
view.camera = camera;
addChild( view );

It's late, so I might be missing something...

Cheers,

J.

Reply via email to