Twilight Princess
Remastered version of the GameCube game
Loading...
Searching...
No Matches
JStudio.J3D.Animation Namespace Reference

Classes

class  BaseJ3DAnimation
 
class  BCK
 Represents a bone animation for the J3D model format. Bones are applied by index order, so there is no information stored about which animation goes to which bone. More...
 
class  BRK
 
class  BTK
 The BTK format represents a material animation that changes the tex coords over time. More...
 

Enumerations

enum  LoopType {
  Once = 0 , Loop = 2 , YoYo = 3 , YoYoLoop = 4 ,
  UseDefined = 99
}
 
enum  AnimationBehavior { Stay = 0 , GoBack = 1 }
 
enum  TangentType : ushort { TangentIn = 0 , TangentInOut = 1 }
 

Enumeration Type Documentation

◆ AnimationBehavior

Enumerator
Stay 
GoBack 

◆ LoopType

Enumerator
Once 
Loop 
YoYo 
YoYoLoop 
UseDefined 

◆ TangentType

Enumerator
TangentIn 
TangentInOut