tbillington / bevy_toon_shader

Toon Shader for the bevy game engine
Apache License 2.0
98 stars 9 forks source link

Document meaning of fields and marker components #4

Open alice-i-cecile opened 1 year ago

alice-i-cecile commented 1 year ago

Many of the fields on ToonShaderMaterial are non-obvious. Digging into the source code, it appears that these are automatically set (yay!) via the corresponding marker components.

This would be super helpful to explain.