Blender Git Loki
Git Commits -> Revision 08f18a5
July 12, 2016, 09:50 (GMT) |
Store buffer textures for the rotating frame on control curves. This frame will allow better deformation effects for bent curves. |
Commit Details:
Full Hash: 08f18a52c2586a50e36bd1ce9f4613b6cb22980e
Parent Commit: 26ceb98
Lines Changed: +161, -35
7 Modified Paths:
/source/blender/blenkernel/BKE_strands.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/strands.c (+44, -2) (Diff)
/source/blender/gpu/GPU_buffers.h (+5, -1) (Diff)
/source/blender/gpu/intern/gpu_buffers.c (+96, -24) (Diff)
/source/blender/gpu/intern/gpu_strands.c (+8, -6) (Diff)
/source/blender/gpu/shaders/gpu_shader_strand_geom.glsl (+2, -0) (Diff)
/source/blender/gpu/shaders/gpu_shader_strand_vert.glsl (+4, -2) (Diff)
/source/blender/blenkernel/intern/strands.c (+44, -2) (Diff)
/source/blender/gpu/GPU_buffers.h (+5, -1) (Diff)
/source/blender/gpu/intern/gpu_buffers.c (+96, -24) (Diff)
/source/blender/gpu/intern/gpu_strands.c (+8, -6) (Diff)
/source/blender/gpu/shaders/gpu_shader_strand_geom.glsl (+2, -0) (Diff)
/source/blender/gpu/shaders/gpu_shader_strand_vert.glsl (+4, -2) (Diff)