libgdx / gdx-video

A libGDX cross platform video rendering extension
Apache License 2.0
145 stars 50 forks source link

Rendering Video Texture on 3D Plane #60

Closed vaaneeunbnd closed 3 years ago

vaaneeunbnd commented 3 years ago

Hello,

I wanted to render video texture on 3d plane. I tried doing for 3D for the modelbatch using the 2D example provided in the library, however, I got the GL thread error.

I would be grateful if someone can help me with this.

Thanks :)

SimonIT commented 3 years ago

Please join the community for questions. This is an issue tracker and not a support forum.

A gl thread error indicates, that you are not drawing from the rendering thread.