user510336
user510336

Reputation: 373

create tiling texture plane xna

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

Answers (1)

Steve H
Steve H

Reputation: 5529

what you want to draw is a textured quad: http://msdn.microsoft.com/en-us/library/bb464051.aspx

Upvotes: 1

Related Questions