ホーム » 2017 » 2月

月別アーカイブ: 2月 2017

2017年2月
 1234
567891011
12131415161718
19202122232425
262728  

人気の投稿とページ

カテゴリー

最近の投稿

アーカイブ

ブログ統計情報

  • 120,076 アクセス




threejs requestAnimationFrame

使い方が間違ってた?   function three_start() {     init() ;     loop() ;     }   function loop() {     controls.update( […]

Continue Reading →

threejs OrbitControls

以前(r58)調べた時,動作が変だったが…   var controls = new THREE.OrbitControls( Camera, Renderer.domElement );   control […]

Continue Reading →

three.js OBJMTLLoader

以前調べた時と OBJMTLLoader の扱いが異なっているので,  サンプルの該当部分を抽出. r58  var loader = new THREE.OBJMTLLoader();  loader.addEvent […]

Continue Reading →

SceneJS

Cube.imo (0,0,0)-(1000,1000,1000) のデータに対して,  translate X:-500 , y:-500 , z:500 spinYaw で,回転.spinPitch は上下方向. y […]

Continue Reading →

B65/R 追加

dynabook B65/R 追加. はじめに.pdf にある通り,次の作業.  リカバリーメディアの作成.  PC 引越ナビ. Win 10 のメディアは付属していたが,Win 7 が入っている状態. セットアップで […]

Continue Reading →

Win7 x86 に IIS

今回は Win7 環境で 3D データをダウンロード可能とするための設定. 「コントロールパネル」-「プログラムと機能」から   「Windows の機能の有効化または無効化」. 「インターネットインフォメーションサービ […]

Continue Reading →

three.js obj

three.js の OBJMTLLoader で,imo を使用できそう. var loader = new THREE.OBJMTLLoader(); loader.addEventListener('load', […]

Continue Reading →

html style

今まで HTML の範囲としていたので次の様にしていたが, static Xml_E img (c_tstring& src) { Xml_E img_(HTM_img) ; img_.AddAttribute(HTM_ […]

Continue Reading →

index.htm が開かれない

DS115j で,WordPress でない\\DS115j\web\以下の index.htm が開かれなくなった. http://itl.mydns.jp/3D_Data/ の様な指定. http://itl.myd […]

Continue Reading →