▍1. 模型绘制
读取obj的内容数据 利用opengl绘制出 obj格式的三维模型(Read and draw the three-dimensional model of obj format)
实现如何使用顶点vertex来创造一个正方体(Implement a cube by using vertex)
说明: 实现如何使用顶点vertex来创造一个正方体(Implement a cube by using vertex)
一步步引导读者用C++实现计算机图形学中的各种基础数据结构(Lead reader to build the various data structrues of computer graphics step by step.)
说明: 一步步引导读者用C++实现计算机图形学中的各种基础数据结构(Lead reader to build the various data structrues of computer graphics step by step.)
说明: opencv三维测量官方代码,可进行完美运行。(Opencv three-dimensional measurement official code, can run perfectly.)
能够显示旋转3D模型的openGL程序,鼠标拖动可以旋转。(OpenGL Program for Displaying Rotating 3D Models)
说明: 能够显示旋转3D模型的openGL程序,鼠标拖动可以旋转。(OpenGL Program for Displaying Rotating 3D Models)
3dec4.1软件完全破解版,仅供大家参考学习,请勿用作商业用途。(3dec4.1 software completely cracked version, for your reference only, do not use for commercial purposes)
说明: 3dec4.1软件完全破解版,仅供大家参考学习,请勿用作商业用途。(3dec4.1 software completely cracked version, for your reference only, do not use for commercial purposes)
访问最底层LOD模型路径,打开后获取顶点数据和PirmitiveSet,重绘模型的三角面片(Visit the bottom LOD model path, open it, get vertex Array and PirmitiveSet, and redraw the triangle of the model.)
说明: 访问最底层LOD模型路径,打开后获取顶点数据和PirmitiveSet,重绘模型的三角面片(Visit the bottom LOD model path, open it, get vertex Array and PirmitiveSet, and redraw the triangle of the model.)
根据3维粗糙参数,生成任意随机3维粗糙面(3D random surface generator based on the 3D roughness parameters)