Skip to content

Commit

Permalink
draw bounding boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
i-make-robots committed Dec 20, 2023
1 parent 3e202e2 commit 832a024
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/marginallyclever/ro3/Registry.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public static void start() {

renderPasses.add(new DrawBackground());
renderPasses.add(new DrawMeshes());
renderPasses.add(new DrawBoundingBoxes());
renderPasses.add(new DrawPoses());
renderPasses.add(new DrawCameras());
renderPasses.add(new DrawDHParameters());
Expand Down

0 comments on commit 832a024

Please sign in to comment.