I've moved my little project inside a .as file ( based on what I saw
in some away3d examples ) but I dont know how to trigger the class.
Importing and initializing an instance of that class gives errors.
at away3d.containers::View3D/updateScreenClipping()
at away3d.cameras::Camera3D/update()
at away3d.containers::Scene3D/update()
at away3d.containers::Scene3D/onUpdate()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at away3d.containers::View3D/notifySceneUpdate()
at away3d.containers::View3D/render()
at solar/render()
It happens when I use view.render with onEnterFrame event.
Yes .. I am still new with some things.