Skip to content

Commit

Permalink
Update to version 0.3. Move from Primitives to using Open3D with Rayc…
Browse files Browse the repository at this point in the history
…astingscene
  • Loading branch information
Schellenberg3 committed Oct 3, 2023
1 parent c1f7b9f commit 3e079fd
Show file tree
Hide file tree
Showing 7 changed files with 227 additions and 1,070 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12)

project(
ForgeScan
VERSION 0.2
VERSION 0.3
DESCRIPTION
"Policies for autonomous, iterative, and fast voxelized geometric reconstruction with simulated depth cameras."
LANGUAGES C CXX
Expand Down Expand Up @@ -97,6 +97,7 @@ target_link_libraries(
${OpenCV_LIBS}
Eigen3::Eigen
HighFive
Open3D::Open3D
)
set_target_properties(
${INTERFACE_LIBRARY}
Expand Down
319 changes: 0 additions & 319 deletions include/ForgeScan/Simulation/Box.hpp

This file was deleted.

Loading

0 comments on commit 3e079fd

Please sign in to comment.