
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
HaxeとThreejsで3Dコンテンツを作る 初級編 - Qiita
package ; import js.Browser; import js.Lib; class Main { private static var _main:Main3d; static ... package ; import js.Browser; import js.Lib; class Main { private static var _main:Main3d; static function main() { Browser.window.onload = untyped _init; } static private function _init() { _main = new Main3d(); _main.init(); } } package ; import js.Browser; import three.BoxGeometry; import three.DirectionalLight; import three.Mesh; import three.MeshLambertMaterial; import three.PerspectiveCamera;
2014/12/15 リンク