Reputation: 373
I want to create a plane using xna , similiar to the one in this link so i can add 3d objects above it
http://www.mathsisfun.com/geometry/plane.html
can anyone guide me or tell me how?
Upvotes: 0
Views: 3161
Reputation: 5529
what you want to draw is a textured quad: http://msdn.microsoft.com/en-us/library/bb464051.aspx
Upvotes: 1