
Question about OpenTK3DPersonCameraTest demo.
Posted Saturday, 12 June, 2010 - 11:08 by Toanso inI downloaded a project called OpenTK3DPersonCameraTest ,but once i run its exe it will blinking always,but if i press button right or down to change the viewer angle,it will not blinking anymore.Who can tell me why ?and how to make it would not blinking whe fisrt start runing it ?
blow is the url of it. Thanks.
http://www.opentk.com/node/571


Comments
Re: Question about OpenTK3DPersonCameraTest demo.
Wow, it's long time passed since I made this one. It kinda sucks because I was very inexperienced then.
If you want to make a quick hack go to the Entity class, in the constructor add this line.
this.angle = 0.01d;
This will fix the flickering for the moment.
Re: Question about OpenTK3DPersonCameraTest demo.
Wow, it's long time passed since I made this one. It kinda sucks because I was very inexperienced then.
If you want to make a quick hack go to the Entity class, in the constructor add this line.
this.angle = 0.01d;
This will fix the flickering for the moment.
Thanks.Best regards.