|
Blender
V2.93
|
#include <StrokeRep.h>
Public Member Functions | |
| StrokeVertexRep () | |
| StrokeVertexRep (const Vec2r &iPoint2d) | |
| StrokeVertexRep (const StrokeVertexRep &iBrother) | |
| virtual | ~StrokeVertexRep () |
| Vec2r & | point2d () |
| Vec2r & | texCoord (bool tips=false) |
| Vec3r & | color () |
| float | alpha () |
| void | setPoint2d (const Vec2r &p) |
| void | setTexCoord (const Vec2r &p, bool tips=false) |
| void | setColor (const Vec3r &p) |
| void | setAlpha (float a) |
Protected Attributes | |
| Vec2r | _point2d |
| Vec2r | _texCoord |
| Vec2r | _texCoord_w_tips |
| Vec3r | _color |
| float | _alpha |
Definition at line 58 of file StrokeRep.h.
|
inline |
Definition at line 60 of file StrokeRep.h.
|
inline |
Definition at line 64 of file StrokeRep.h.
| Freestyle::StrokeVertexRep::StrokeVertexRep | ( | const StrokeVertexRep & | iBrother | ) |
Definition at line 40 of file StrokeRep.cpp.
References _alpha, _color, _point2d, _texCoord, and _texCoord_w_tips.
|
inlinevirtual |
Definition at line 71 of file StrokeRep.h.
|
inline |
Definition at line 95 of file StrokeRep.h.
Referenced by Freestyle::BlenderStrokeRenderer::GenerateStrokeMesh().
|
inline |
Definition at line 90 of file StrokeRep.h.
Referenced by Freestyle::PSStrokeRenderer::RenderStrokeRepBasic().
|
inline |
Definition at line 75 of file StrokeRep.h.
Referenced by Freestyle::BlenderStrokeRenderer::GenerateStrokeMesh(), Freestyle::PSStrokeRenderer::RenderStrokeRepBasic(), and Freestyle::BlenderStrokeRenderer::test_triangle_visibility().
|
inline |
Definition at line 120 of file StrokeRep.h.
References Freestyle::a.
Referenced by Freestyle::Strip::computeTexCoordWithTips().
|
inline |
Definition at line 115 of file StrokeRep.h.
Referenced by Freestyle::Strip::computeTexCoordWithTips().
|
inline |
Definition at line 100 of file StrokeRep.h.
|
inline |
Definition at line 105 of file StrokeRep.h.
Referenced by Freestyle::Strip::computeTexCoordWithTips().
|
inline |
Definition at line 80 of file StrokeRep.h.
Referenced by Freestyle::BlenderStrokeRenderer::GenerateStrokeMesh().
|
protected |
Definition at line 130 of file StrokeRep.h.
Referenced by StrokeVertexRep().
|
protected |
Definition at line 129 of file StrokeRep.h.
Referenced by StrokeVertexRep().
|
protected |
Definition at line 126 of file StrokeRep.h.
Referenced by StrokeVertexRep().
|
protected |
Definition at line 127 of file StrokeRep.h.
Referenced by StrokeVertexRep().
|
protected |
Definition at line 128 of file StrokeRep.h.
Referenced by StrokeVertexRep().