Starnut coder
02-20-2001, 03:20 AM
question1.)
does anybody know a classlibrary for displaying videos, for example using directshow?
question2.)
how do i boost performance in this.
I made a big world with many polygons,
and i keep redrawing it in the Display
function. I use glTranslatef and glRotatef
to move the camera. Isnt there a way to move about without redrawing all the time.
question3.)
Is there a way to use directdraw and Opengl in one Application? Not at the same time, but
initialize one use it, then the other.
How would i have to make the window, or
must i maybe make two windows?
question4.)
i use glTranslatef and glRotatef to move the camera. How do i make a shot fly directly
away from the camera. I tryed using
vectors and then normalizing, but for some
reason it doesnt work.
does anybody know a classlibrary for displaying videos, for example using directshow?
question2.)
how do i boost performance in this.
I made a big world with many polygons,
and i keep redrawing it in the Display
function. I use glTranslatef and glRotatef
to move the camera. Isnt there a way to move about without redrawing all the time.
question3.)
Is there a way to use directdraw and Opengl in one Application? Not at the same time, but
initialize one use it, then the other.
How would i have to make the window, or
must i maybe make two windows?
question4.)
i use glTranslatef and glRotatef to move the camera. How do i make a shot fly directly
away from the camera. I tryed using
vectors and then normalizing, but for some
reason it doesnt work.