Blender
V3.3
|
#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 44 of file StrokeRep.h.
|
inline |
Definition at line 46 of file StrokeRep.h.
|
inline |
Definition at line 50 of file StrokeRep.h.
Freestyle::StrokeVertexRep::StrokeVertexRep | ( | const StrokeVertexRep & | iBrother | ) |
Definition at line 26 of file StrokeRep.cpp.
References _alpha, _color, _point2d, _texCoord, and _texCoord_w_tips.
|
inlinevirtual |
Definition at line 57 of file StrokeRep.h.
|
inline |
Definition at line 81 of file StrokeRep.h.
Referenced by Freestyle::BlenderStrokeRenderer::GenerateStrokeMesh().
|
inline |
Definition at line 76 of file StrokeRep.h.
Referenced by Freestyle::PSStrokeRenderer::RenderStrokeRepBasic().
|
inline |
Definition at line 61 of file StrokeRep.h.
Referenced by Freestyle::BlenderStrokeRenderer::GenerateStrokeMesh(), Freestyle::PSStrokeRenderer::RenderStrokeRepBasic(), and Freestyle::BlenderStrokeRenderer::test_triangle_visibility().
Definition at line 106 of file StrokeRep.h.
References Freestyle::a.
Referenced by Freestyle::Strip::computeTexCoordWithTips().
Definition at line 101 of file StrokeRep.h.
Referenced by Freestyle::Strip::computeTexCoordWithTips().
Definition at line 86 of file StrokeRep.h.
Definition at line 91 of file StrokeRep.h.
Referenced by Freestyle::Strip::computeTexCoordWithTips().
Definition at line 66 of file StrokeRep.h.
Referenced by Freestyle::BlenderStrokeRenderer::GenerateStrokeMesh().
|
protected |
Definition at line 116 of file StrokeRep.h.
Referenced by StrokeVertexRep().
|
protected |
Definition at line 115 of file StrokeRep.h.
Referenced by StrokeVertexRep().
|
protected |
Definition at line 112 of file StrokeRep.h.
Referenced by StrokeVertexRep().
|
protected |
Definition at line 113 of file StrokeRep.h.
Referenced by StrokeVertexRep().
|
protected |
Definition at line 114 of file StrokeRep.h.
Referenced by StrokeVertexRep().