# QOpenGL3D **Repository Path**: agvctrl/qopen-gl3-d ## Basic Information - **Project Name**: QOpenGL3D - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2024-11-06 - **Last Updated**: 2024-11-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # QopenGL3DView Current we base on ubuntu 16.04 build and run,if you want to run in another enviroment, maybe you need do something in # TODO QT 3D view base on openGL, support 3D files formats obj,mtl,sda,dae... # View ![image](https://github.com/pengrui2009/QopenGL3DView/blob/main/resources/images/truck.png) # Function 1.load .obj and .tml base on assimp. 2.base on openGL and QT. 3. # TODO 1.need build assimp(https://github.com/assimp/assimp/releases/tag/v3.3.1/) by yourself. # Blog https://blog.csdn.net/pengrui18/article/details/114436712?spm=1001.2014.3001.5501 注意: 编译成功之后,需要手动将resources/model/目录下的untitled.obj和untitled.mtl拷贝到编译后程序目录下,才能显示3D卡车.