Skip to content

Commit

Permalink
remove default ground plane
Browse files Browse the repository at this point in the history
  • Loading branch information
i-make-robots committed Oct 8, 2024
1 parent ce3288d commit 177bf34
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 99 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ public void actionPerformed(ActionEvent e) {

private void addRenderPasses() {
renderPasses.add(new DrawBackground());
renderPasses.add(new DrawGroundPlane());
renderPasses.add(new DrawMeshes());
renderPasses.add(new DrawBoundingBoxes());
renderPasses.add(new DrawCameras());
Expand Down

This file was deleted.

0 comments on commit 177bf34

Please sign in to comment.