Searched refs:aLineMaterial (Results 1 – 1 of 1) sorted by relevance
51 static attribute::MaterialAttribute3D aLineMaterial; in getLineTubeSegments() local56 if(nSegments != nLineTubeSegments || !(rMaterial == aLineMaterial)) in getLineTubeSegments()59 aLineMaterial = rMaterial; in getLineTubeSegments()94 …imitive3DReference xRef(new PolyPolygonMaterialPrimitive3D(aNewPolyPolygon, aLineMaterial, false)); in getLineTubeSegments()112 static attribute::MaterialAttribute3D aLineMaterial; in getLineCapSegments() local117 if(nSegments != nLineCapSegments || !(rMaterial == aLineMaterial)) in getLineCapSegments()120 aLineMaterial = rMaterial; in getLineCapSegments()149 …imitive3DReference xRef(new PolyPolygonMaterialPrimitive3D(aNewPolyPolygon, aLineMaterial, false)); in getLineCapSegments()166 static attribute::MaterialAttribute3D aLineMaterial; in getLineCapRoundSegments() local171 if(nSegments != nLineCapRoundSegments || !(rMaterial == aLineMaterial)) in getLineCapRoundSegments()[all …]
Completed in 9 milliseconds