|
| static BufferGeometry | CreateGeometry (EnumPrimitiveType type, Float32Array vb, Float32Array nb, Float32Array uv, Uint32Array ib) |
| |
|
static BufferGeometry | CreateGeometryByArray (EnumPrimitiveType type, Float32Array vb, Float32Array nb, Float32Array uv, Uint32Array ib) |
| |
| static BufferGeometry | CreateGeometry (EnumPrimitiveType type, Float32Buffer vb, Float32Buffer nb, Float32Buffer uv, Uint32Buffer ib) |
| |
|
static BufferGeometry | CreateGeometryByBuffer (EnumPrimitiveType type, Float32Buffer vb, Float32Buffer nb, Float32Buffer uv, Uint32Buffer ib) |
| |
| static BufferGeometry | CreateBox (float widthX, float widthY, float heightZ, long widthSegments, long heightSegments, long depthSegments) |
| |
| static BufferGeometry | CreateBox (float widthX, float widthY, float heightZ, long widthSegments, long heightSegments) |
| |
| static BufferGeometry | CreateBox (float widthX, float widthY, float heightZ, long widthSegments) |
| |
| static BufferGeometry | CreateBox (float widthX, float widthY, float heightZ) |
| |
| static BufferGeometry | CreateSphere (float radius, long widthSegments, long heightSegments, float phiStart, float phiLength, float thetaStart, float thetaLength) |
| |
| static BufferGeometry | CreateSphere (float radius, long widthSegments, long heightSegments, float phiStart, float phiLength, float thetaStart) |
| |
| static BufferGeometry | CreateSphere (float radius, long widthSegments, long heightSegments, float phiStart, float phiLength) |
| |
| static BufferGeometry | CreateSphere (float radius, long widthSegments, long heightSegments, float phiStart) |
| |
| static BufferGeometry | CreateSphere (float radius, long widthSegments, long heightSegments) |
| |
| static BufferGeometry | CreateSphere (float radius, long widthSegments) |
| |
| static BufferGeometry | CreateSphere (float radius) |
| |
| static BufferGeometry | CreateCylinder (float radiusTop, float radiusBottom, float height, long radialSegments, long heightSegments, boolean openEnded, float thetaStart, float thetaLength) |
| |
| static BufferGeometry | CreateCylinder (float radiusTop, float radiusBottom, float height, long radialSegments, long heightSegments, boolean openEnded, float thetaStart) |
| |
| static BufferGeometry | CreateCylinder (float radiusTop, float radiusBottom, float height, long radialSegments, long heightSegments, boolean openEnded) |
| |
| static BufferGeometry | CreateCylinder (float radiusTop, float radiusBottom, float height, long radialSegments, long heightSegments) |
| |
| static BufferGeometry | CreateCylinder (float radiusTop, float radiusBottom, float height, long radialSegments) |
| |
| static BufferGeometry | CreateCylinder (float radiusTop, float radiusBottom, float height) |
| |
| static BufferGeometry | CreatePlane (float width, float height, long widthSegments, long heightSegments) |
| |
| static BufferGeometry | CreatePlane (float width, float height, long widthSegments) |
| |
| static BufferGeometry | CreatePlane (float width, float height) |
| |
| static BufferGeometry | CreatePoints (Float32Array positions, Float32Array color3, Float32Array normals) |
| |
| static BufferGeometry | CreateLines (Float32Array positions, Uint32Array ib, Float32Array color3) |
| |
| static BufferGeometry | CreatePoint (Vector3 position) |
| |
| static boolean | UpdatePoint (BufferGeometry geometry, Vector3 pt) |
| |
| static Vector3 | ParsePoint (BufferGeometry geometry) |
| |
| static BufferGeometry | CreateLine (Vector3 start, Vector3 end) |
| |
| static boolean | UpdateLine (BufferGeometry line, Vector3 start, Vector3 end) |
| |
| static BufferGeometry | CreateRectangle (boolean asMesh) |
| |
| static BufferGeometry | CreateRectangle () |
| |
| static BufferGeometry | CreateUnitCircle () |
| |
| static BufferGeometry | CreateArc (Vector3 center, Vector3 start, Vector3 end, float offset) |
| |
| static BufferGeometry | CreateBoxOutline (AABox box) |
| |
| static BufferGeometry | CreateFrustumOutline (Vec3List points) |
| |
|
static BufferGeometry | CreateFrustumOutlineD (Double3List points) |
| |
| static BufferGeometry | CreateBoxOutline (float length) |
| |
| static void | UpdateBoxOutline (BufferGeometry shape, Vec3List points) |
| |
|
static void | UpdateBoxOutlineD (BufferGeometry shape, Double3List points) |
| |
| static boolean | Transform (BufferGeometry pGeometry, Matrix4 trf) |
| |
| static BufferGeometry | CreateLineArrow (float height, float headHeight, float radius) |
| |
| static CompoundShape | CreateArrow (float heightHand, float heightHead, float radius, MaterialInstance material) |
| |
| static BufferGeometry | CreateUnitTriangle (boolean asMesh) |
| |
| static BufferGeometry | CreateUnitTriangle () |
| |
| static BufferGeometry | AtomCone () |
| |
| static BufferGeometry | AtomBox () |
| |
| static BufferGeometry | AtomBoxOutline () |
| |
| static BufferGeometry | AtomCylinder () |
| |
| static BufferGeometry | AtomSphere () |
| |
| static BufferGeometry | AtomQuadShape () |
| |
| static BufferGeometry | AtomPoint () |
| |
| static BufferGeometry | AtomLine () |
| |
| static BufferGeometry | AtomMLine () |
| |
| static BufferGeometry | AtomCircle () |
| |
| static BufferGeometry | AtomArc90 () |
| |
| static BufferGeometry | AtomMCircle () |
| |
| static BufferGeometry | AtomArrow () |
| |
| static BufferGeometry | AtomRectangle (boolean asMesh) |
| |
| static BufferGeometry | AtomRectangle () |
| |
|
static BufferGeometry | AtomLinesL () |
| |
| static BufferGeometry | AtomTriangle (boolean asMesh) |
| |
| static BufferGeometry | AtomTriangle () |
| |
| static CompoundShape | UnitArrowTemplate () |
| |
| static PrimitiveShape | AtomPointShape () |
| |
|
static PrimitiveShape | UnitBoundingBoxShape () |
| |