diff src/graphics.h.in @ 7833:8ff92634982d

Add initial support for patch rendering through GLU tessellation (no transparency, no border, no markers yet). * * * Use facevertexcdata when rendering patch. * * * Add patch border rendering (no transparency yet).
author Michael Goffioul <michael.goffioul@gmail.com>
date Wed, 20 Feb 2008 16:29:37 +0100
parents e06fdf7ea647
children caab78e7e377
line wrap: on
line diff
--- a/src/graphics.h.in	Wed Feb 20 16:22:42 2008 +0100
+++ b/src/graphics.h.in	Wed Feb 20 16:29:37 2008 +0100
@@ -2881,6 +2881,8 @@
   class OCTINTERP_API properties : public base_properties
   {
   public:
+    octave_value get_color_data (void) const;
+    
     // See the genprops.awk script for an explanation of the
     // properties declarations.