上传者: 42117082
|
上传时间: 2021-12-14 21:40:19
|
文件大小: 4KB
|
文件类型: -
Open3D示例项目
一个CMake示例,显示了如何将Open3D链接到项目。 有关更多详细信息,请查看和。
# Tested on Ubuntu 18.04+
git clone https://github.com/intel-isl/Open3D-Example-Project.git
cd Open3D-Example-Project
mkdir build
cd build
cmake ..
make -j $( nproc )
./draw