Skip to Content
初めてのWebGL 2 第2版 ―JavaScriptで開発するリアルタイム3Dアプリケーション
book

初めてのWebGL 2 第2版 ―JavaScriptで開発するリアルタイム3Dアプリケーション

by Farhad Ghayour, Diego Cantor, あんどうやすし
July 2021
Intermediate to advanced
440 pages
6h 10m
Japanese
O'Reilly Japan, Inc.
Content preview from 初めてのWebGL 2 第2版 ―JavaScriptで開発するリアルタイム3Dアプリケーション

2章レンダリング

先ほどの章ではWebGLの歴史をその進化とあわせて紹介しました。また3Dアプリケーションの基本要素とWebGLコンテキストを準備する方法についても説明しました。本章では幾何学的な物体をWebGLで定義する方法について説明します。

WebGLではオブジェクトを「分割統治」法を用いて描画します。つまり複雑なポリゴンはまずトライアングルやライン、ポイントなどの原始的な要素(プリミティブ)に分割されます。その後で幾何的なプリミティブがそれぞれGPU上で並列に処理され、最終的なシーンが構築されます。

本章では次のことを学びます。

  • WebGLでの幾何的な情報の定義と処理
  • ジオメトリ(幾何形状)の操作に関係する重要なAPI
  • JavaScript Object Notation(JSON)を使用した複雑なジオメトリの定義、保存、読込の方法とその理由
  • ジオメトリ操作に関係する属性を管理するステートマシンとしてのWebGLの詳細
  • さまざまなジオメトリモデルの作成と読み込み

2.1 WebGLレンダリングパイプライン

WebGLはよく総合的な3D APIだと考えられていますが、実際のところは単なるラスタライゼーションエンジンにすぎません。入力されたコードに従ってポイントやライン、トライアングルを描画するだけです。それ以上のことをWebGLで実現したければ、ポイントとラインとトライアングルを使用して、目的とするタスクを実現するコードを自分で記述する必要があります。

WebGLは皆さんのマシンのGPU上で動作します。そのため、GPU上で実行されるコードを記述しなければいけません。コードは組となる2つの関数として与える必要があります。それらは頂点シェーダー(vertex shader)と ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

ゼロからはじめるデータサイエンス 第2版 ―Pythonで学ぶ基本と実践

ゼロからはじめるデータサイエンス 第2版 ―Pythonで学ぶ基本と実践

Joel Grus, 菊池 彰
Pythonによるデータ分析入門 第2版 ―NumPy、pandasを使ったデータ処理

Pythonによるデータ分析入門 第2版 ―NumPy、pandasを使ったデータ処理

Wes McKinney, 瀬戸山 雅人, 小林 儀匡, 滝口 開資
推薦システム実践入門 ―仕事で使える導入ガイド

推薦システム実践入門 ―仕事で使える導入ガイド

風間 正弘, 飯塚 洸二郎, 松村 優也

Publisher Resources

ISBN: 9784873119373Other