clippingPlanesVertex top-level property

String clippingPlanesVertex
getter/setter pair

Implementation

String clippingPlanesVertex = """
#if NUM_CLIPPING_PLANES > 0

	vClipPosition = - mvPosition.xyz;

#endif
""";