|
DrawElements ( in DrawElements other ) |
|
DrawElements ( in String name ) |
|
DrawElements () |
Index |
allocateLines ! ( in Size nbPoints, in Size nbLines ) |
Index |
allocatePoints ! ( in Size nbPoints ) |
Index |
allocateTriangles ! ( in Size nbPoints, in Size nbTriangles ) |
Index |
allocateVertices ! ( in Size nbVertices ) |
|
clear ! () |
DrawElements |
clone ? () |
|
cloneMembersTo ? ( io DrawElements that ) |
|
copy ! ( in DrawElements src ) |
|
copy ! ( in Geometry src ) |
|
disablePen ! () |
DrawElements |
drawArc ! ( in Xfo xfo, in Scalar radius, in Vec2 angleMinMax, in UInt32 detail ) |
DrawElements |
drawAxes ! ( in Xfo xfo, in Boolean bothSides ) |
DrawElements |
drawBBox ! ( in Xfo xfo, in Vec3 bboxmin, in Vec3 bboxmax ) |
DrawElements |
drawCapsuleLines ! ( in Xfo xfo, in Scalar radius, in Scalar height, in UInt32 detail ) |
DrawElements |
drawCircle ! ( in Xfo xfo, in Scalar radius, in UInt32 detail ) |
DrawElements |
drawLine ! ( in Vec3 from, in Vec3 to ) |
DrawElements |
drawLineStrip ! ( in Vec3 points[] ) |
DrawElements |
drawPoint ! ( in Vec3 pos ) |
DrawElements |
drawSegmentedLine ! ( in Vec3 from, in Vec3 to, in Size numSegments ) |
DrawElements |
drawSegmentedLine ! ( in Vec3 from, in Vec3 to, in Size numSegments, in Scalar ratio ) |
DrawElements |
drawSphereLines ! ( in Xfo xfo, in Scalar radius, in UInt32 detail ) |
DrawElements |
drawSquare ! ( in Xfo xfo, in Scalar length, in Scalar width ) |
DrawElements |
drawTriangle ! ( in Vec3 p0, in Vec3 p1, in Vec3 p2 ) |
DrawElements |
drawTriangle ! ( in Vec3 p0, in Vec3 p1, in Vec3 p2, in Vec3 n ) |
DrawElements |
drawTriangle ! ( in Vec3 p0, in Vec3 p1, in Vec3 p2, in Vec3 n0, in Vec3 n1, in Vec3 n2 ) |
DrawElements |
drawTrianglesCone ! ( in Xfo xfo, in Scalar radius, in Scalar height, in UInt32 detail ) |
DrawElements |
drawTrianglesCube ! ( in Xfo xfo, in Scalar width, in Scalar height, in Scalar length ) |
DrawElements |
drawTrianglesPlane ! ( in Xfo xfo, in Scalar width, in Scalar height ) |
DrawElements |
drawTrianglesSphere ! ( in Xfo xfo, in Scalar radius, in UInt32 detail ) |
Size |
elementCount ? () |
Ref<GeometryAttributes> |
getAttributes ? () |
LocalBoundingVolume |
getBoundingVolume ? () |
String |
getDebugName ? () |
String |
getDesc ? ( in Boolean withAttributes, in Boolean useUnitTestPrint ) |
LocalBoundingVolume |
getElementBoundingVolume ? ( in Size index ) |
Scalar |
getLineWidth ? () |
Ref<ThreadsafeMetaDataContainer> |
getMetaData ? () |
Vec3 |
getPointPosition ? ( in Size point ) |
Scalar |
getPointSize ? () |
UInt32 |
getStructureVersion ? () |
UInt32 |
getVersion ? () |
|
init ! ( in String name ) |
|
reset ! () |
|
setLineWidth ! ( in Scalar value ) |
|
setPen ! ( in Color color ) |
|
setPointPosition ! ( in Size point, in Vec3 position ) |
|
setPointSize ! ( in Scalar value ) |