We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adab129 commit c28e778Copy full SHA for c28e778
src/main/java/engine/scene/Scene.java
@@ -38,6 +38,7 @@ public class Scene {
38
/** Name of the scene. Used for identification or debugging purposes. */
39
private final String name;
40
41
+ /** The background color of the scene. Defaults to black if not explicitly set. */
42
private Color background;
43
44
/** The currently active camera that determines the scene's view transformation. */
0 commit comments