OptionalcolorsFlat array of uncompressed RGBA floating-point vertex colors. Each color is represented as four consecutive floats in the order RGBA, where each component is in the range [0.0, 1.0].
OptionalcolorsFlat array of compressed integer RGBA vertex colors. This overrides the colors parameter.
Each color is represented as four consecutive 8-bit unsigned integers in the order RGBA,
where each component is in the range [0, 255].
ID for the geometry.
OptionalindicesFlat array of primitive connectivity indices.
Ignored for primitive type constants!PointsPrimitive, which does not need indices.
Flat array of uncompressed floating point 3D vertex positions.
Primitive type.
Accepted values are SolidPrimitive, SurfacePrimitive, LinesPrimitive, PointsPrimitive and TrianglesPrimitive.
Optionaluvs
Non-compressed geometry parameters for SceneModel.createGeometry.
See @xeokit/sdk/scene for usage.