大约有 645 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0045 秒)
....Vector3(0, -0.8, -1); directionLight.color = new Laya.Vector3(1, 1, 1); //灯光开启阴影 directionLight.shadow = true; //可见阴影距离 directionLight.shadowDistance = 3; //生成阴影贴图尺寸 directionLight.shadowResolution = 2048; //生成阴影贴图数量 directionLight.shadowPSSMC...
来源: Laya_示例 发布时间: 20241117
...t/AreaLightCom" AreaLightCom Class AreaLightCom LightSprite 类用于创建灯光的父类。 Hierarchy Light AreaLightCom Index Constructors constructor Properties _extra _singleton color owner runInEditor scriptPath Accessors awaked destroyed enabled hideFlags id intensity lightWorldMatrix lightma...
来源: Laya3.0_api 发布时间: 20231115
...Color Inherited from Light.color Defined in laya/d3/core/light/Light.ts:61 灯光颜色。 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in l...
来源: Laya3.0_api 发布时间: 20231115
...ChildAt(0) as Laya.MeshSprite3D).meshRender.castShadow = true; 我添加的灯光,然后在地表上设置接受阴影,然后在把模型的设置成产生阴影 2017-09-12 0 0 分享 微博 QZONE 微信 ebaww 赞同来自: directionLight.ambientColor = new Laya.Vector3(0.7, 0.6, 0.6); 把环...
来源: Laya_社区 发布时间: 20170912
...功能还在内测和性能优化中。 可以自行设置以下参数 //灯光开启阴影 directionLight.shadow = true; //可见阴影距离 directionLight.shadowDistance = 3; //生成阴影贴图尺寸 directionLight.shadowResolution = 2048; //生成阴影贴图数量 directionLight.shadowPSSMCou...
来源: Laya_社区 发布时间: 20170714
...n 文件,或者文件读取失败,请检查后重新编译。 3d 添加灯光 模型变的黑呼呼的 很多黑面 lh文件内meshSprite添加阴影属性无效 unity导出的场景不显示实时阴影 为什么给Sprite容器添加点击事件没反应 图片添加点击事件 有的不生效...
来源: Laya_社区 发布时间: 20190328
...Color Inherited from Light.color Defined in laya/d3/core/light/Light.ts:61 灯光颜色。 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in l...
来源: Laya3.0_api 发布时间: 20231115
...置layaAir需要注意的 从unity导出的场景透贴和模型烘焙的灯光不显示,请问有知道是什么原因的吗?~~~~~~~~~~~~~ unity中的模型导出后在laya中显示不正常 laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 ...
来源: Laya_社区 发布时间: 20190117
...运行 Circular dependency: 从unity导出的场景透贴和模型烘焙的灯光不显示,请问有知道是什么原因的吗?~~~~~~~~~~~~~ btn 鼠标移动上去默认文本颜色是绿色,我想换成其他颜色,如何操作? ui list 里面的元素不能点击两次 laya2的Scene默...
来源: Laya_社区 发布时间: 20201105
... scene.addChild(new Laya.DirectionLight()) as Laya.DirectionLight; //移动灯光位置 light.transform.translate(new Laya.Vector3(-5,10,-5)); //设置灯光方向 light.direction = new Laya.Vector3(1, -1, 1); //添加灯光投影 light.shadow=true; //产生投影的范围(如过小将不会产生...
来源: Laya_社区 发布时间: 20180302