A computational state to compute normals of a surface, possibly asynchroneously in a thread.
More...
#include <FComputeNormals.hpp>
List of all members.
Public Member Functions
-
override bool compute ()
-
void clear ()
Public Attributes
-
RefPtr< Fiber::Field > CoordField
-
RefPtr< Fiber::Field > CellField
-
RefPtr< Fiber::Field > VertexNormalField
-
RefPtr< Fiber::Field > CellNormalField
Detailed Description
A computational state to compute normals of a surface, possibly asynchroneously in a thread.
- Examples:
-
ComputeNormals.cpp.