Im trying to make render to texture for reflection and refration texture for water shader... but glClipPlane is not defined in kivy opengl.. Here are some ScreenShots
Asked
Active
Viewed 60 times
1 Answers
0
From Clipping-planes in OpenGL ES 2.0, it looks like this wasn't part of OpenGL ES 2.0, which Kivy nominally targets. If you do want to use it, you probably can, but it isn't part of Kivy's exposed API (these low level opengl calls are usually considered internal to Kivy).

inclement
- 29,124
- 4
- 48
- 60
-
I was thinking to use shader for this...Thanks for answer :) – Asis Poudel Dec 16 '17 at 03:11