Skip to content

Commit

Permalink
example fps
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzakm committed Feb 28, 2024
1 parent 752df3d commit 5c156f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const initSpriteFlyers = async (renderer: WebGLRenderer, scene: Scene, co

const sprite = new InstancedSpriteMesh(baseMaterial, count, renderer);

sprite.fps = 7;
sprite.fps = 9;

sprite.hueShift.setGlobal({
h: 0,
Expand Down

0 comments on commit 5c156f9

Please sign in to comment.