|
@@ -0,0 +1,31 @@
|
|
|
|
|
+# Bloom
|
|
|
|
|
+
|
|
|
|
|
+<span class="label label-doc-level">Intermediate</span>
|
|
|
|
|
+<span class="label label-doc-audience">Artist</span>
|
|
|
|
|
+
|
|
|
|
|
+The **outline** effect applies a cartoon-like outline around 3d models rendered in the scene.
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+Outline is applied before anti-aliasing.
|
|
|
|
|
+
|
|
|
|
|
+## Properties
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+| Property | Description
|
|
|
|
|
+| --------------------- | ----
|
|
|
|
|
+| Normal Weight | Weight applied to the normal buffer.
|
|
|
|
|
+| Depth Weight | Weight applied to the depth buffer.
|
|
|
|
|
+| Normal Near Cutoff | Distance from the camera in which outlines are no longer rendered.
|
|
|
|
|
+
|
|
|
|
|
+## See also
|
|
|
|
|
+
|
|
|
|
|
+* [Anti-aliasing](anti-aliasing.md)
|
|
|
|
|
+* [Outline](outline.md)
|
|
|
|
|
+* [Ambient occlusion](ambient-occlusion.md)
|
|
|
|
|
+* [Bright filter](bright-filter.md)
|
|
|
|
|
+* [Color transforms](color-transforms/index.md)
|
|
|
|
|
+* [Depth of field](depth-of-field.md)
|
|
|
|
|
+* [Lens flare](lens-flare.md)
|
|
|
|
|
+* [Light streaks](light-streaks.md)
|