michael

142
reputation
30 views

Registered User

name michael
member for 1 year
seen 9 hours ago
website
location Harrogate, UK
age 25
I need a lot of help!
11h
asked Trying to create a parallax effect in flash AS3
Dec
9
asked Help understanding what this line of PHP is doing
Nov
24
asked mysql number of people assigned to a task
Oct
22
awarded  Autobiographer
Oct
22
awarded  Commentator
Oct
22
comment c++ OpenGL coordinate transformation
I think I get it now :) something along these lines... gamedev.net/reference/articles/…
Oct
22
comment c++ OpenGL coordinate transformation
Thankyou for your answer, when I get a little more comfortable with all of this I think I'll delve deeper into matrix maths
Oct
22
asked c++ OpenGL coordinate transformation
Oct
11
awarded  Editor
Oct
11
revised Stuck building a game engine
added 6 characters in body
Oct
11
asked Stuck building a game engine
Oct
9
awarded  Yearling
Oct
9
awarded  Critic
Oct
9
asked simple c++, opengl game engine for linux?
Oct
7
comment moving a point in 3d space
Ok I guess the equivalent in OpenGL would be... glRotatef( 30.0f, 0.0f, 1.0f, 0.0f ); glRotatef( 30.0f, 1.0f, 0.0f, 0.0f ); glTranslate( 0.0f, 0.0f, 10.0f ); But I want to do it manually so that I know the world coordinates of the point (so that I can compare it to other coordinates)
Oct
7
asked moving a point in 3d space
Oct
6
comment Delete all items from a c++ std::vector
It was to do with how I was getting the vector this->getVector().clear() didnt work this->m_vector.clear() worked thanks
Oct
6
comment Delete all items from a c++ std::vector
Doesn't clear destruct the elements held by the vector? I don't want that, as I'm still using the objects, I just want to empty the container
Oct
6
asked Delete all items from a c++ std::vector
Oct
4
comment OpenGL absolute coordinates
I guess I need to look into a suitable way to maintain the positions manually then
Sep
17
answered Many to many query
Sep
17
comment OpenGL absolute coordinates
This was my first though but there must be a more graceful way of handling this?!
Sep
17
comment OpenGL absolute coordinates
But what happens when both my points have been translated? By absolute, I mean axis aligned coordinates which have had no transforms or rotations.
Sep
16
asked OpenGL absolute coordinates
Sep
10
asked PHP Array_Sum on multi dimensional array