BabylonJS / Exporters

Exporters for Babylon.js and gltf file formats
Other
597 stars 307 forks source link

Normals on Morph export 3ds max #1084

Closed khodja-y closed 3 months ago

khodja-y commented 1 year ago

Hello,

I am trying to export Normals for the morph targets but i found out that this line always returns null even : var maxMorphTarget = morpher.GetMorphTarget(i); which means that the targets are always rebuilt and we don't export normals or tangents for them.

I need to export my morph targets normals in the gltf, do you have any clue on how to get it work ?

Thanks !

thomlucc commented 1 year ago

Hi, can you give a repro?

bghgary commented 3 months ago

No activity. Please reopen if it's still needed.