![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
#include <ModelObject.hpp>
Public Member Functions | |
void | draw (const Array< Material > &materials) const |
Public Attributes | |
String | name |
Array< ModelMeshPart > | parts |
Sphere | boundingSphere { 0.0 } |
Box | boundingBox { 0.0 } |
Box s3d::ModelObject::boundingBox { 0.0 } |
Sphere s3d::ModelObject::boundingSphere { 0.0 } |
String s3d::ModelObject::name |
Array<ModelMeshPart> s3d::ModelObject::parts |