Export Maya scene to Three.js -


is there way export whole scene maya three.js.

exported elements should be: mesh, textures, cameras, including lights, shadows etc.

so can proper rendered effect been in maya.

if read doc maya exporter, doesn't support exporting lights. you'll have create manually in three.js code.

i don't know current status of three.js loaders havn't used while collada , fbx exporters shaky. and still seem be. can try exporting maya fbx , convert (fbx file format supports lights).

obj file format doesn't support support lights of animation easiest way go.

long story short, export models correct materials , create , place lights manually.

ps: can't export shadows.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -