modelview/projection in one frame

If you have any questions on programming, this is the place to ask them, whether you're a newbie or an experienced programmer. Discussion on programming in general is also welcome. We will help you with programming homework, but we will not do your work for you! Any porting requests must be made in Developmental Ideas.
Post Reply
project-firestorm
DCEmu Newbie
DCEmu Newbie
Posts: 8
https://www.artistsworkshop.eu/meble-kuchenne-na-wymiar-warszawa-gdzie-zamowic/
Joined: Thu May 18, 2006 10:03 am
Has thanked: 0
Been thanked: 0
Contact:

modelview/projection in one frame

Post by project-firestorm »

i have a game small 2D game engine that is working
glprojection in the glOrtho system
my 3D game works with gl_modelview

i also mix both systems ortho for the start screen and in the game
modelview.

but is it possible to use both coordinat system in one frame.

i want to set the 3D scene and after this
some pats in the Ortho system? (like the life symbol, score ,....)
is this possible?
c99koder
DC Developer
DC Developer
Posts: 200
Joined: Wed Oct 17, 2001 7:44 pm
Location: East Windsor, NJ
Has thanked: 0
Been thanked: 0
Contact:

Post by c99koder »

Yes. Assuming you're using KGL, you can change the coordinte system as many times as you want before submitting the frame.

-Sam
Image
Post Reply