mixing 2D and 3D

Just starting out? Need help? Post your questions and find answers here.
coma
Enthusiast
Enthusiast
Posts: 164
Joined: Fri Aug 15, 2003 3:46 am
Location: Canada

mixing 2D and 3D

Post by coma »

Hi everybody :)


I have a little problem.

I want to draw 3d objects on a 2d background.

Is it possible to draw 3d object somewhere else the videoscreen (on a image or a sprite, for exemple), and then to use the grabbed 3d picture as a sprite ?
Fred
Administrator
Administrator
Posts: 18351
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Display your background and then the 3D objects..
coma
Enthusiast
Enthusiast
Posts: 164
Joined: Fri Aug 15, 2003 3:46 am
Location: Canada

Post by coma »

no, this will no work, because I want to put the 3d objets at x,y on the screen.

it's hard to explain, but I want to use 3d object over a 3d isometric background.
If I use the classic method, the same object on the left of the screen will not be the same that the object on the right (result from the perspective).

I don't know if I am clear.....

so, it's not possible to draw 3d objects into another buffer ? only on the screen ?
Fred
Administrator
Administrator
Posts: 18351
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Yes, that's clear. You want an othographic projection instead of the currently used 'perspective' one. It should be available in the next release.
coma
Enthusiast
Enthusiast
Posts: 164
Joined: Fri Aug 15, 2003 3:46 am
Location: Canada

Post by coma »

ok fred.

I intended to use a very distant camera with a high zoom level to approximate this, but if the orthographic projection is in the next version, it's the paradise :)
Post Reply