Assimp  v3.1.1 (June 2014)
pmd::PmdRigidBody Class Reference

剛体 More...

Public Member Functions

void Read (std::istream *stream)
 

Public Attributes

float anglar_damping
 回転ダンピング More...
 
float friction
 摩擦係数 More...
 
uint8_t group_index
 グループ番号 More...
 
float linear_damping
 移動ダンピング More...
 
uint16_t mask
 マスク More...
 
std::string name
 名前 More...
 
float orientation [3]
 回転 More...
 
float position [3]
 位置 More...
 
uint16_t related_bone_index
 関連ボーン番号 More...
 
float restitution
 反発係数 More...
 
RigidBodyType rigid_type
 演算方法 More...
 
RigidBodyShape shape
 形状 More...
 
float size [3]
 大きさ More...
 
float weight
 質量 More...
 

Detailed Description

剛体

Member Function Documentation

◆ Read()

void pmd::PmdRigidBody::Read ( std::istream *  stream)
inline

Member Data Documentation

◆ anglar_damping

float pmd::PmdRigidBody::anglar_damping

回転ダンピング

◆ friction

float pmd::PmdRigidBody::friction

摩擦係数

◆ group_index

uint8_t pmd::PmdRigidBody::group_index

グループ番号

◆ linear_damping

float pmd::PmdRigidBody::linear_damping

移動ダンピング

◆ mask

uint16_t pmd::PmdRigidBody::mask

マスク

◆ name

std::string pmd::PmdRigidBody::name

名前

◆ orientation

float pmd::PmdRigidBody::orientation[3]

回転

◆ position

float pmd::PmdRigidBody::position[3]

位置

◆ related_bone_index

uint16_t pmd::PmdRigidBody::related_bone_index

関連ボーン番号

◆ restitution

float pmd::PmdRigidBody::restitution

反発係数

◆ rigid_type

RigidBodyType pmd::PmdRigidBody::rigid_type

演算方法

◆ shape

RigidBodyShape pmd::PmdRigidBody::shape

形状

◆ size

float pmd::PmdRigidBody::size[3]

大きさ

◆ weight

float pmd::PmdRigidBody::weight

質量


The documentation for this class was generated from the following file: