From a54ee3178ec065a440049b924669eba4a43fc014 Mon Sep 17 00:00:00 2001 From: Tim Redick Date: Thu, 13 Feb 2025 21:36:49 +0000 Subject: [PATCH] Use less frames in GIF --- examples/offscreen_color.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/offscreen_color.jl b/examples/offscreen_color.jl index 65333f0..350f062 100644 --- a/examples/offscreen_color.jl +++ b/examples/offscreen_color.jl @@ -34,7 +34,7 @@ scene = Scene(camera, [cube, monkey]) # for gif fps = 60 # for fps benchmark -n_frames = 500 +n_frames = 200 images = Array{Array{RGB{N0f8},2}}(undef, n_frames) seconds = @elapsed for frame_number in 1:n_frames # events