2018-03-14, 9:42
I am trying to export a model in 3DS format using LDView. However, when I view the model in Meshlab, it looks very messed up with missing faces and holes and so forth. Is this an issue with LDView or Meshlab do you think? Thanks.
(2018-03-14, 9:42)Michael Horvath Wrote: [ -> ]I am trying to export a model in 3DS format using LDView. However, when I view the model in Meshlab, it looks very messed up with missing faces and holes and so forth. Is this an issue with LDView or Meshlab do you think? Thanks.
(2018-03-14, 13:28)Orion Pobursky Wrote: [ -> ]I don't think we're at 100% coverage for BFC in the library so this may be a problem with expected face winding.This is not the only problem, even a single 2x4 brick shows missing stuff (eg. cylinder around studs) even though it is fully bfced.
(2018-03-14, 15:07)Philippe Hurbain Wrote: [ -> ](2018-03-14, 13:28)Orion Pobursky Wrote: [ -> ]I don't think we're at 100% coverage for BFC in the library so this may be a problem with expected face winding.This is not the only problem, even a single 2x4 brick shows missing stuff (eg. cylinder around studs) even though it is fully bfced.
(2018-03-14, 18:12)Roland Melkert Wrote: [ -> ](2018-03-14, 15:07)Philippe Hurbain Wrote: [ -> ]This is not the only problem, even a single 2x4 brick shows missing stuff (eg. cylinder around studs) even though it is fully bfced.
Maybe it expects everything to be CCW
(2018-03-14, 21:22)Travis Cobbs Wrote: [ -> ]Having said that, my 3DS exporter is known to produce bad output with non-BFC-certified geometry, because back-face culling isn't optional in 3DS.
(2018-03-14, 22:54)Leonardo Zide Wrote: [ -> ](2018-03-14, 21:22)Travis Cobbs Wrote: [ -> ]Having said that, my 3DS exporter is known to produce bad output with non-BFC-certified geometry, because back-face culling isn't optional in 3DS.
I think that's what CHK_MAT_TWO_SIDE is for, but it's been a while since I last looked at 3DS.
(2018-03-14, 9:42)Michael Horvath Wrote: [ -> ]I am trying to export a model in 3DS format using LDView. However, when I view the model in Meshlab, it looks very messed up with missing faces and holes and so forth. Is this an issue with LDView or Meshlab do you think? Thanks.
(2018-03-14, 13:28)Orion Pobursky Wrote: [ -> ]I don't think we're at 100% coverage for BFC in the library