We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e90f09 commit 412c7d2Copy full SHA for 412c7d2
tsd/src/tsd/ui/imgui/windows/Viewport.h
@@ -87,7 +87,7 @@ struct Viewport : public BaseViewport
87
float m_depthVisualMaximum{1.f};
88
float m_edgeThreshold{0.5f};
89
bool m_edgeInvert{false};
90
- anari::DataType m_colorFormat = ANARI_UNKNOWN;
+ anari::DataType m_colorFormat{ANARI_UFIXED8_RGBA_SRGB};
91
92
// Picking state //
93
0 commit comments