[Gadget3D GUI Programming] 3D Gadgets on Textures, Possible?

Everything related to 3D programming
User avatar
JamieVanCadsand
User
User
Posts: 34
Joined: Sun Jun 24, 2018 12:28 pm
Location: Holland

[Gadget3D GUI Programming] 3D Gadgets on Textures, Possible?

Post by JamieVanCadsand »

Hey 3D GUI Programmers and Software Developers...

In the future, i plans to write 3d environment editors with called in-game software aplications,
drawing on textures i want to drawing on 3d meshes to simulate in-game computers like as example
DVD-Players, Virtual Reality Systems and the list go on...
So my question is at follow:
- Is it possible to use the 3D GUI (Gadget3D) Interface Functions, called to draw these Gadget3D Interfaces
on textures as wel to simulate 3d screen, they get complex interfaces ?...

Use the Gadget3D is hopefully an easy way to use for my in-game software i want to drawing on my
3d hardware game simulator... so as example to simulate in-game DVD/MP3/4-Players, Televitions,
Radios, Bar-Systems, Printers, Computers and the list go on...
This is an project for my future programming work, i did for my hobby...
So... is it possible?, Thanks for answeres...
Jamie.
User avatar
DK_PETER
Addict
Addict
Posts: 898
Joined: Sat Feb 19, 2011 10:06 am
Location: Denmark
Contact:

Re: [Gadget3D GUI Programming] 3D Gadgets on Textures, Possi

Post by DK_PETER »

I'm not really sure what you want to do..A 3D mesh editor?
Anything can be done with PureBasic's Ogre3D engine, but it takes a lot of
time and skills to accomplish such a task.
Current configurations:
Ubuntu 20.04/64 bit - Window 10 64 bit
Intel 6800K, GeForce Gtx 1060, 32 gb ram.
Amd Ryzen 9 5950X, GeForce 3070, 128 gb ram.
DarkDragon
Addict
Addict
Posts: 2228
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Re: [Gadget3D GUI Programming] 3D Gadgets on Textures, Possi

Post by DarkDragon »

DK_PETER wrote:I'm not really sure what you want to do..A 3D mesh editor?
No, he wants to render the UI onto a texture which can be displayed on a mesh, a fairly common task. However the last time I took a look into the purebasic documentation it wasn't possible.
bye,
Daniel
User avatar
DK_PETER
Addict
Addict
Posts: 898
Joined: Sat Feb 19, 2011 10:06 am
Location: Denmark
Contact:

Re: [Gadget3D GUI Programming] 3D Gadgets on Textures, Possi

Post by DK_PETER »

@DarkDragon
Yeah..I sort of figured that out. :-)
What caused the confusion was this:
Use the Gadget3D is hopefully an easy way to use for my in-game software i want to drawing on my
3d hardware game simulator... so as example to simulate in-game DVD/MP3/4-Players, Televitions,
Radios, Bar-Systems, Printers, Computers and the list go on...
The way to emulate buttons and other gadgets is using the texture itself and let it behave as an 'active and clickable' surface.
Could you please direct me to a piece of software that has real gadgets inside/on textures?
I really don't think that using the 3D gadgets inside textures is a faily common task or widely used at all.
Current configurations:
Ubuntu 20.04/64 bit - Window 10 64 bit
Intel 6800K, GeForce Gtx 1060, 32 gb ram.
Amd Ryzen 9 5950X, GeForce 3070, 128 gb ram.
User avatar
chi
Addict
Addict
Posts: 1034
Joined: Sat May 05, 2007 5:31 pm
Location: Linz, Austria

Re: [Gadget3D GUI Programming] 3D Gadgets on Textures, Possi

Post by chi »

@JamieVanCadsand: Do you mean something like a UI in WorldSpace? (e.g. Unity GUI or Albalynx GUI)
Et cetera is my worst enemy
Post Reply