Im trying to find a better site to upload it on. Until then This will have to do. If anyone has any suggestions please send me a personal message. I don't think you have to register.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menuif (keycode == 377) {
cEgo3D.Animate (1);
cEgo3D.OrientationY -= 4.0;
if (cEgo3D.OrientationY < -360.0)
cEgo3D.OrientationY += 360.0;
}
if (keycode == 375) {
cEgo3D.Animate (1);
cEgo3D.OrientationY += 4.0;
if (cEgo3D.OrientationY > 360.0)
cEgo3D.OrientationY -= 360.0;
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.081 seconds with 16 queries.