CSM constructor

CSM(
  1. CSMData data
)

Implementation

CSM(this.data){
	createLights();
	updateFrustums();
	injectInclude();
}