Bases: collada.scene.Transform
Contains a transformation for aiming a camera as defined in the collada <lookat> tag.
Creates a lookat transformation
Parameters: |
|
---|
Methods
__init__(eye, interest, upvector[, xmlnode]) | Creates a lookat transformation |
load(collada, node) | |
save() |
A numpy array of length 3 containing the position of the eye
A numpy array of length 3 containing the point of interest
A numpy array of length 3 containing the up-axis direction
The resulting transformation matrix. This will be a numpy.array of size 4x4.
ElementTree representation of the transform.