Shared Flashcard Set

Details

RTA Midterm - 3
aksdlasd
5
Driving Skills
1st Grade
01/19/2010

Additional Driving Skills Flashcards

 


 

Cards

Term
What are the matrix interpolation techniques and problems?
Definition
Translation
Scale
Rotation (Quaternions)
Term
What is the rigid skinning deformer function?
Definition
V = C(B(-1)v)
v is the vertex in model space (skin space)
b(-1) is the inverse of the joints bind pose
C is the joints current pose
Term
What is the smooth skinning deformer function?
Definition
vSum += w*C(B(-1)v);
Term
What are the pros and cons of Morphing?
Definition
Pros
Easy to Implement
Linear interpolation is fast
Cons
Cost of interpolation scales linearly as vertex count increases
High memory foot print (memory intensive)
linear interpolation doesn't handle rotations
incapable of procedural animation
Term
What are the pros and cons of Articulated Animation?
Definition
Pros
fairly easy to implement
only one copy of the geometry is stored
Geometry is not deformed so rendering it can be accelerated
Cons
Mesh overlap/mesh clipping results in non-organic looking objects
Maintaining the hierarchy is somewhat difficult
Calculation of the world position and orientation of each bone is required every frame (flattening the hierarchy)
Supporting users have an ad free experience!