「learnopengl linux」的推薦目錄:
- 關於learnopengl linux 在 コバにゃんチャンネル Youtube 的最佳解答
- 關於learnopengl linux 在 大象中醫 Youtube 的最佳貼文
- 關於learnopengl linux 在 大象中醫 Youtube 的最佳貼文
- 關於learnopengl linux 在 [問題] openGL的shader compile問題- 看板C_and_CPP - 的評價
- 關於learnopengl linux 在 JoeyDeVries/LearnOpenGL: Code repository of all ... 的評價
- 關於learnopengl linux 在 LearnOpenGL CN: 主页 的評價
- 關於learnopengl linux 在 Starting to learn OpenGL. On modern Linux, how are all ... 的評價
- 關於learnopengl linux 在 LearnOpenGL | Hi!FuYun 的評價
- 關於learnopengl linux 在 #1.5 Intro to Modern OpenGL Tutorial: Linux Setup - YouTube 的評價
- 關於learnopengl linux 在 learnopengl glitter版 - 菊长的菊花田 的評價
learnopengl linux 在 大象中醫 Youtube 的最佳貼文
learnopengl linux 在 大象中醫 Youtube 的最佳貼文
learnopengl linux 在 JoeyDeVries/LearnOpenGL: Code repository of all ... 的推薦與評價
Contains code samples for all chapters of Learn OpenGL and https://learnopengl.com. ... Linux building. First make sure you have CMake, Git, and GCC by typing as ... ... <看更多>
learnopengl linux 在 LearnOpenGL CN: 主页 的推薦與評價
欢迎来到OpenGL的世界。这个工程只是我(Joey de Vries)的一次小小的尝试,希望能够建立起一个完善的OpenGL教学平台。无论你学习OpenGL是为了学业,找工作,或仅仅是因为 ... ... <看更多>
learnopengl linux 在 [問題] openGL的shader compile問題- 看板C_and_CPP - 的推薦與評價
開發平台(Platform): (Ex: Win10, Linux, ...)
win7
編譯器(Ex: GCC, clang, VC++...)+目標環境(跟開發平台不同的話需列出)
VC++
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
glew, glut
問題(Question):
我是c++兼opengl noob, 可能是很蠢的問題
我照這個網址的練習來做
https://blog.csdn.net/cordova/article/details/52495077
這個是以下網址的中文翻譯版, code也在其中
https://ogldev.atspace.co.uk/www/tutorial04/tutorial04.html
但是在編譯時會出現
fatal error C1021: invalid preprocessor command 'version'
中文為無效的前置處理器命令
完全看不懂... 照理說我應該已經指定用opengl去編譯了才對
我在網路上opengl論壇有看到有人有類似的問題(ptt不給縮網址 囧)
https://www.opengl.org/discussion_boards/showthread.php/
181901-version-syntax-will-not-work-on-Visual-Studio-C
但是還是不知道怎麼解...
餵入的資料(Input):
預期的正確結果(Expected Output):
可以編譯過就好QQ
錯誤結果(Wrong Output):
程式碼(Code):(請善用置底文網頁, 記得排版)
如網址
需要額外include的檔案在
https://github.com/triplepointfive/ogldev/tree/master/Include
其中的ogldev_math_3d.h
如果還有需要include的會在
https://github.com/assimp/assimp/tree/master/include/assimp
這邊的檔案中
補充說明(Supplement):
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 140.113.186.245
※ 文章網址: https://www.ptt.cc/bbs/C_and_CPP/M.1481261901.A.173.html
※ 編輯: goldflower (140.113.186.245), 12/09/2016 13:40:48
※ 編輯: goldflower (140.113.186.245), 12/09/2016 13:42:01
... <看更多>