Mercurial > hg > octave-jordi
comparison 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 |
comparison
equal
deleted
inserted
replaced
7832:e06fdf7ea647 | 7833:8ff92634982d |
---|---|
2879 { | 2879 { |
2880 public: | 2880 public: |
2881 class OCTINTERP_API properties : public base_properties | 2881 class OCTINTERP_API properties : public base_properties |
2882 { | 2882 { |
2883 public: | 2883 public: |
2884 octave_value get_color_data (void) const; | |
2885 | |
2884 // See the genprops.awk script for an explanation of the | 2886 // See the genprops.awk script for an explanation of the |
2885 // properties declarations. | 2887 // properties declarations. |
2886 | 2888 |
2887 BEGIN_PROPERTIES(patch) | 2889 BEGIN_PROPERTIES(patch) |
2888 data_property xdata l , Matrix () | 2890 data_property xdata l , Matrix () |