stencil clear

This commit is contained in:
aap
2020-11-04 16:21:24 +01:00
parent 8c00f787cb
commit 5ef54dcb78
5 changed files with 11 additions and 1 deletions

View File

@@ -723,7 +723,7 @@ struct Camera
PLUGINBASE
enum { ID = 4 };
enum { PERSPECTIVE = 1, PARALLEL };
enum { CLEARIMAGE = 0x1, CLEARZ = 0x2};
enum { CLEARIMAGE = 0x1, CLEARZ = 0x2, CLEARSTENCIL = 0x4 };
// return value of frustumTestSphere
enum { SPHEREOUTSIDE, SPHEREBOUNDARY, SPHEREINSIDE };