It’s actually all in the topic. I’m new to Rhino but not Lumion. I don’t think the problem is in Lumion. I have tried exporting 2 different models as collada file to lumion but both of them were invisible. Anyone faced with same problem ? I’m using Rhino 5 SR 14 and Lumion 8. Same happened when i tried lumion 6 too anyway. Any help will be appreciated thanks…
Hi,
I think that I have exactly the same problem as you have!
But I have created my model in Revit at first and then I exported into Rhino and design some things what I was not able to do in Revit and now I really need to export it into Lumion. I think I have tried everything what I could such as collada, 3ds, sat, … But! When I tried to export model from Revit to Lumion it works very-well but I need to add changes from Rhino file.
Is there anyone who has some solution? Please…
I couldn’t find any solution to this. I also created the model in Revit and then exported it into rhino because of the Rhino class. I needed to add some grasshopper designs. I recommend you to export it back to Revit and then export to Lumion. That works fine. But some geometries may cause some inaccuracies in the model, u may not see some designs like you should have in Lumion.
I would try these steps one after another until you get a positive:
- export from a “shaded” view - therefore the render mesh is generated.
- explode all blocks and purge.
- mesh all surfaces and polysurfaces.
Cheers
Jonas
In addition to Jonish reply:
Try flipping the normals of your geometry ("_Flip" command).
Thanks for your answer. But I don’t know how to explode all blocks… I also don’t know how to mesh all surfaces and polysurfaces. I’d appreciate the help with that too.
No problem, it’s easy:
_SelBlockInstance
_Explode
and then _Purge, when there are no blocks anymore.
_SelSrf
_Mesh
SelPolysrf
_Mesh
That could make a change.
Does this happen with a simple model too? I.e. a plane and a box with materials?
If so can you attach such a file?
FWIW I created a simple scene with a single surface and a sphere. Exported to COLLADA and imported into Blender 2.79. The model appears just fine (except that Blender doesn’t handle the material properly, but that is a different problem).
Export from shaded view worked for me. I had only a single material that wasn’t showing up. Thank you!