MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / CreateFromMeshData

Method CreateFromMeshData

SampleFramework11/v1.02/Graphics/Model.cpp:963–967  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

961}
962
963void Model::CreateFromMeshData(ID3D11Device* device, const wchar* fileName, bool forceSRGB)
964{
965 FileReadSerializer serializer(fileName);
966 Serialize(serializer, device, forceSRGB);
967}
968
969void Model::GenerateBoxScene(ID3D11Device* device, const Float3& dimensions, const Float3& position,
970 const Quaternion& orientation, const wchar* colorMap,

Callers 1

InitializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected