Tony798
12-22-2000, 12:31 AM
Hi,
I've been trying to do the following for quite a while without success (I'm sure it's easy but I'm not that familiar with any of the techniques involved). Basically I have a rectangle :
po = -1,1,0
p1 = -1,-1,0
p2 = 1,-1,0
p3 = 1,1,0
and I would like to move it around in the XZ plane. The left and right keys rotate to polygon about y at it's origin and the up and down keys move the object along it's normal. I've tried many approaches but all of them have failed. I'm sure this is something very easy and standard but I'm new at this and it's doing my head in !
Thanks
Tony
I've been trying to do the following for quite a while without success (I'm sure it's easy but I'm not that familiar with any of the techniques involved). Basically I have a rectangle :
po = -1,1,0
p1 = -1,-1,0
p2 = 1,-1,0
p3 = 1,1,0
and I would like to move it around in the XZ plane. The left and right keys rotate to polygon about y at it's origin and the up and down keys move the object along it's normal. I've tried many approaches but all of them have failed. I'm sure this is something very easy and standard but I'm new at this and it's doing my head in !
Thanks
Tony