大约有 8 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0021 秒)
ambientColor无效 material = new StandardMaterial(); material.diffuseTexture = Texture2D.load("res/earth.png"); material.ambientColor=new Vector(2,2,2); sphere.meshRender.material = material; 我照教程里设置了环境颜色 material.ambientColor=new Vector(2,2,2); 但是无效,模型并没...
来源: Laya_社区 发布时间: 20180531
阴影太浓怎么变淡?看到说directlight.ambientColor,但这ambientColor属性没有 阴影太浓怎么变淡?看到说directlight.ambientColor,但这ambientColor属性没有 附件 : --> 2018-03-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...
来源: Laya_社区 发布时间: 20180320
...整环境光的方式: 1.直接修改材质文件中的(lmat文件)ambientColor环境光属性 2.代码控制。获取模型的材质。修改ambientColor属性 附件中是修改之后的效果,你可以看下 jnbg.zip 2017-09-15 2 1 分享 微博 QZONE 微信 13772538373 赞同来自: ...
来源: Laya_社区 发布时间: 20170915
...的模型,使用标准材质,但是不知道如何在Unity中直接调ambientColor
来源: Laya_社区 发布时间: 20180328
...t = scene.addChild(new DirectionLight()) as DirectionLight; directionLight.ambientColor = new Vector3(0.7, 0.6, 0.6); directionLight.specularColor = new Vector3(1.0, 1.0, 0.9); directionLight.diffuseColor = new Vector3(1, 1, 1); directionLight.transform.position = new Vector3(0, 30, 0); //这一...
来源: Laya_社区 发布时间: 20170617
...的? var pointLight = scene.addChild(new Laya.PointLight()); pointLight.ambientColor = new Laya.Vector3(0.8, 0.8, 0.8); pointLight.specularColor = new Laya.Vector3(2.0, 2.0, 0.9); pointLight.diffuseColor = new Laya.Vector3(1, 1, 1); pointLight.transform.translate(new Laya.Vector3(0, 30, 0)); point...
来源: Laya_社区 发布时间: 20170714
...17-09-12 0 0 分享 微博 QZONE 微信 ebaww 赞同来自: directionLight.ambientColor = new Laya.Vector3(0.7, 0.6, 0.6); 把环境光调亮点 2017-09-19 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 ltmking 相关问题 关于微...
来源: Laya_社区 发布时间: 20170912
...,1 发现效果不明显,所以改大一些方便查看效果) scene.ambientColor = new Laya.Vector3(10,10,10) 我添加了环境色,并且截了图,发现阴影的颜色并没有改变(由于评论不能传图,所以我添加了一个回复在您的回复下方,请您查看)
来源: Laya_社区 发布时间: 20180526