OpenSiv3D  v0.6.5
C++20 framework for creative coding
s3d::ModelObject Struct Reference

#include <ModelObject.hpp>

Public Member Functions

void draw (const Array< Material > &materials) const
 

Public Attributes

String name
 
Array< ModelMeshPartparts
 
Sphere boundingSphere { 0.0 }
 
Box boundingBox { 0.0 }
 

Member Function Documentation

◆ draw()

void s3d::ModelObject::draw ( const Array< Material > &  materials) const

Member Data Documentation

◆ boundingBox

Box s3d::ModelObject::boundingBox { 0.0 }

◆ boundingSphere

Sphere s3d::ModelObject::boundingSphere { 0.0 }

◆ name

String s3d::ModelObject::name

◆ parts

Array<ModelMeshPart> s3d::ModelObject::parts

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