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:
authorClément Foucault <foucault.clem@gmail.com>2017-06-09 02:14:39 +0300
committerClément Foucault <foucault.clem@gmail.com>2017-06-09 02:15:17 +0300
commit67913c603cd31f72b1cd94e787f99179a8e966a5 (patch)
tree047baaa37d9a3a5bca0dc74767b04cef4c40365b /source/blender/draw/intern/draw_cache.c
parente45ebec335f4b13835bce2c21aeb4ecd8726a02a (diff)
Probe: Add influence display and rework UI.
Diffstat (limited to 'source/blender/draw/intern/draw_cache.c')
-rw-r--r--source/blender/draw/intern/draw_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/intern/draw_cache.c b/source/blender/draw/intern/draw_cache.c
index b81f7bd2201..946ac78b468 100644
--- a/source/blender/draw/intern/draw_cache.c
+++ b/source/blender/draw/intern/draw_cache.c
@@ -220,7 +220,7 @@ static VertexBuffer *fill_arrows_vbo(const float scale)
static VertexBuffer *sphere_wire_vbo(const float rad)
{
-#define NSEGMENTS 16
+#define NSEGMENTS 32
/* Position Only 3D format */
static VertexFormat format = { 0 };
static struct { uint pos; } attr_id;