Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
111
vec3 Object::GetColorAtPoint(const vec3 &pos, int *tri) {
112
return vec3(1.0f);
113
}
114
115
void Object::InfrequentUpdate() {
116
if (parent) {
Callers
3
Collided
Method · 0.45
MaterialParticleAtBone
Method · 0.45
asMaterialParticle
Function · 0.45
Calls
1
vec3
Class · 0.50
Tested by
no test coverage detected