Maven module :un.engine : engine-opengl :
Class : un.engine.opengl.renderer.SilhouetteRendererBackFaceMethod
Extends/Implements : un.engine.opengl.renderer.AbstractRenderer
Subclasses : -

Silhouette/outline rendering using backface method.
this consist by enlarging the mesh, and render only the backfaces.
TODO : DRAFT WORK, experimental
author  Johann Sorel


Variables : -
Functions : SilhouetteRendererBackFaceMethod, setColor, setBorderWidth, renderInternal, dispose




param  mesh
param  color silhouette border color
param  width silhouette border width
public void SilhouetteRendererBackFaceMethod (Mesh mesh, Color color, float width)


Set silhouette border color.
param  c
public void setColor (Color c)


Set silhouette border width.
param  borderWidth
public void setBorderWidth (float borderWidth)

public void renderInternal (RenderContext context, CameraMono camera, GLNode node)

public void dispose (GLProcessContext context)