Skip to content

Commit

Permalink
concept island
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardstrobl committed Feb 3, 2024
1 parent 122dbb4 commit e24e34f
Show file tree
Hide file tree
Showing 5 changed files with 361 additions and 341 deletions.
Binary file modified Blender/picocean.blend
Binary file not shown.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ if(PICOCEAN)
picocean/logic_demo.cpp
picocean/logic_events.cpp
picocean/logic_gate.cpp
picocean/logic_grass.cpp
picocean/logic_info_text.cpp
picocean/logic_input.cpp
picocean/logic_menu.cpp
Expand Down
5 changes: 5 additions & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,11 @@ void draw(uint32_t tick) {
pen(0, 0, 0);
clear();
*/

//debug camera position
//text("CamX:" + str(camera_position[0]), 0, 0);
//text("CamY:" + str(camera_position[1]), 0, 10);
//text("CamZ:" + str(camera_position[2]), 0, 20);

//we can output complete 4x4 matrices if needed
//mat_debug(mat_camera, 0);
Expand Down
Loading

0 comments on commit e24e34f

Please sign in to comment.