File tree Expand file tree Collapse file tree 7 files changed +22
-0
lines changed
Expand file tree Collapse file tree 7 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ categories = ["culling"]
66tags = [" rendering" , " culling" , " optimization" ]
77+++
88
9+ > Removal of geometry not facing the camera.
10+
911{{ stub_notice() }}
1012
1113** Notes:**
Original file line number Diff line number Diff line change @@ -6,4 +6,7 @@ categories = ["culling"]
66tags = [" rendering" , " culling" , " optimization" ]
77+++
88
9+ > Efficiently culling small clusters of geometry.
10+
911{{ stub_notice() }}
12+ {{ todo_notice(body="Nanite?") }}
Original file line number Diff line number Diff line change @@ -6,4 +6,6 @@ categories = ["culling"]
66tags = [" rendering" , " culling" , " optimization" ]
77+++
88
9+ > Removal of geometry that is too far away.
10+
911{{ stub_notice() }}
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ categories = ["culling"]
66tags = [" rendering" , " culling" , " optimization" ]
77+++
88
9+ > Removal of geometry that is outside the cameras view region.
10+
911{{ stub_notice() }}
1012
1113** Notes:**
Original file line number Diff line number Diff line change @@ -6,4 +6,8 @@ categories = ["culling"]
66tags = [" rendering" , " culling" , " optimization" ]
77+++
88
9+ > Removal of geometry hidden within geometry.
10+
911{{ stub_notice() }}
12+ {{ todo_notice(body="Relation to visibility sets.") }}
13+ {{ todo_notice(body="Relation to portal culling.") }}
Original file line number Diff line number Diff line change @@ -6,4 +6,9 @@ categories = ["culling"]
66tags = [" rendering" , " culling" , " optimization" ]
77+++
88
9+ > Removal of geometry that is fully hidden behind other geometry.
10+
911{{ stub_notice() }}
12+ {{ todo_notice(body="Legacy Occlusion Culling?") }}
13+ {{ todo_notice(body="Pre-pass and Hi-Z Buffer?") }}
14+ {{ todo_notice(body="Raster Occlusion Culling?") }}
Original file line number Diff line number Diff line change @@ -7,7 +7,11 @@ categories = ["culling"]
77tags = [" rendering" , " culling" , " optimization" ]
88+++
99
10+ > Removal of geometry that is not in the same 'room'.
11+
1012{{ stub_notice() }}
13+ {{ todo_notice(body="Relation to visibility sets.") }}
14+ {{ todo_notice(body="Relation to interior culling.") }}
1115
1216## References
1317
You can’t perform that action at this time.
0 commit comments