Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhanh Ha <khanhhh89@gmail.com>2017-03-08 06:12:39 +0300
committerMike Erwin <significant.bit@gmail.com>2017-03-08 06:14:27 +0300
commit1345d298068fb8ee988211a2b0063ab6685a77c8 (patch)
treeb5e4c717009994fc6d621baa637e166e2df6296e /source/blender/editors/include/BIF_glutil.h
parent696bb47c6eba9a6237e44e000803ffb505fb5a38 (diff)
OpenGL: convert editarmarture_sketch to new imm mode
Part of T49043, T49042 Reviewers: fclem, merwin Tags: #bf_blender_2.8 Differential Revision: https://developer.blender.org/D2548
Diffstat (limited to 'source/blender/editors/include/BIF_glutil.h')
-rw-r--r--source/blender/editors/include/BIF_glutil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/BIF_glutil.h b/source/blender/editors/include/BIF_glutil.h
index 1a1d7590644..01a2cf46a35 100644
--- a/source/blender/editors/include/BIF_glutil.h
+++ b/source/blender/editors/include/BIF_glutil.h
@@ -114,6 +114,7 @@ void imm_cpack(unsigned int x);
*/
void imm_cylinder_nor(unsigned int pos, unsigned int nor, float base, float top, float height, int slices, int stacks);
void imm_cylinder_wire(unsigned int pos, float base, float top, float height, int slices, int stacks);
+void imm_cylinder(unsigned int pos, float base, float top, float height, int slices, int stacks);
/**
* Returns a float value as obtained by glGetFloatv.