mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 16:36:54 +02:00
conditional Apple OS include of call to glPointParameterfvARB
This commit is contained in:
parent
95dc030f19
commit
54b4762830
1 changed files with 2 additions and 0 deletions
|
@ -598,7 +598,9 @@ void display(void)
|
||||||
Audio::render(WIDTH, HEIGHT);
|
Audio::render(WIDTH, HEIGHT);
|
||||||
|
|
||||||
//drawvec3(100, 100, 0.15, 0, 1.0, 0, myHead.getPos(), 0, 1, 0);
|
//drawvec3(100, 100, 0.15, 0, 1.0, 0, myHead.getPos(), 0, 1, 0);
|
||||||
|
#ifdef __APPLE__
|
||||||
glPointParameterfvARB( GL_POINT_DISTANCE_ATTENUATION_ARB, pointer_attenuation_quadratic );
|
glPointParameterfvARB( GL_POINT_DISTANCE_ATTENUATION_ARB, pointer_attenuation_quadratic );
|
||||||
|
#endif
|
||||||
|
|
||||||
// myFinger.render();
|
// myFinger.render();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue