jMP SceneExplorer menu can now be extended (3 posts)

Topic tags: extend, jmp, sceneexplorer
  • Profile picture of normen normen1290p said 1 year, 3 months ago:

    Hi,

    I decided to start to move some of the functions of SceneComposer into menus in the SceneExplorer so they are available across all plugins. This includes adding of Spatials and Lights as well as some tools like tangent generation and physics collision shape generation:

    The nice thing is that these menus can now be extended just as easily as the node types in the SceneExplorer, with a little class compiled in a plugin you can add your own Spatial or Control types or execute your own commands and tools. This allows you to create small plugins that just do some simple action or create some special item in the SceneGraph. To see how it works, have a look at the wiki.

    Cheers,
    Normen

    Edit: Btw, I dont know if I already mentioned it but you can now edit UserData of Spatials in jMP too, see the “Add User Data” item in the menu, UserData will show up in the properties of a selected spatial and can be edited there.

  • Profile picture of mifth mifth132p said 1 year, 3 months ago:

    It’s very usable! Thanks cool developer!!!

  • Profile picture of atomix atomix72p said 1 year, 3 months ago:

    “Add UserData” is an awesome feature indeed :D Thanks a lot !