public class Lines extends ColladaElement
The lines. The lines element provides the information needed to bind vertex attributes together and then organize those vertices into individual lines. Each line described by the mesh has two vertices. The first line is formed from first and second vertices. The second line is formed from the third and fourth vertices and so on.
Constructor and Description |
---|
Lines() |
Modifier and Type | Method and Description |
---|---|
long |
getCount()
Gets or sets the count.
|
Extra[] |
getExtra()
Gets or sets the extra.
|
InputLocalOffset[] |
getInput()
Gets or sets the input.
|
String |
getMaterial()
Gets or sets the material.
|
String |
getName()
Gets or sets the name.
|
Primitives |
getPrimitives()
Gets or sets the primitives.
|
void |
setCount(long value)
Gets or sets the count.
|
void |
setExtra(Extra[] value)
Gets or sets the extra.
|
void |
setInput(InputLocalOffset[] value)
Gets or sets the input.
|
void |
setMaterial(String value)
Gets or sets the material.
|
void |
setName(String value)
Gets or sets the name.
|
void |
setPrimitives(Primitives value)
Gets or sets the primitives.
|
public final InputLocalOffset[] getInput()
Gets or sets the input. The input element may occur any number of times. This input is a local input with the offset and set attributes.
public final void setInput(InputLocalOffset[] value)
Gets or sets the input. The input element may occur any number of times. This input is a local input with the offset and set attributes.
public final Primitives getPrimitives()
Gets or sets the primitives. The lines element may have zero or one primitives element.
public final void setPrimitives(Primitives value)
Gets or sets the primitives. The lines element may have zero or one primitives element.
public final Extra[] getExtra()
Gets or sets the extra. The extra element may appear any number of times.
public final void setExtra(Extra[] value)
Gets or sets the extra. The extra element may appear any number of times.
public final String getName()
Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.
public final void setName(String value)
Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.
public final long getCount()
Gets or sets the count. The count attribute indicates the number of line primitives. Required attribute.
public final void setCount(long value)
Gets or sets the count. The count attribute indicates the number of line primitives. Required attribute.
public final String getMaterial()
Gets or sets the material.
public final void setMaterial(String value)
Gets or sets the material.