Hello everyone,
I’m working with the j3o SDK and need some clarification on two functionalities:
Question 1: AppState Selection in AppStateExplorer
When editing a j3o file, clicking “Attach…” in the AppStateExplorer tab opens the “Add New AppState” window. However, the “Select App State” dropdown is empty, even though my project contains classes extending BaseAppState
.
- Can someone explain why the list of classes is empty?
- How does the population of this list work?
- Is this a potential bug?
Question 2: Updating Scene Graph Tree with Animations
I implemented a method to add animations from files to a 3D model already open in the scene. However, the “list of animations” under the AnimComposer node doesn’t update when I add them via code. Clicking the “update” button in the SceneExplorer tab also doesn’t refresh the tree.
- Are there any suggestions on how to force the scene graph tree to update with newly added animations?
Thanks in advance for your assistance!
Edit:
Important note: I am not modifying the core of the SDK but am injecting functions via BaseAppState.