MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / GetModel

Method GetModel

Source/Objects/terrainobject.cpp:401–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399}
400
401const Model* TerrainObject::GetModel() const {
402 return &terrain_.GetModel();
403}
404
405void TerrainObject::HandleMaterialEvent(const std::string& the_event, const vec3& event_pos, int* tri) {
406 terrain_.HandleMaterialEvent(the_event, event_pos, tri);

Callers 1

PreparePhysicsMeshMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected