public class Shape extends Geometry
Constructor and Description |
---|
Shape()
Initializes a new instance of the
Shape class. |
Shape(String name)
Initializes a new instance of the
Shape class. |
Modifier and Type | Method and Description |
---|---|
static Shape |
fromControlPoints(Vector3... controlPoints)
Create a shape with specified control points with a default indices.
|
List<Integer> |
getIndices()
Gets the indices.
|
addElement, createElement, createElement, createElementUV, createElementUV, getBoundingBox, getCastShadows, getControlPoints, getDeformers, getDeformers2, getElement, getReceiveShadows, getVertexElementOfUV, getVertexElements, getVisible, setCastShadows, setReceiveShadows, setVisible
getExcluded, getParentNode, getParentNodes, setExcluded, setParentNode
findProperty, getName, getProperty, removeProperty, removeProperty, setName, setProperty
public Shape()
Shape
class.Copyright © 2019. All rights reserved.