Horde3D http://www.horde3d.org/forums/ |
|
Importing model from 3DS Max 2012 to Horde3D http://www.horde3d.org/forums/viewtopic.php?f=11&t=1600 |
Page 1 of 1 |
Author: | panovr [ 29.11.2011, 03:52 ] | ||
Post subject: | Importing model from 3DS Max 2012 to Horde3D | ||
Hi, I use 3DS Max 2012, and the FBX Plugin version is 2012.02. I created a model, which included three geometric objects, and I grouped them into one, and assign a material, then export to .dae format. When exporting, 3DS Max 2012 output the following message: Code: While reading or writing a file the following notifications have been raised. -Warning: Null not supported by COLLADA. Node box will lose its geometric information. The node transforms will be saved. After then, I use ColladaConv to convert the model, below is the output message: Code: D:\project\content>ColladaConv.exe box.DAE Horde3D ColladaConv - 1.0.0 Beta5 Processing MODELS - Path: box.DAE Parsing dae asset 'box.DAE'... Warning: No scene instance found Compiling model data... It seems that nothing was converted, what's wrong with model? I have attached my 3DS Max 2012 model file for convenience.
|
Author: | Roland [ 29.11.2011, 14:45 ] |
Post subject: | Re: Converting model from 3DS Max 2012 to Horde3D |
Hi. I'm unable to open your file with 3ds 2011. Can you upload it in a 2011 compatible kind of way? |
Author: | panovr [ 30.11.2011, 09:04 ] | ||
Post subject: | Re: Converting model from 3DS Max 2012 to Horde3D | ||
Roland wrote: Hi. I'm unable to open your file with 3ds 2011. Can you upload it in a 2011 compatible kind of way? Yes, I used the "Save As 3DS Max 2011" item to save my model in 2011 version, please see the attached file, thanks!
|
Author: | Roland [ 30.11.2011, 09:36 ] |
Post subject: | Re: Converting model from 3DS Max 2012 to Horde3D |
Seems like the autodesk collada exporter doesn't support grouped objects. It worked fine with the OpenCollada exporter. Remember you need to texture your model or modify the model shader to make your model visible in Horde3D. |
Author: | Volker [ 30.11.2011, 13:06 ] |
Post subject: | Re: Converting model from 3DS Max 2012 to Horde3D |
If you want to do a quick test if an untextured object's geometry is correctly imported you may try to use the debug rendering mode. |
Author: | panovr [ 30.11.2011, 14:30 ] |
Post subject: | Re: Converting model from 3DS Max 2012 to Horde3D |
Roland wrote: Seems like the autodesk collada exporter doesn't support grouped objects. It worked fine with the OpenCollada exporter. So the message below outputed by 3DS Max 2012 should mean that the Collada export plugin doesn't support grouped objects: Code: While reading or writing a file the following notifications have been raised. -Warning: Null not supported by COLLADA. Node box will lose its geometric information. The node transforms will be saved. Maybe I should add the information to the wiki http://www.horde3d.org/wiki/index.php5?title=DCC_Tool_Support (I have added it to the wiki) Roland wrote: Remember you need to texture your model or modify the model shader to make your model visible in Horde3D. Suppose I doesn't texture my model like the attached file, and I only set the model's material by "Phong" or "Blinn" illumination model (using the Ambient light, Diffuse light and Specular light), after I export the model to .dae format, and then convert the .dae format to Horde3D resource format, can Horde3D render the model with the material I set in 3DS Max 2012? |
Author: | panovr [ 30.11.2011, 14:36 ] |
Post subject: | Re: Converting model from 3DS Max 2012 to Horde3D |
Volker wrote: If you want to do a quick test if an untextured object's geometry is correctly imported you may try to use the debug rendering mode. Hi Volker, I am reading the Horde3D documation, but can't find how to set the debug rendering mode. Also, does the Horde3D editor support the test that if an untextured object's geometry is correctly imported? |
Author: | Volker [ 01.12.2011, 07:20 ] |
Post subject: | Re: Importing model from 3DS Max 2012 to Horde3D |
You can enable debug rendering using: Code: h3dSetOption( H3DOptions::DebugViewMode, 1 ) The editor does no additional checks. So all you get is the same debug output messages that you will get using h3dutDumpMessages. If there is a referenced texture that couldn't be loaded, you will see an error in the log. Not sure if you will get an error if you have no texture referenced but the shader you're using is expecting one. Probably not. |
Page 1 of 1 | All times are UTC + 1 hour |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |