Beispiel #1
0
 public DXTreeMesh_TreeTraversal(CS_Params csParams)
 {
     _csParams = csParams;
     DXLeafMeshHelper leaves = new DXLeafMeshHelper(csParams.LeafScale, csParams.LeafScale * _csParams.LeafScaleX,
         _csParams.LeafScale * _csParams.LeafStemLen, csParams.LeafShape, V, I);
 }
Beispiel #2
0
 public DXTreeMesh_TreeTraversal(CS_Params csParams)
 {
     _csParams = csParams;
     DXLeafMeshHelper leaves = new DXLeafMeshHelper(csParams.LeafScale, csParams.LeafScale * _csParams.LeafScaleX,
                                                    _csParams.LeafScale * _csParams.LeafStemLen, csParams.LeafShape, V, I);
 }