- 博客(4)
- 收藏
- 关注
原创 PCL点云旋转(平面参数)
PCL点云旋转(平面参数)实现根据输入平面参数(标准式),基于旋转矩阵 旋转点云到XY面的功能旋转矩阵#include "stdafx.h"#include <iostream>#include <pcl/io/pcd_io.h>#include <pcl/io/ply_io.h>#include <pcl/point_cloud.h>...
2020-04-28 15:31:08
3052
3
原创 LearnOpenGL学习笔记(三)
LearnOpenGL学习笔记(三)uniform应用cn教程地址#include <glad/glad.h>#include <GLFW/glfw3.h>#include <iostream>#include <cmath>void framebuffer_size_callback(GLFWwindow* window, int...
2020-04-28 15:13:57
251
原创 LearnOpenGL学习笔记(二)
LearnOpenGL学习笔记(二)cn教程地址#include <glad/glad.h>#include <GLFW/glfw3.h>#include <iostream>void framebuffer_size_callback(GLFWwindow* window, int width, int height);void processI...
2020-04-27 14:13:09
182
原创 LearnOpenGL学习笔记(一)
LearnOpenGL学习笔记(一)OpenGL的Hello windows窗口的学习源码cn教程地址```cpp#include <glad/glad.h>#include <GLFW/glfw3.h>#include <iostream>//按键输入entervoid processInput(GLFWwindow *window){...
2020-04-23 15:54:04
319
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅