Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/freestyle/intern/app_blender/AppCanvas.h')
-rwxr-xr-xsource/blender/freestyle/intern/app_blender/AppCanvas.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/source/blender/freestyle/intern/app_blender/AppCanvas.h b/source/blender/freestyle/intern/app_blender/AppCanvas.h
index c61c8044c10..7990cf84cc6 100755
--- a/source/blender/freestyle/intern/app_blender/AppCanvas.h
+++ b/source/blender/freestyle/intern/app_blender/AppCanvas.h
@@ -33,13 +33,10 @@ public:
virtual BBox<Vec3r> scene3DBBox() const ;
- /*! update the canvas (display) */
- virtual void update() ;
+ // abstract
+ virtual void RenderStroke(Stroke*);
+ virtual void update();
- /*! Renders the created strokes */
- virtual void Render(const StrokeRenderer *iRenderer);
- virtual void RenderBasic(const StrokeRenderer *iRenderer);
- virtual void RenderStroke(Stroke *iStroke) ;
/*! accessors */
virtual int width() const ;