arsa  2.7
Public Attributes | Friends | List of all members
irr::scene::ISkinnedMesh::SWeight Struct Reference

A vertex weight. More...

#include <ISkinnedMesh.h>

Public Attributes

u16 buffer_id
 Index of the mesh buffer. More...
 
u32 vertex_id
 Index of the vertex. More...
 
f32 strength
 Weight Strength/Percentage (0-1) More...
 
bool * Moved
 
core::vector3df StaticPos
 
core::vector3df StaticNormal
 

Friends

class CSkinnedMesh
 Internal members used by CSkinnedMesh. More...
 

Detailed Description

A vertex weight.

Definition at line 83 of file ISkinnedMesh.h.

Friends And Related Function Documentation

◆ CSkinnedMesh

friend class CSkinnedMesh
friend

Internal members used by CSkinnedMesh.

Definition at line 96 of file ISkinnedMesh.h.

Member Data Documentation

◆ buffer_id

u16 irr::scene::ISkinnedMesh::SWeight::buffer_id

Index of the mesh buffer.

Definition at line 86 of file ISkinnedMesh.h.

◆ Moved

bool* irr::scene::ISkinnedMesh::SWeight::Moved

Definition at line 97 of file ISkinnedMesh.h.

◆ StaticNormal

core::vector3df irr::scene::ISkinnedMesh::SWeight::StaticNormal

Definition at line 99 of file ISkinnedMesh.h.

◆ StaticPos

core::vector3df irr::scene::ISkinnedMesh::SWeight::StaticPos

Definition at line 98 of file ISkinnedMesh.h.

◆ strength

f32 irr::scene::ISkinnedMesh::SWeight::strength

Weight Strength/Percentage (0-1)

Definition at line 92 of file ISkinnedMesh.h.

◆ vertex_id

u32 irr::scene::ISkinnedMesh::SWeight::vertex_id

Index of the vertex.

Definition at line 89 of file ISkinnedMesh.h.


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