OGRE for 3D editor

Anything and everything that's related to OGRE or the wider graphics field that doesn't fit into the other forums.
Post Reply
runfastman
Gnoblar
Posts: 2
Joined: Wed Oct 10, 2018 2:49 pm

OGRE for 3D editor

Post by runfastman »

I am seeking some use case knowledge for OGRE. I need a basic 3D display in my desktop application where the user can add basic shapes resize and move them around. Kind of like a scene editor for a game. I am not seeing any examples of something like this.
Would OGRE be a good choice?

I need to be able to do the following.
1. Embed the 3D viewer into a frame/widow of my application QT, C++ or C#.
2. Drag and drop events into the 3D viewer.
3. Selection of 3D objects with events back to my code.
paroj
OGRE Team Member
OGRE Team Member
Posts: 1994
Joined: Sun Mar 30, 2014 2:51 pm
x 1074
Contact:

Re: OGRE for 3D editor

Post by paroj »

runfastman
Gnoblar
Posts: 2
Joined: Wed Oct 10, 2018 2:49 pm

Re: OGRE for 3D editor

Post by runfastman »

Thanks, that was easy..

Does any one know of one for C#, if we want this route?
Post Reply