LDraw.org Discussion Forums

Full Version: LDView question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I'm viewing a model in LDView, there are always gaps between the parts. There are no gaps in MLCad, only when I view models (not only mine, but every model I tried) in LDView. The problem is, that LDView exports these gaps to POV-Ray, too. Is there an error in LDView, or ist something else in my software?
Seam Width turned on?

Edit -> Preferences... -> Geometry -> Model -> Seam Width:

w.
For viewing files in LDView, the Seam Width setting in the Geometry tab of preferences is what is causing this. Uncheck the box to disable seams. For POV exports, the Seam Width setting in the POV Export Options is what is causing it. Set the value to 0 to disable seams.

Note also that if you look at the POV file in a text editor, there will be a LDXSW value declared near the top of the POV file (set to whatever the setting was set to during export). Changing that value to 0 in an existing file will get rid of the seams (in case you had just the perfect camera angle, and don't want to have to reproduce it).
Oh, okay. Thank you, guys.