glTF
をテンプレートにして作成
[
トップ
] [
タイトル一覧
|
ページ一覧
|
新規
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
* glTF
*** 仕様書
- https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html
*** チュートリアル
- https://github.com/KhronosGroup/glTF-Tutorials/tree/mai...
*** GitHub
- https://github.com/KhronosGroup/glTF/tree/main/specific...
**** Sample
- https://github.com/KhronosGroup/glTF-Sample-Assets
- https://github.com/KhronosGroup/glTF-Sample-Assets/tree...
- https://github.com/KhronosGroup/glTF-Sample-Models
*** Sample(J)
- https://qiita.com/ciscorn/items/c444a472d2b5a52634ed
- https://qiita.com/cx20/items/2b86cb5052cd7c36038a
- https://cg-rnd.growi.cloud/5e073b9ca9e1ef00482b3838
- https://github.com/ft-lab/Documents_glTF/blob/master/st...
- https://qiita.com/emadurandal/items/1a034c4addd7ff8b5184
*** Skeleton
- https://qiita.com/kumakamikoubou/items/1e27bb8df9a76165...
- https://github.com/KhronosGroup/glTF-Tutorials/blob/mai...
*** 曼荼羅
- https://github.com/randall2835/gltfOverviewJapanese/rel...
*** 確認用
- https://gltf-viewer.donmccurdy.com/
-- 有効数字の概念がない
*** Macro
- https://gist.github.com/szimek/763999
*** Blog
- https://blog.inf.ed.ac.uk/atate/oar-converter/#gltf
*** メモ
- データとアフィン変換は完全に分離
**** buffers
- バイナリデータ全体(配列)を定義
**** bufferViews
- バイナリデータの一区切り(配列の一要素)を指定
**** accessors
- バイナリデータの一区切りの構造を定義(座標,法線ベクト...
**** meshes
- accessor のデータ構造(データ種別)
-- indices: インデックスデータ
-- POSITION: 座標データ
-- NORMAL: 法線ベクトル
-- EXCOORD_0: テクスチャの UVマップ
-- 名前の横の '':'' 以降の番号は accessors の配列の番号
*** 表示
- https://qiita.com/emadurandal/items/1a034c4addd7ff8b5184
** GLB
- https://docs.fileformat.com/ja/3d/glb/
- https://www.khronos.org/assets/uploads/developers/prese...
*** [[Sample>./Sample]]
- [[apple>./Sample/apple]]
** PBR
- https://tech.dentsusoken.com/entry/pbr-material-1
#br
終了行:
* glTF
*** 仕様書
- https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html
*** チュートリアル
- https://github.com/KhronosGroup/glTF-Tutorials/tree/mai...
*** GitHub
- https://github.com/KhronosGroup/glTF/tree/main/specific...
**** Sample
- https://github.com/KhronosGroup/glTF-Sample-Assets
- https://github.com/KhronosGroup/glTF-Sample-Assets/tree...
- https://github.com/KhronosGroup/glTF-Sample-Models
*** Sample(J)
- https://qiita.com/ciscorn/items/c444a472d2b5a52634ed
- https://qiita.com/cx20/items/2b86cb5052cd7c36038a
- https://cg-rnd.growi.cloud/5e073b9ca9e1ef00482b3838
- https://github.com/ft-lab/Documents_glTF/blob/master/st...
- https://qiita.com/emadurandal/items/1a034c4addd7ff8b5184
*** Skeleton
- https://qiita.com/kumakamikoubou/items/1e27bb8df9a76165...
- https://github.com/KhronosGroup/glTF-Tutorials/blob/mai...
*** 曼荼羅
- https://github.com/randall2835/gltfOverviewJapanese/rel...
*** 確認用
- https://gltf-viewer.donmccurdy.com/
-- 有効数字の概念がない
*** Macro
- https://gist.github.com/szimek/763999
*** Blog
- https://blog.inf.ed.ac.uk/atate/oar-converter/#gltf
*** メモ
- データとアフィン変換は完全に分離
**** buffers
- バイナリデータ全体(配列)を定義
**** bufferViews
- バイナリデータの一区切り(配列の一要素)を指定
**** accessors
- バイナリデータの一区切りの構造を定義(座標,法線ベクト...
**** meshes
- accessor のデータ構造(データ種別)
-- indices: インデックスデータ
-- POSITION: 座標データ
-- NORMAL: 法線ベクトル
-- EXCOORD_0: テクスチャの UVマップ
-- 名前の横の '':'' 以降の番号は accessors の配列の番号
*** 表示
- https://qiita.com/emadurandal/items/1a034c4addd7ff8b5184
** GLB
- https://docs.fileformat.com/ja/3d/glb/
- https://www.khronos.org/assets/uploads/developers/prese...
*** [[Sample>./Sample]]
- [[apple>./Sample/apple]]
** PBR
- https://tech.dentsusoken.com/entry/pbr-material-1
#br
ページ名: