Class Vertex.UvCoordinate
- java.lang.Object
-
- com.google.ar.sceneform.rendering.Vertex.UvCoordinate
-
- Enclosing class:
- Vertex
public static final class Vertex.UvCoordinate extends java.lang.Object
Represents a texture Coordinate for a Vertex. Values should be between 0 and 1.
-
-
Constructor Summary
Constructors Constructor Description UvCoordinate(float x, float y)
-