Skip to content

Commit 102edcd

Browse files
committed
[UPDATE] Added *Remove Inside Faces* Docs
1 parent 1f3c7c2 commit 102edcd

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
= GameDev Remove Inside Faces =
2+
3+
#type: node
4+
#context: sop
5+
#internal: gamedev::sop_remove_inside_faces
6+
#icon: removeinsidefaces
7+
#tags: tech, model, gamedev
8+
9+
""" This tool removes inside faces for objects that are intersecting. """
10+
11+
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.
12+
13+
@parameters
14+
== Inside Faces ==
15+
Remove Inside Faces:
16+
Enable / Disable the removal of inside faces.
17+
Border Precision:
18+
This parameter controls the resolution of the internally generated VDB used for occlusion checks. Smaller values mean more precision, at a higher computation cost.
19+
Border Threshold:
20+
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.
21+
== Clipping Surface ==
22+
Clip Surface:
23+
When a second input is provided, this enabled/disabled clipping below that input surface.
24+
Up Vector:
25+
This allows you to specify the up vector used to determine if a primitive is above or below the clipping surface input.
26+

0 commit comments

Comments
 (0)