Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
My aim is to make a level editor in my CCB Project. Which can do the following: 1- Move, Scale, Rotate and Create objects in the 3D world. 2- Add Js code (Behaviors) to scene nodes. 3- Change node properties. That is all Any one can help? Thanks in advance ![]() |
||||
|
Here's a small example of the concept in action. It simply updates the position of the cube, but you can expand upon it easily for the scale, rotation, etc. Spawning objects will be easy as well. Adding behaviors/actions is probably a bit more tricky. That will depend on if you are going pure code or using CC's default behaviors/actions. Hope this helps. Let me know if you have any questions. https://files.catbox.moe/z6olfw.... |
|