OGRE 3D GUI EDITOR ... (startup)

Developed or developing a new product in PureBasic? Tell the world about it.
marc_256
Enthusiast
Enthusiast
Posts: 742
Joined: Thu May 06, 2010 10:16 am
Location: Belgium
Contact:

OGRE 3D GUI EDITOR ... (startup)

Post 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
Last edited by marc_256 on Sat Oct 28, 2017 6:59 am, edited 3 times in total.
- every professional was once an amateur - greetings from Pajottenland - Belgium -
PS: sorry for my english I speak flemish ...
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: OGRE 3D GUI EDITOR ...

Post by Kuron »

Marc -- Not the answer you want, but that is an absolutely gorgeous GUI.
Best wishes to the PB community. Thank you for the memories. ♥️
marc_256
Enthusiast
Enthusiast
Posts: 742
Joined: Thu May 06, 2010 10:16 am
Location: Belgium
Contact:

Re: OGRE 3D GUI EDITOR ...

Post by marc_256 »

Hi Kuron,

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

marc,
- every professional was once an amateur - greetings from Pajottenland - Belgium -
PS: sorry for my english I speak flemish ...
marc_256
Enthusiast
Enthusiast
Posts: 742
Joined: Thu May 06, 2010 10:16 am
Location: Belgium
Contact:

Re: OGRE 3D GUI EDITOR ...

Post by marc_256 »

New setup,
lock the selection, so no access to change the values.
the sub title is coloring RED

Examples:

Image

marc,
- every professional was once an amateur - greetings from Pajottenland - Belgium -
PS: sorry for my english I speak flemish ...
User avatar
Samuel
Enthusiast
Enthusiast
Posts: 755
Joined: Sun Jul 29, 2012 10:33 pm
Location: United States

Re: OGRE 3D GUI EDITOR ...

Post 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())
marc_256
Enthusiast
Enthusiast
Posts: 742
Joined: Thu May 06, 2010 10:16 am
Location: Belgium
Contact:

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

Post by marc_256 »

Hi Samuel,

nice, I'm integrating them already,

thanks,
marc
- every professional was once an amateur - greetings from Pajottenland - Belgium -
PS: sorry for my english I speak flemish ...
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

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

Post 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.
Best wishes to the PB community. Thank you for the memories. ♥️
marc_256
Enthusiast
Enthusiast
Posts: 742
Joined: Thu May 06, 2010 10:16 am
Location: Belgium
Contact:

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

Post 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
- every professional was once an amateur - greetings from Pajottenland - Belgium -
PS: sorry for my english I speak flemish ...
Post Reply