Wednesday, December 12, 2007

What is that!?



Ok so i didnt go as far as the War thing. "which i should have", but i did go and create this cool texter editing thing on the project where the cones are the hands and the Ball is some weird crystal thing. Still puzzling on the name of this project should be... Any opinions are accepted. But if you look close to the right of the image that are all going towards the light. Pretty nice huh? Not hate. So many more on the next coming image.

Monday, December 3, 2007

Success!!!

WE HAVE COLOR!!!!
My army men are almost complete and for my grand finish, I will give them arms and legs with armor and weapons to obey my command.

Also the cool light on the bottom to experience with the lighting touches. Makes the blood on the victims look more interesting.

The Cones and Sphere


Imagine my cones and spheres as my cool army, Man I would be unstoppable. When all i have to do is copy them over and over like the code here.

for(int z = -400; z <= 400; z+= 20)// -30, 30, 10 number of cylinders
{
D3DXMatrixTranslation(&T, -100.0f, 3.0f, (float)z);// Position of Cylinders (&T, -10.0f, 3.0f, (float)z)
HR(mFX->SetMatrix(mhWVP, &(R*T*mView*mProj)));
HR(mFX->CommitChanges());
HR(mCylinder->DrawSubset(0));
D3DXMatrixTranslation(&T, 100.0f, 3.0f, (float)z);
HR(mFX->SetMatrix(mhWVP, &(R*T*mView*mProj)));
HR(mFX->CommitChanges());
HR(mCylinder->DrawSubset(0));
//and so on and so on
plus once i have the color set in for next project, I will display some awesome images.
For now just back to the old school of black and white "Just like my TV"