Esempio n. 1
0
 public SeparateMeshPerTemplateShapeInstancer(MeshGeneratorUTProxy meshGenerator, HeightPyramidCommonConfiguration commonConfiguration, HeightPyramidPerLevelConfiguration perLevelConfiguration)
 {
     _meshGenerator         = meshGenerator;
     _commonConfiguration   = commonConfiguration;
     _perLevelConfiguration = perLevelConfiguration;
 }
Esempio n. 2
0
 public MergedMeshesPyramidShapeInstancer(MeshGeneratorUTProxy meshGenerator, HeightPyramidCommonConfiguration commonConfiguration, HeightPyramidPerLevelConfiguration perLevelConfiguration)
 {
     _meshGenerator         = meshGenerator;
     _commonConfiguration   = commonConfiguration;
     _perLevelConfiguration = perLevelConfiguration;
 }