Lookat

Inheritance: java.lang.Object, ColladaElement

The look at. The look at element contains a position and orientation transformation suitable for aiming a camera. The look at element contains three mathematical vectors within it that describe: 1. The position of the object; 2. The position of the interest point; 3. The direction that points up.

Constructors

ConstructorDescription
Lookat()

Methods

MethodDescription
getSid()Gets or sets the sid. The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element.Optional attribute.
setSid(String value)Gets or sets the sid. The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element.Optional attribute.
getText()Gets or sets the look at value as text float3x3.
setText(String value)Gets or sets the look at value as text float3x3.

Lookat()

public Lookat()

getSid()

public final String getSid()

Gets or sets the sid. The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element.Optional attribute.

Returns: String

setSid(String value)

public final void setSid(String value)

Gets or sets the sid. The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element.Optional attribute.

getText()

public final String getText()

Gets or sets the look at value as text float3x3.

Returns: String

setText(String value)

public final void setText(String value)

Gets or sets the look at value as text float3x3.