2017年3月17日
摘要: 父->子 input 方式 import {Component,Input} from 'angular2/core'; @Component({ selector: 'child', template: ` <h2>child {{content}}</h2> ` }) class Child { 阅读全文
posted @ 2017-03-17 19:34 XIE7654 阅读(266) 评论(0) 推荐(0) 编辑
摘要: var skyBoxGeometry = new THREE.BoxGeometry( 5000, 5000, 5000 ); var texture = new THREE.TextureLoader().load("images/sky.jpg"); var skyBoxMaterial = n 阅读全文
posted @ 2017-03-17 19:12 XIE7654 阅读(3734) 评论(0) 推荐(0) 编辑