Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

andreidim

Member Since 05 Sep 2012
Offline Last Active May 18 2013 01:18 AM
-----

Topics I've Started

I cant get my floor model to work properly

09 September 2012 - 09:17 AM

Hello guys, im making a new 3D game, i made a floor model, but it dowsnt draw the fourth triangle.
Here is the source: http://EvoGame.codeplex.com

Here is the model:

vertecies.Add(new VertexPositionNormalTexture(new Vector3(-0.5f, -0.5f, 0.5f), Vector3.Up, new Vector2(0, 1)));
vertecies.Add(new VertexPositionNormalTexture(new Vector3(-0.5f, -0.5f, -0.5f), Vector3.Up, new Vector2(0, 0)));
vertecies.Add(new VertexPositionNormalTexture(new Vector3(0.5f, -0.5f, 0.5f), Vector3.Up, new Vector2(1, 0)));
vertecies.Add(new VertexPositionNormalTexture(new Vector3(0.5f, -0.5f, -0.5f), Vector3.Up, new Vector2(1, 0)));
vertecies.Add(new VertexPositionNormalTexture(new Vector3(0.5f, -0.5f, 0.5f), Vector3.Up, new Vector2(1, 1)));
vertecies.Add(new VertexPositionNormalTexture(new Vector3(-0.5f, -0.5f, 0.5f), Vector3.Up, new Vector2(0, 1)));

Thanks,
Andrei

I need help with scaling and rotating sprites.

05 September 2012 - 09:46 AM

Hello everyone, my name is Andrei and i want to develop a game in java, but i need some features that i dont know how to implement in my pure java game engine, if anyone can help me, i would love to, i can get the angle, but i dont know how to rotate a sprite and i dont know how to do scale.

Thanks.

PS.:Sorry for my bad english, i have some typos from hurrying and english is not my primary language.

PARTNERS