-
- Downloads
fixed missing clamp option for gradient coloring
Adds the option to turn off coloring outside range given by minv and maxv; this should actually be the default, but clamp=True is the default for now to mimick old behavior. The implementation is incomplete and only works for Entity right now.
Showing
- modules/gfx/pymod/export_entity.cc 10 additions, 0 deletionsmodules/gfx/pymod/export_entity.cc
- modules/gfx/src/color_ops/gradient_color_op.cc 8 additions, 8 deletionsmodules/gfx/src/color_ops/gradient_color_op.cc
- modules/gfx/src/color_ops/gradient_color_op.hh 5 additions, 0 deletionsmodules/gfx/src/color_ops/gradient_color_op.hh
- modules/gfx/src/entity.cc 10 additions, 0 deletionsmodules/gfx/src/entity.cc
- modules/gfx/src/entity.hh 6 additions, 0 deletionsmodules/gfx/src/entity.hh
- modules/gfx/src/impl/connect_renderer_base.cc 1 addition, 1 deletionmodules/gfx/src/impl/connect_renderer_base.cc
- modules/gfx/src/impl/entity_renderer.hh 33 additions, 19 deletionsmodules/gfx/src/impl/entity_renderer.hh
- modules/gfx/src/impl/trace_renderer_base.cc 8 additions, 4 deletionsmodules/gfx/src/impl/trace_renderer_base.cc
Loading
Please register or sign in to comment