Hi guys,
So, I’ve reached a strange problem. Everything was working and now it isn’t.
Simplifying the code I have, on my 3D class I do:
view = new View3D();
view.width = width;
view.height = height;
view.backgroundColor = 0x172127;
view.antiAlias = 4;
addChild(view);
view.render();
i’m using flash builder by the way and this problem is happening on a .SWF project.
With this code I get the error:
Main Thread (Suspended: TypeError: Error #1009: Cannot access a property or method of a null object reference.)
away3d.containers::View3D/updateBackBuffer
away3d.containers::View3D/render
TriDApp/setUpView
TriDApp
Main
Flash builder also opens a window and says: “source not found”.
Any idea on what is happening around here?