lingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
8 lines • 358 B
JavaScript
import scene from "../../engine/scene";
import createInternalSystem from "../utils/createInternalSystem";
export const configMeshAppendableSystem = createInternalSystem("configMeshAppendableSystem", {
effect: (self) => {
!self.outerObject3d.parent && scene.add(self.outerObject3d);
}
});
//# sourceMappingURL=configMeshAppendableSystem.js.map