public static class PointMetadataProvider3D.PointMetadata3D
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
float |
scale |
int |
vertexColor |
Constructor and Description |
---|
PointMetadata3D(int vertexColor)
Creates a new instance of
PointMetadataProvider3D.PointMetadata3D class |
PointMetadata3D(int vertexColor,
float scale)
Creates a new instance of
PointMetadataProvider3D.PointMetadata3D class |
public PointMetadata3D(int vertexColor)
PointMetadataProvider3D.PointMetadata3D
classvertexColor
- The vertex color to use for rendering of pointpublic PointMetadata3D(int vertexColor, float scale)
PointMetadataProvider3D.PointMetadata3D
classvertexColor
- The vertex color to use for rendering of pointscale
- The scale to use for rendering of point