Node relative

Started by
0 comments, last by ajas95 18 years, 7 months ago
In a scene there are many node. How to create relation between them? Ogre use function by manual to create parent / child relation. I think It should by text file or script or editor to create relation. for example In my text: name parent model texture node1 root "robot" "robot_tex" and I create a node according the line . But I do not know if work. So give me something for clue about it.Thanks
Advertisement
Quote:I think It should by text file or script or editor to create relation.


Yes. Script/Editor is best to start a scene. Ogre doesn't know about your script. It only provides an interface for you to translate your script into something Ogre understands.

If 100 people have 100 different scripts in different formats, should Ogre know how to translate all of them? No, of course not. It's up to you. There are some standard ways of importing a scene into Ogre though, if you use a script format that some of the participants has developed.

This topic is closed to new replies.

Advertisement