You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes This is a method on how to do so:
1.) Write a shader that returns the outline color in the pixel shader.
2.) Modify the stencil state so the stencil buffer is not used. (The outline will be visible trough other objects in this case)
3.) Draw the coloured model with a bigger scale.
4.) Reset the stencil state.
5.) Draw the initial model.
Yes This is a method on how to do so: 1.) Write a shader that returns the outline color in the pixel shader. 2.) Modify the stencil state so the stencil buffer is not used. (The outline will be visible trough other objects in this case) 3.) Draw the coloured model with a bigger scale. 4.) Reset the stencil state. 5.) Draw the initial model.
Can outline effect be created for mesh like in Blender?
The text was updated successfully, but these errors were encountered: