Hi,
Any idea how to convert Collada / 3ds single sided faces to double-sided faces?
Thanks,
Y.
Hi,
Any idea how to convert Collada / 3ds single sided faces to double-sided faces?
Thanks,
Y.
Best answer by daveatsafe
Hi @yaniv,
In Collada, double-sidedness seems to be a trait of the appearance, rather than of the geometry. Your Collada model has no appearances set on it, so you must add these first, then run the DoublesideCollada workspace to modify the appearances to double-sided.
If you don't want to add appearances, you can duplicate the geometries and reverse the second copy to create a back side. The downside to this is that you double the size of the model.
More generally, to force a surface to be double sided in FME, you can use the GeometryColorSetter to set a color on both sides of the surface. You can then use an AppearanceRemover to remove the color, while keeping the double-sidedness.
However, this will not work with Collada, since FME currently can only write the surface to Collada as single sided.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.