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

« back to all changes in this revision

Viewing changes to source/blender/include/BSE_drawview.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: BSE_drawview.h,v 1.8 2003/10/15 12:26:25 ton Exp $
 
2
 * $Id: BSE_drawview.h,v 1.11 2005/05/11 20:01:42 ton Exp $
3
3
 *
4
4
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
5
5
 *
41
41
void setalpha_bgpic(struct BGpic *bgpic);
42
42
void default_gl_light(void);
43
43
void init_gl_stuff(void);
44
 
void two_sided(int val);
45
44
void circf(float x, float y, float rad);
46
45
void circ(float x, float y, float rad);
47
46
void backdrawview3d(int test);
54
53
void calc_viewborder(struct View3D *v3d, struct rcti *viewborder_r);
55
54
void view3d_set_1_to_1_viewborder(struct View3D *v3d);
56
55
void timestr(double time, char *str);
57
 
double speed_to_swaptime(int speed);
58
 
double key_to_swaptime(int key);
59
56
 
60
57
void sumo_callback(void *obp);
61
58
void init_anim_sumo(void);
65
62
void inner_play_anim_loop(int init, int mode);
66
63
int play_anim(int mode);
67
64
 
 
65
 
 
66
void make_axis_color(char *col, char *col2, char axis);
 
67
 
68
68
#endif /* BSE_DRAWVIEW_H */
69
69