logic and geometry

Started by
-1 comments, last by giugio 12 years, 6 months ago
hello.

I wish creating a professional aplication with a part like a simplified cad.
I saw some open source engine , that work with scenegraph like wild magic 5 , openscenegraph ogre ecc...
My problem is that I must render the object geometry with the material , but i must also visualize some charateristic in a simple GUI resulting from a piking for example.
and do some operation on the OBJECT from the gui.
The key for me is the OBJECT , an object have a geometric rapresentation , but have also some c++ data.
I think to add data like the meshes in a node (of the object) and work with the OBJECT nodes like the scenegraph.
How is best create the object with graphics and data caracteristic for you?
I think also to use the MVC pattern for this work but i'm a little confuse of the multitude of tecnologies that one can use.
and at the end i must choose.
This problem is valid also for the games , how do at insert characteristics like speed,energy and the actions run,jump ecc...
I read in other books the figure of the actor that encapsulates in a class "the actor" all of this.
can advices to me a book or articles or only a little explaination?

Thanks.

This topic is closed to new replies.

Advertisement