Skip to content

Commit

Permalink
Release 0.1 alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyrdaboo committed Jul 6, 2023
1 parent fe11623 commit 3023ab5
Show file tree
Hide file tree
Showing 34 changed files with 1 addition and 7 deletions.
7 changes: 0 additions & 7 deletions bin/.gitignore

This file was deleted.

Binary file added bin/Demos/DemoSceneLoader.class
Binary file not shown.
Binary file added bin/Demos/Fog.class
Binary file not shown.
Binary file added bin/Demos/FpsControls.class
Binary file not shown.
Binary file added bin/Demos/LightsDemo.class
Binary file not shown.
Binary file added bin/Demos/ShaderShowcaseScene.class
Binary file not shown.
Binary file added bin/Demos/SolidColor.class
Binary file not shown.
Binary file added bin/Demos/SuzanneDemo.class
Binary file not shown.
Binary file added bin/Demos/TerrainDemo.class
Binary file not shown.
Binary file added bin/Demos/Text3D.class
Binary file not shown.
Binary file added bin/Demos/Triplanar.class
Binary file not shown.
Binary file added bin/Demos/WarningScene.class
Binary file not shown.
Binary file added bin/Demos/package-info.class
Binary file not shown.
Binary file added bin/Dwarf-Logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bin/DwarfEngine/Text$1.class
Binary file not shown.
Binary file added bin/DwarfEngine/Text.class
Binary file not shown.
Binary file added bin/Renderer3D/BuiltInShaders/Diffuse.class
Binary file not shown.
Binary file added bin/Renderer3D/BuiltInShaders/Phong.class
Binary file not shown.
Binary file added bin/Renderer3D/BuiltInShaders/Unlit.class
Binary file not shown.
Binary file added bin/Renderer3D/BuiltInShaders/VertexColor.class
Binary file not shown.
Binary file added bin/Renderer3D/BuiltInShaders/package-info.class
Binary file not shown.
Binary file added bin/Renderer3D/ErrorShader.class
Binary file not shown.
Binary file added bin/Renderer3D/Light$LightType.class
Binary file not shown.
Binary file added bin/Renderer3D/Light.class
Binary file not shown.
Binary file added bin/Renderer3D/Pipeline$RenderFlag.class
Binary file not shown.
Binary file added bin/Renderer3D/Plane.class
Binary file not shown.
Binary file added bin/Renderer3D/Prop.class
Binary file not shown.
Binary file added bin/Renderer3D/Scene.class
Binary file not shown.
Binary file added bin/Renderer3D/SceneManager.class
Binary file not shown.
Binary file added bin/Renderer3D/Shader.class
Binary file not shown.
Binary file added bin/Renderer3D/TriangleRasterizer.class
Binary file not shown.
Binary file added bin/Renderer3D/Vertex.class
Binary file not shown.
Binary file added bin/font-atlas.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/Demos/LightsDemo.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public class LightsDemo extends Scene {

Application app;

@SuppressWarnings("unused")
public LightsDemo(Application application) {
super(application);
app = application;
Expand Down

0 comments on commit 3023ab5

Please sign in to comment.