Skip to content

Commit

Permalink
[UPDATE] Added *Remove Inside Faces* Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambrosiussen committed Oct 22, 2019
1 parent 1f3c7c2 commit 102edcd
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Help/nodes/sop/gamedev--sop_remove_inside_faces.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
= GameDev Remove Inside Faces =

#type: node
#context: sop
#internal: gamedev::sop_remove_inside_faces
#icon: removeinsidefaces
#tags: tech, model, gamedev

""" This tool removes inside faces for objects that are intersecting. """

This tool removes inside faces for objects that are intersecting. It does this without modifying any of the existing geometry like boolean does. (Except remove the occluded primitives) This tool only works on closed geometry.

@parameters
== Inside Faces ==
Remove Inside Faces:
Enable / Disable the removal of inside faces.
Border Precision:
This parameter controls the resolution of the internally generated VDB used for occlusion checks. Smaller values mean more precision, at a higher computation cost.
Border Threshold:
This value allows you to offset where the tool considers the occluded primitives to start. Higher values mean that a primitive needs to be deeper inside the occluded part in order to be culled.
== Clipping Surface ==
Clip Surface:
When a second input is provided, this enabled/disabled clipping below that input surface.
Up Vector:
This allows you to specify the up vector used to determine if a primitive is above or below the clipping surface input.

0 comments on commit 102edcd

Please sign in to comment.