Reduce the opacity of the Filament selection outline.
PiperOrigin-RevId: 933665589 Change-Id: Ic55785568c0129c2f145bedc0cde7ec4bdc05dcf
This commit is contained in:
committed by
Copybara-Service
parent
cedaa47d61
commit
e76afa7160
@@ -323,7 +323,7 @@ void SceneView::Render(filament::Renderer* renderer,
|
||||
if (!outliner_) {
|
||||
outliner_ =
|
||||
std::make_unique<Outliner>(object_mgr_, kLayerMask_Outline,
|
||||
float4{0.9f, 0.9f, 0.2f, 1.0f}, 3.5f);
|
||||
float4{0.9f, 0.9f, 0.2f, 0.7f}, 3.5f);
|
||||
}
|
||||
|
||||
for (Renderable* renderable : selected_renderables) {
|
||||
|
||||
Reference in New Issue
Block a user