Latest matrix Activity
A major part of gameplay is making sure objects are at the right places at the right times. This means you must understand the mechanisms behind how objects in a scene are placed at a particular position. You need to know how to do stuff like program a door to swing open when activated, or calculat…
snoken said:
When using quaternions, the skeleton looks fine except the z axis rotation. The arms go up instead of down. If I negate only Z, the arms come down as they should but they are not aligned with the torso, they are rotated back. Other than that, the skeleton looks fine and in the correct p…
Hello, I have a problem in DX9: I am projecting objects with the LightProj
matrix.
The problem is that my objects will be projected from (-infinity to +infinity).
At the end, I'm setting the object projection texture SetTexture(projection)
with
SetTransform…
@joej So.. scrolling through my geometry loader I found an innocent looking line of code I had forgotten about.
finalVertex.z *= -1;
POOF everything is now working fine ?
Will go cry for a bit, I'll be fine.