Fall 2004 ***************************************************************************/ #if (defined (WIN32) && defined(_MSC_VER) && (_MSC_VER <=1300)) /*VS 6.0*/ #pragma warning(disable: 4786) #endif #include "gtex/ref_image.H" #include "mesh/uv_data.H" #include "proxy_stroke.H" #include "proxy_surface.H" #include "hatching_texture.H" #include "gtex/glsl_paper.H" static int foo = DECODER_ADD(ProxyStroke); bool ProxyStroke::taggle_vis = false; ProxyStroke::ProxyStroke() { _vis_type = VIS_TYPE_SCREEN | VIS_TYPE_SUBCLASS; //_verts.set_proto(new ProxyVertexData); //_draw_verts.set_proto(new ProxyVertexData); //_refine_verts.set_proto(new ProxyVertexData); } int ProxyStroke::draw(CVIEWptr& v) { //cerr << "ProxyStroke::draw " << _ps->center() << endl; return BaseStroke::draw(v);
DecoderAction() { DECODER_ADD(Script); DECODER_ADD(BpointAction); DECODER_ADD(BcurveAction); DECODER_ADD(PanelAction); }