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