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

Method GetColorAtPoint

Source/Objects/object.cpp:111–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111vec3 Object::GetColorAtPoint(const vec3 &pos, int *tri) {
112 return vec3(1.0f);
113}
114
115void Object::InfrequentUpdate() {
116 if (parent) {

Callers 3

CollidedMethod · 0.45
asMaterialParticleFunction · 0.45

Calls 1

vec3Class · 0.50

Tested by

no test coverage detected