Skip to content

Commit

Permalink
add translucent materials to color picker
Browse files Browse the repository at this point in the history
  • Loading branch information
hotstreams committed Sep 21, 2024
1 parent 80d5250 commit 10f88a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/limitless/renderer/color_picker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ void ColorPicker::render(InstanceRenderer& renderer, [[maybe_unused]] Scene &sce
framebuffer.clear();

renderer.renderScene({ctx, assets, ShaderType::ColorPicker, ms::Blending::Opaque, setter});
renderer.renderScene({ctx, assets, ShaderType::ColorPicker, ms::Blending::Translucent, setter});

for (auto& pick: data) {
if (!pick.sync.isAlreadyPlaced()) {
Expand Down

0 comments on commit 10f88a1

Please sign in to comment.