C# Class VMD.VMDFormat.CameraData

Inheritance: MMD.Format
Show file Open project: hecomi/StereoAR-for-Unity

Public Properties

Property Type Description
flame_no uint
interpolation byte[]
length float
location Vector3
perspective byte
rotation Vector3
viewing_angle uint

Public Methods

Method Description
CameraData ( BinaryReader bin )
GetInterpolation ( int i, int j ) : byte
SetInterpolation ( byte val, int i, int j ) : void

Method Details

CameraData() public method

public CameraData ( BinaryReader bin )
bin BinaryReader

GetInterpolation() public method

public GetInterpolation ( int i, int j ) : byte
i int
j int
return byte

SetInterpolation() public method

public SetInterpolation ( byte val, int i, int j ) : void
val byte
i int
j int
return void

Property Details

flame_no public property

public uint flame_no
return uint

interpolation public property

public byte[] interpolation
return byte[]

length public property

public float length
return float

location public property

public Vector3 location
return Vector3

perspective public property

public byte perspective
return byte

rotation public property

public Vector3 rotation
return Vector3

viewing_angle public property

public uint viewing_angle
return uint