Lblsydx
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by Lblsydx-
我意思不是禁止渲染,只是禁止显示渲染后的3d图像。opengl可以将这个图像导出为3d体素文件或矩阵吗? I would like to forbid displaying the rendered 3d model, instead of rendering. In which function in openGL could I get and export the voxels of ...
-
MartyG MartyG 你有联系方式吗 想加下微信或qq?
-
Which line of the program could dispaly the 3D model on the screen? 程序的哪个语句是将渲染后的3d模型显示到屏幕上的?MartyG MartyG
-
MartyX Grover MartyGThe program in the github link is about rs2::pointcloud, instead of rs2::gl::pointcloud_renderer. I'm instrersted in rs2::gl::pointcloud_renderer, instead of rs2::pointcloud. 刚才...
-
Could rs2::gl::pointcloud_renderer render the pointcloud on other places, except for the screen? Since I'm afraid that if I project RealSense pointcloud directly to xy plane the points may be disco...
-
Please provide an example C++ progarm to export the rendered 3D surface from rs2::gl::pointcloud_renderer instead of the pointcloud. 请提供C++程序代码将渲染后的图像而不是点云导出到文件。
-
Thanks a lot.
-
How I could set the density of the calculated pointcloud (points per cubic meter)? 如何设置计算出来的点云密度?(每立方米的点数)MartyG MartyX Grover