diff --git a/src/app/App.tsx b/src/app/App.tsx index 3f1c3991..47fa5e9e 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -18893,40 +18893,81 @@ export function App({ store, initialStatusMessage }: AppProps) { /> - - Samples - - setAdvancedRenderingGodRaysSamplesDraft( - event.currentTarget.value - ) - } - onBlur={applyAdvancedRenderingGodRaysSamples} - onKeyDown={(event) => - handleDraftVectorKeyDown( - event, - applyAdvancedRenderingGodRaysSamples - ) - } - onKeyUp={(event) => - handleNumberInputKeyUp( - event, - applyAdvancedRenderingGodRaysSamples - ) - } - onPointerUp={(event) => - handleNumberInputPointerUp( - event, - applyAdvancedRenderingGodRaysSamples - ) - } - /> - +