A mix of 2D and 3D environments, is it realistic for PB v4?

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Dräc
Enthusiast
Enthusiast
Posts: 150
Joined: Sat Oct 09, 2004 12:10 am
Location: Toulouse (France)
Contact:

A mix of 2D and 3D environments, is it realistic for PB v4?

Post by Dräc »

@Fred,

Just advice me:
For a 2D game, I’m looking for benefit of the 3D library components like particles system for example.
Then, the goal it’s to superpose a 3D environment to a 2D isometric map.

For that I need two important features:
- An orthographic projection (bugging in 3.94). Thus by moving a 3D entity, no deformation is shown due to the perspective of the camera.
- A metric system for the 3D environment, to have the correspondence between pixels and 3D coordinates.

Can I expect the two features for the PB v4 or do I need to change the method right now?
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

It willn't be included in the v4.0 for now.
Dräc
Enthusiast
Enthusiast
Posts: 150
Joined: Sat Oct 09, 2004 12:10 am
Location: Toulouse (France)
Contact:

Post by Dräc »

Even the orthographic projection normally available since many years but malfunctioning ??
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

i will take a closer look to that.
Dräc
Enthusiast
Enthusiast
Posts: 150
Joined: Sat Oct 09, 2004 12:10 am
Location: Toulouse (France)
Contact:

Post by Dräc »

Thanks!


To be complete if permit:
ok no metric can by setting for the 3D environment,
but currently a scale is chosen by the 3D engine when a render is required ?!

Of course, because for a fixed camera position, this scale defines the pixels from a given orthogonal plan (i.e. for a given depth ) that can be shown on the screen …

What is the chosen made?

It can by enough for me to know simply the scale chosen…
Post Reply