$mostlyopaque: Difference between revisions
Jump to navigation
Jump to search
Tip:Using either
ReverendV92 (talk | contribs) (Added note about single-pass render) |
Thunder4ik (talk | contribs) m (→See also: clean up, replaced: See Also → See also) |
||
Line 10: | Line 10: | ||
</pre> | </pre> | ||
== See | == See also == | ||
*[[$opaque]] - Similar command for models that have ''mostly'' opaque materials, and renders in one pass. | *[[$opaque]] - Similar command for models that have ''mostly'' opaque materials, and renders in one pass. | ||
[[Category:QC Commands|mostlyopaque]] | [[Category:QC Commands|mostlyopaque]] |
Revision as of 01:36, 6 January 2024
Causes the model to be rendered in two passes: The first pass renders only the opaque portions of the model, and the second pass renders only the translucent portion of the model.
The use of $mostlyopaque
can be used to improve the visual quality of models such as foliage or underbrush, by improving the lighting on the translucent materials.

$mostlyopaque
or $opaque
on all models is good form, as it prevents odd lighting errors and visual artifacts with shadows.Syntax
$mostlyopaque
See also
- $opaque - Similar command for models that have mostly opaque materials, and renders in one pass.