Hi there:
Please take a loot at this piece of code.
GL.Rotate(rotation, Vector3.UnitZ); // OpenTK has this nice Vector3 class!
My VS2010 doess not recognized this Vector3 class. I am using the latest OpenTK version. Please kindly help. Thanks.
Aditya
Comments
Re: Vector3 Class in OpenTK
using OpenTK;to the top of your source file?Re: Vector3 Class in OpenTK
Actually I really have no idea why it didn't work at the first place. Now it does work. Thank you