Support - Forum aa

« Back to Support
3DMax Exporter » Vertex Color

» Vertex Color

Posted on 01.20.2012 by Rajbhandari, Akash
Change-log for Pre-Release 2.0.46  says vertex colors were added for3DMax plugin. However, I am still unable to export the Vertex Color from 3DMax. Is there anything I am missing?
 
Also, the application wont work without adding the following line:
scene.registerClass( Flare3DLoader1 );
Does that mean it is not exporting in f3d v2 format?
|
Share this
 
Reply By Nehmad, Ariel 01.20.2012
Hi Akash.

The current plugin still exporting to format 1, the new plugin will be ready soon...so that's the reason you still need to use Flare3DLoader1.

About the colors, the plugin export those color buffers, but you need to add a VertexColorFilter on the material in order to see them on the meshes.
Reply By Rajbhandari, Akash 01.20.2012
Thank you, Ariel! I can see the vertex colors working. :)