Blender
V3.3
|
#include <PSStrokeRenderer.h>
Public Member Functions | |
PSStrokeRenderer (const char *iFileName=NULL) | |
virtual void | RenderStrokeRep (StrokeRep *iStrokeRep) const |
virtual void | RenderStrokeRepBasic (StrokeRep *iStrokeRep) const |
![]() | |
virtual | ~StrokeRenderer () |
Protected Attributes | |
ofstream | _ofstream |
Additional Inherited Members | |
![]() | |
static bool | loadTextures () |
![]() | |
static TextureManager * | _textureManager = nullptr |
Definition at line 26 of file PSStrokeRenderer.h.
Freestyle::PSStrokeRenderer::PSStrokeRenderer | ( | const char * | iFileName = NULL | ) |
Definition at line 13 of file PSStrokeRenderer.cpp.
References _ofstream, Freestyle::Canvas::getInstance(), Freestyle::Canvas::height(), usdtokens::out(), and Freestyle::Canvas::width().
Renders a stroke rep
Implements Freestyle::StrokeRenderer.
Definition at line 30 of file PSStrokeRenderer.cpp.
References RenderStrokeRepBasic().
Implements Freestyle::StrokeRenderer.
Definition at line 35 of file PSStrokeRenderer.cpp.
References _ofstream, Freestyle::StrokeVertexRep::color(), color, Freestyle::StrokeRep::getStrips(), Freestyle::StrokeVertexRep::point2d(), and v.
Referenced by RenderStrokeRep().
|
mutableprotected |
Definition at line 35 of file PSStrokeRenderer.h.
Referenced by PSStrokeRenderer(), and RenderStrokeRepBasic().