Restored from previous forum. Originally posted by neuro.
The openGL cube demo provided with the full version of Purebasic can not be compiled under v3.40. I tried with v3.30 and there was no problem. Is there anybody else having the same problem??? Or Any way to solve it?
config: AMD AthlonXP 1800+, GeForce 2 MX 400, 256Mb Ram, Windows 98 2nd edition.
Neuro
OpenGL cube demo
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
Restored from previous forum. Originally posted by fweil.
I checked the source code and finally found that you should change this line :
ZoomFactor = 0 ; Distance of the camera. Negative value = zoom back
to ZoomFactor = 1 for example.
It works with this update.
KRgrds
Francois Weil
14, rue Douer
F64100 Bayonne
I checked the source code and finally found that you should change this line :
ZoomFactor = 0 ; Distance of the camera. Negative value = zoom back
to ZoomFactor = 1 for example.
It works with this update.
KRgrds
Francois Weil
14, rue Douer
F64100 Bayonne
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm