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

Function ASDebugDrawWireMesh

Source/Scripting/angelscript/asfuncs.cpp:2245–2248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2243}
2244
2245int ASDebugDrawWireMesh(std::string path, mat4 transform, vec4 color, int lifespan_int) {
2246 DDLifespan lifespan = LifespanFromInt(lifespan_int);
2247 return DebugDraw::Instance()->AddWireMesh(path, transform, color, lifespan);
2248}
2249
2250int ASDebugDrawScaledSphere(vec3 pos, float radius, vec3 scale, vec3 color, int lifespan_int) {
2251 DDLifespan lifespan = LifespanFromInt(lifespan_int);

Callers

nothing calls this directly

Calls 2

LifespanFromIntFunction · 0.85
AddWireMeshMethod · 0.80

Tested by

no test coverage detected