C# Class VVVV.Nodes.BVHLoader

显示文件 Open project: minoru-ito/vvvvPlugins Class Usage Examples

Public Methods

Method Description
BVHLoader ( ) : System
Load ( string Filename ) : bool
Unload ( ) : void
UpdateSkeleton ( int frameIndex ) : void

Private Methods

Method Description
ParseHierarchy ( string data ) : void
ParseJoint ( int &index, List &tokens, BVHJoint parent ) : void
ParseMotion ( string data ) : void
UpdateJoint ( int &channelIndex, int frameIndex, BVHJoint joint ) : void

Method Details

BVHLoader() public method

public BVHLoader ( ) : System
return System

Load() public method

public Load ( string Filename ) : bool
Filename string
return bool

Unload() public method

public Unload ( ) : void
return void

UpdateSkeleton() public method

public UpdateSkeleton ( int frameIndex ) : void
frameIndex int
return void