react-three-csg icon indicating copy to clipboard operation
react-three-csg copied to clipboard

Struggling with MorphTargets

Open marcofiletto opened this issue 2 years ago • 2 comments

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>

marcofiletto avatar Apr 19 '23 15:04 marcofiletto

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.

fika00 avatar May 22 '23 13:05 fika00

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.

marcofiletto avatar May 22 '23 13:05 marcofiletto