MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / Influence

Method Influence

test/skinning_test_no_simd.cpp:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88struct Influence
89{
90 Influence() {
91 boneId = -1;
92 weight = 0.0f;
93 lastInfluenceForThisVertex = 0;
94 }
95
96 Influence(unsigned b, float w, bool last) {
97 boneId = b;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected