MCPcopy Create free account
hub / github.com/PerroEngine/Perro / Scene

Class Scene

perro_source/runtime_project/perro_scene/src/scene.rs:753–757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

751 x: v[0],
752 y: v[1],
753 z: v[2],
754 },
755 ConstParamValue::Vec4(v) => Self::Vec4 {
756 x: v[0],
757 y: v[1],
758 z: v[2],
759 w: v[3],
760 },

Callers 2

push_sceneMethod · 0.85
extendMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected