how i can solve this? rendering tree party api.

hi, i am just beginner. I am using 3. party particle engine with opengl. My procedure code is below.

in loop:
draw circle
draw video
enable blending
render tree party engine
disable blending

When i had remove “render tree party engine” it worked properly. I think tree party engine enabled something about opengl. How can i reset opengl enables or how can i solve this isue.

Thanks.

what kind of problem you’re getting? As far as I know there’s no “reset all enables” on OpenGL. You can keep track of what states are active using glGet with the appropriate flags.

thanks for response. Can you take a look screenshoot on attachments. Which enables can be effect to it. Or different solution?