Unity 勉強メモ

ゲームエンジンのUnityを勉強するブログです。

http://opengl-tutorial.org をやってみた (その13)

opengl-tutorial.org というサイトを参考にOpenGLを勉強しています。

はちゅねミクの表示

プログラム

頂点シェーダ

フラグメントシェーダ

コンパイル&実行

$ g++ `pkg-config --cflags glfw3 glew` -o prog13 prog13.cpp `pkg-config --static --libs glfw3 glew`
$ ./prog13

実行結果 f:id:lambdataro:20150527185519p:plain