Hi everybody,
I don’t know if this is has been done already. I need to have different 3D screens with different contents in it. The user click tabs to see every screen and he can add (up to 5) or remove tabs. Also, on each screen, the objects can be dragged, added, removed, etc.
What’s the best option with Away3D 4?
1. Use different Scenes with a single view? Something like: view.scene = scene1; view.scene = scene2; etc. (I don’t know if this is possible).
2. Create a new scene, view, camera, etc. on different movieclip containers for each screen?
3. Maybe have a single scene, and put every screen content in separated ObjectContainer3D’s so they are hidden/shown as needed?
Those are the options I can think of at the moment.