react-three-csg
react-three-csg copied to clipboard
Struggling with MorphTargets
Hi! the library doesn't support morphTarget updates on <Base> property? I need to update my morphs influences but seems that the library does not support this..
<Base
position={[0, 0, 0]}
geometry={geo.nodes.Main.geometry}
morphTargetDictionary={geo.nodes.Main.morphTargetDictionary}
morphTargetInfluences={geo.nodes.Main.morphTargetInfluences}
>
<meshStandardMaterial transparent />
</Base>
Yeah, I am struggling with this aswell... Trying to find a way to consolidate the geometry after the morph has been applied. I'll let you know if I find something.
We exported and worked with the updated model from Blender to an OBJ. It's not the best way but it works at the moment.