Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/herocrab/StrideMeshOutlineRenderFeature

Stride Mesh Outline Render Feature
https://github.com/herocrab/StrideMeshOutlineRenderFeature

Last synced: about 2 months ago
JSON representation

Stride Mesh Outline Render Feature

Lists

README

        

# StrideMeshOutlineRenderFeature
This is a simple outline renderer for Stride.

1) Clone the project.
2) Explore the compositor render features.
3) Expand the MeshOutlineRenderFeature properties. Note the RenderGroupMask.
4) Explore entities in the scene with the outline entity component attached.





How it works:
1) Mesh outline render feature adds a dynamic shader effect to the pipeline for specific render groups.
2) Mesh outline render feature increases size of rendered objects.
3) Rendered objects are saturated to a color AND intensity specified by the outline entity component.
4) Rendered "outline" objects are rendered with CullMode.Front, so they are behind objects.