摘要:
父->子 input 方式 import {Component,Input} from 'angular2/core'; @Component({ selector: 'child', template: ` <h2>child {{content}}</h2> ` }) class Child { 阅读全文
posted @ 2017-03-17 19:34
XIE7654
阅读(281)
评论(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
阅读(3763)
评论(0)
推荐(0)
浙公网安备 33010602011771号