1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

macOSでOpenGLを勝手に勉強する(目次)

Last updated at Posted at 2018-10-14

macOSとOpenGLを使って3Dグラフィックスを勉強しています。
あくまでも初学者として勉強しながら記事を書いているので、
誤った内容を記載してしまう可能性があります。ご指摘いただけると嬉しいです。

なお、本記事群は、macOSでOpenGLプログラミング(目次) - Qiitaの掲載が途中で止まってしまっているけど記事の内容が知りたくて、とうとう自分で学習し始めて記事化してみているというものです。
本家の記事については、3Dグラフィックスができる私の同僚が、3Dグラフィックスを1歩ずつ丁寧に学んでいくことができる良い記事群だと言ってました。
本家の連載が再開したら、この記事群は用ナシになるかもしれません。

目次

2章 シェーダによる描画の基礎

2-7. OpenGLのVBOの頂点データを更新する

4章 3Dモデルの読み込みと基本のライティング

4-7. 点光源のライティングを実装する
4-8. スポットライトのライティングを実装する
4-9. 自己発光するオブジェクトのライティングを実装する
4-10. ライティングの計算を頂点シェーダからフラグメントシェーダに移す
4-11. 複数のスポットライトのライティングを実装する
4-Ex1. glslangValidatorを使ってシェーダの文法チェックをする
4-Ex2. uniform structを使ってシェーダー内で構造体を使う

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?