Ejemplo n.º 1
0
 void SetClippingPlane(Plane planeWS)
 {
     planeWS = planeWS.TranslateCustom(planeWS.normal * planeOffset);
     SetPlaneWS(planeWS);
     m_Master.SetDynamicOcclusion(this);
 }