Page 1 of 1

OGRE 3D GUI EDITOR ... (startup)

Posted: Wed Oct 25, 2017 10:31 pm
by marc_256
Hello 3D users,

Some time ago ,I started (with the needed ups and downs), my 3D GUI editor.
I bougth some time ago Innesoft and ProGUI but both projects are stopped, so no more support ...

I like to create a working GUI with "PB" and the "3D OGRE" render engine.
also interface with "POVRAY" render engine.

So, this is the first part, the camera setup,

What do we need for the CAMERA setup ?

- Type
- Name

- Position (x,y,z)
- Rotation (x°,y°,z°)
- Scaling (x%,y%,z%)
- Offset (x,y,z)
- Look at (x,y,z) or object
- Near/Far limits
- Lenses data (angle/focal)
- TimeLine (motions in time)
- RenderMode (Plot / Wireframe / Textured)
- ProjectionMode (Orthographic / Perspective)
- Backcolor (RGB)
- ?

Examples:

Image Image Image



thanks,
marc

Re: OGRE 3D GUI EDITOR ...

Posted: Thu Oct 26, 2017 8:11 am
by Kuron
Marc -- Not the answer you want, but that is an absolutely gorgeous GUI.

Re: OGRE 3D GUI EDITOR ...

Posted: Thu Oct 26, 2017 9:20 am
by marc_256
Hi Kuron,

thanks for the positive mode ... 8)
I wanted a blender look alike GUI, so ...

marc,

Re: OGRE 3D GUI EDITOR ...

Posted: Thu Oct 26, 2017 9:23 am
by marc_256
New setup,
lock the selection, so no access to change the values.
the sub title is coloring RED

Examples:

Image

marc,

Re: OGRE 3D GUI EDITOR ...

Posted: Thu Oct 26, 2017 8:30 pm
by Samuel
marc_256 wrote: What do we need for the CAMERA setup ?
Not positive if you support them already, but here are a few ideas.

- Rendering mode (CameraRenderMode())
- Projection mode (CameraProjectionMode())
- Camera Background Color (CameraBackColor())

Re: OGRE 3D GUI EDITOR ... (startup)

Posted: Sat Oct 28, 2017 7:14 am
by marc_256
Hi Samuel,

nice, I'm integrating them already,

thanks,
marc

Re: OGRE 3D GUI EDITOR ... (startup)

Posted: Sat Oct 28, 2017 11:21 am
by Kuron
the sub title is coloring RED
I would change it to maroon. It would be easier on the eyes and easier to see the lettering.

Re: OGRE 3D GUI EDITOR ... (startup)

Posted: Mon Mar 05, 2018 12:36 am
by marc_256
Hi,

Long time now ...
still working on my CAD/CAM/CNC and MESH EDITOR GUI,
just to show some progress of the coordinate system 3D images
used to show these data on the screen in real time.

- (DCS) - Drawing Coordinating System
- (UCS-OCS) - User/Object Coordinating System
- (WCS) - World Coordinating System

Marc,

Image Image


Image


Image Image