热门

最新

红包

立Flag

投票

同城

我的

发布
weixin_44386973
白胖子的CFD
4 年前
trueweixin_44386973

高考多么熟悉而又陌生的词语,13,14年的高考依然以成为过去,2014~2021,七年时光已去,如今不再是青涩的高中生,青春一去不再,高考加油!!!备受摧残的老博士加油!!!(14年的高三毕业生——18年的本科毕业生——21年的硕士毕业生——未来的博士生......)

CSDN App 扫码分享
分享
评论
点赞
打赏
  • 复制链接
  • 举报
下一条:
//创建动态环境贴图this.renderer.renderTargetconst dynamicEnvMapMaterial = new THREE.MeshPhongMaterial({ envMap: this.cubeRenderTarget.texture})//创建接受动态环境贴图的球体const sphereGeometry = new THREE.SphereGeometry(10, 15, 15)this.sphere = new THREE.Mesh(sphereGeometry, dynamicEnvMapMaterial)this.scene.add(this.sphere)
立即登录