You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're using LibGDX, you should just pass the combined matrix to it the ImmediateModeRenderer. Then, you can pass 3D points to vertex() and it will transform them in the shader for you.
How can I draw trails with perspective camera?
I tried to add next lines to SwipeTriStrip draw() method :
But it not working.
Thanks in advance
The text was updated successfully, but these errors were encountered: