Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Siv3D/OpenSiv3D
/ ModelData
Method
ModelData
Siv3D/src/Siv3D/Model/ModelData.cpp:23–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
namespace s3d
22
{
23
ModelData::ModelData()
24
{
25
// [Siv3D ToDo]
26
27
m_initialized = true;
28
}
29
30
ModelData::ModelData(const FilePathView path, const ColorOption colorOption)
31
{
Callers
nothing calls this directly
Calls
15
ParentPath
Function · 0.85
FromUTF8
Function · 0.85
move
Function · 0.85
FromSphere
Function · 0.85
FromBox
Function · 0.85
ToSphere
Function · 0.85
ToBox
Function · 0.85
ParseFromFile
Method · 0.80
computeNormals
Method · 0.80
boundingSphere
Method · 0.80
boundingBox
Method · 0.80
Widen
Function · 0.50
Tested by
no test coverage detected