Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
*NEW*
Current Version on
STEAM
:
16.026
Logfile:
EN
,
DE
Webchat:
Visit the chat
Home
Help
Search
Login
Register
GLBasic forum
»
Main forum
»
GLBasic - en
»
3d camera source code bug - added project
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: 3d camera source code bug - added project (Read 1991 times)
djtoon
Dr. Type
Posts: 290
3d camera source code bug - added project
«
on:
2011-Feb-15 »
hi
people
iv attached a project im working on
what happens is the camera shakes when you move the ui
its a simple iphone ui for a flight sim
here is the project
if anyone can help me figuew out why the camera shakes when you move and turn
thank you in advance
[attachment deleted by admin]
Logged
Kitty Hello
code monkey
Administrator
Prof. Inline
Posts: 10760
here on my island the sea says 'hello'
Re: 3d camera source code bug - added project
«
Reply #1 on:
2011-Feb-16 »
Hi,
you have a problem with Z-fighting here. (Google it).
You should not use such a large scale from minz to maxz. Try to keeb between 0.1 and 1000.
X_MAKE3D 100,100000000,45
helps "a bit" - but please redesign it.
Logged
Hemlos
To boldy go where no pixel has gone before!
Global Moderator
Prof. Inline
Posts: 1645
Particle Hawk
Re: 3d camera source code bug - added project
«
Reply #2 on:
2019-Feb-10 »
Point-to magnitude must be high, like 1000 or more
when the pointto is low, it is a choppy rotation and makes the cam "shake"
Logged
Volume_of_Earth(km^3) = 4/3*3.14*POW(6371.392896,3)
Schranz0r
Premium User :)
Administrator
Prof. Inline
Posts: 5077
O Rly?
Re: 3d camera source code bug - added project
«
Reply #3 on:
2019-Feb-11 »
Hemlos, the post was 3 Years old...
Logged
I
DGArray's
PC:
AMD Ryzen 7 1700 @3.9GHz, 16GB HyperX Fury 3000MHz Ram, ASUS ROG GTX 1060 STRIX 6GB, Windows 10 Pro 64Bit, MSi Tomahawk B350 Mainboard
Hemlos
To boldy go where no pixel has gone before!
Global Moderator
Prof. Inline
Posts: 1645
Particle Hawk
Re: 3d camera source code bug - added project
«
Reply #4 on:
2019-Feb-11 »
poor sap
Logged
Volume_of_Earth(km^3) = 4/3*3.14*POW(6371.392896,3)
Print
Pages: [
1
]
Go Up
« previous
next »
GLBasic forum
»
Main forum
»
GLBasic - en
»
3d camera source code bug - added project