~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to source/blender/include/BDR_drawobject.h

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2005-11-06 12:40:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051106124003-3pgs7tcg5rox96xg
Tags: 2.37a-1.1
* Non-maintainer upload.
* Split out parts of 01_SConstruct_debian.dpatch again: root_build_dir
  really needs to get adjusted before the clean target runs - closes: #333958,
  see #288882 for reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
 
 * $Id: BDR_drawobject.h,v 1.9 2003/10/23 16:15:04 ton Exp $
 
2
 * $Id: BDR_drawobject.h,v 1.15 2005/04/20 08:26:22 broken Exp $
3
3
 *
4
4
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
5
5
 *
49
49
void helpline(float *vec);
50
50
void drawaxes(float size);
51
51
void drawcamera(struct Object *ob);
 
52
 
 
53
void calc_mesh_facedots_ext(void);
52
54
void calc_lattverts_ext(void);
53
 
void calc_meshverts(void);
54
55
void calc_meshverts_ext(void);
55
56
void calc_meshverts_ext_f2(void);
56
57
void calc_nurbverts_ext(void);
57
 
void tekenvertices(short sel);
58
 
void drawcircball(float *cent, float rad, float tmat[][4]);
 
58
void drawcircball(int mode, float *cent, float rad, float tmat[][4]);
59
59
void get_local_bounds(struct Object *ob, float *centre, float *size);
60
60
void draw_object(struct Base *base);
61
61
void draw_object_ext(struct Base *base);
 
62
void drawsolidcube(float size);
 
63
extern void draw_object_backbufsel(struct Object *ob);
62
64
 
63
65
#ifdef __cplusplus
64
66
}