Skip to content

Commit

Permalink
Disable transparent picking by default
Browse files Browse the repository at this point in the history
  • Loading branch information
show50726 authored and pixelflinger committed Nov 20, 2024
1 parent 0803987 commit 98585bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filament/src/details/View.h
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ class FView : public View {
Viewport mViewport;
bool mCulling = true;
bool mFrontFaceWindingInverted = false;
bool mIsTransparentPickingEnabled = true;
bool mIsTransparentPickingEnabled = false;

FRenderTarget* mRenderTarget = nullptr;

Expand Down

0 comments on commit 98585bd

Please sign in to comment.