Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- vim명령어
- opengl
- c#
- ubuntu
- sshkey
- opencv
- opencv apt설치
- rotation
- google drive 업로드
- libopencv-dev
- Python
- 아두이노 설치
- 정보처리기사후기
- vi
- esp32
- google drive upload
- Google Drive API
- Winform
- annotating
- vim
- 아두이노
- vtk
- apt update
- NodeMCU
- 우분투 opencv 설치
- translation
- opencv resize
- 정보처리기사
- api사용해서 google drive에 폴더만들기
- 고정ip할당
Archives
- Today
- Total
내가 보려고 만든 블로그
assimp 설치(ubuntu) 본문
반응형
sudo apt install assimp-utils
sudo apt-get install libassimp-dev
순서대로 터미널에 입력하기
그다음에 내 소스의 cmake에 assimp 포함시켜주고헤더파일에
#include <assimp/Importer.hpp>
#include <assimp/scene.h>
#include <assimp/postprocess.h>
#include <assimp/cimport.h>
쓰고 make해서 에러없으면 ok
반응형
'OpenGL' 카테고리의 다른 글
glew, glut glfw3 설치방법 (0) | 2022.12.26 |
---|---|
lua 설치 (ubuntu) (0) | 2022.12.23 |
opengl 삼각형, 사각형, 정육면체 index (0) | 2022.08.25 |
opengl 참고사이트 (0) | 2022.08.24 |
우분투환경에서 opengl 설치 (0) | 2022.08.04 |