facebookincubator / FBX2glTF

A command-line tool for the conversion of 3D model assets on the FBX file format to the glTF file format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hidden meshes do not convert

timnlupo opened this issue · comments

I found an issue when you convert an object with hidden meshes. The hidden meshes do not seem to register as meshes or render in the exported glb file. Expected behavior would be the meshes are in the file and hidden.

I think this may be related to #270 - I'm using three.js and this site to test the file. Please advise, thanks.