Skip to content

Commit

Permalink
Renderer: remove get spheres method
Browse files Browse the repository at this point in the history
  • Loading branch information
satelllte committed Mar 14, 2024
1 parent cc92faf commit d5c28f9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/Raytracer/Renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ export class Renderer {
this._preferredCanvasFormat = undefined;
}

public get spheres(): Sphere[] {
return this._spheres;
}

public setSpheres(spheres: Sphere[]): void {
this._spheres = spheres;
}
Expand Down

0 comments on commit d5c28f9

Please sign in to comment.