blob: 61998e1a32983db20ae4e70dfc7ac1c1098bc6a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
---
title: Three js
slug: Glossary/Three_js
tags:
- Browser
- CodingScripting
- JavaScript
- Programming Language
- three.js
translation_of: Glossary/Three_js
---
<p>three.js は {{Glossary("JavaScript")}} ベースの {{Glossary("WebGL")}} エンジンです。GPU を利用したゲームやその他のグラフィックスアプリを {{Glossary("browser","ブラウザー")}} から直接実行できます。three.js ライブラリーは、ブラウザーで 3D のシーンを描画するための多くの機能と {{Glossary("API")}} を提供します。</p>
<h2 id="Learn_more" name="Learn_more">詳細情報</h2>
<h3 id="General_Knowledge" name="General_Knowledge">一般知識</h3>
<ul>
<li>Wikipedia 上の記事「{{Interwiki("wikipedia", "Three.js")}}」</li>
<li><a href="http://threejs.org/">three.js 公式サイト</a></li>
</ul>
|