Searched refs:lineGeometry (Results 1 – 1 of 1) sorted by relevance
137 Geometry lineGeometry = new Geometry("line", new Curve(spline, 0)); in CreateLinearPath() local138 lineGeometry.setMaterial(mat); in CreateLinearPath()139 return lineGeometry; in CreateLinearPath()147 Geometry lineGeometry = new Geometry("line", new Curve(spline, 10)); in CreateCatmullRomPath() local148 lineGeometry.setMaterial(mat); in CreateCatmullRomPath()149 return lineGeometry; in CreateCatmullRomPath()