PT
Developer Forums
Register
Login
AppGameKit Classic Chat
->
Tier 2: OpenGL manipulation
<
1
>
B
bjadams
Joined:
29th Mar 2008
Location:
Posted:
14th Aug 2011 11:08
Is it possible to manipulate agk objects using direct opengl commands in tier 2, or does agk block all possible access?
P
Paul Johnston
Joined:
16th Nov 2002
Location:
United Kingdom
Posted:
14th Aug 2011 16:24
You can use OpenGL commands in your tier 2 code, although I doubt they would have much effect on the drawing of AppGameKit objects as the AppGameKit sets its own states just before drawing.