Skip to content

Commit

Permalink
Removed showing both sides in VRML, since this doesn't seem to be nee…
Browse files Browse the repository at this point in the history
…ded anymore. ?
  • Loading branch information
MeltyPlayer committed Jan 25, 2025
1 parent baa6b11 commit 5f6dac5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@ var finTextureMaterial
: finMaterial.Textures.FirstOrDefault()?.TransparencyType ??
TransparencyType.OPAQUE;

// TODO: Should be show front only, how to get that working?
finMaterial.CullingMode = CullingMode.SHOW_BOTH;

return finMaterial;
});

Expand Down

0 comments on commit 5f6dac5

Please sign in to comment.