大约有 91 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0036 秒)
Laya_社区(31) Laya_示例(21) Laya3.0_api(12) Laya2.0_文档(11) Laya3.0_文档(6) laya_api(5) Laya2.0_api(4) Laya2.0_示例(1)
...u_NoiseTex; uniform vec3 u_CameraPos; uniform vec3 u_AmbientColor; uniform DirectionLight u_DirectionLight; uniform float u_Time; varying vec2 v_textcoord; varying vec3 v_normal; varying vec4 v_wpos; void main() { float _NoiseSpeedX = 1.0; float _NoiseSpeedY = 1.0; float _NoiseScaleX = 0.2; float ...
来源: Laya_社区 发布时间: 20190923
...递参数 我之前是这样写的this.movingBlock = new MovingBlock(this.direction, movingBlockY), 但是这样每次都是new对象,太耗性能了,所以我用了这个,但是不知道怎么传递参数: this.movingBlock = Laya.Pool.getItemByClass( "movingBlock", MovingBlock() ); 2017-1...
来源: Laya_社区 发布时间: 20171208
...体某个模型的数据,我已经按照教程取消掉了Main Camera及Directional Light前的勾选项,导出的时候选择的模型,导出后打开lh文件发现还是有camera,请问哪里有问题呢?特附上模型以供测试,多谢。 附件 : --> 皮卡丘_1.zip 2017-09-04 添...
来源: Laya_社区 发布时间: 20170904
...发射粒子 Radius:半径 Emit from shell:根据壳发射 Randomize Direction:随机化方向 (动图8)展示了使用球形,半径是3,从球体的边缘发射 2,Hemisphere:半球形状 Radius:半径 Emit from shell:根据壳发射 Randomize Direction:随机化方向 (图...
来源: Laya3.0_文档 发布时间: 20241014
...(-30, 0, 0), true, false); camera.clearColor = null; //添加方向光 var directionLight: Laya.DirectionLight = scene.addChild(new Laya.DirectionLight()) as Laya.DirectionLight; directionLight.color = new Laya.Vector3(0.6, 0.6, 0.6); directionLight.direction = new Laya.Vector3(1, -1, 0); //添加...
来源: Laya_社区 发布时间: 20180808
... "child": }, { "type":"DirectionLight", "props":{ "isStatic":false, "name":"Directional Light", "intensity":1, "ligh...
来源: Laya_社区 发布时间: 20180122
... //添加方向光 var directionLight:DirectionLight = scene.addChild(new DirectionLight()) as DirectionLight; directionLight.color = new Vector3(0.6, 0.6, 0.6); directionLight.directio...
来源: Laya_社区 发布时间: 20180116
...} } } import laya.display.Sprite; class Maggot extends Sprite { public var direction:Number; public var turningSpeed:Number; public var speed:Number; public var offset:Number; }
来源: Laya_示例 发布时间: 20241125
...amera.transform.position,tar); Laya.Vector3.normalize(tar, dir); spotLight.direction = dir; 目的是让聚光灯,始终朝向模型, 模型是在移动的, 但是没有光的效果? 2017-11-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...
来源: Laya_社区 发布时间: 20171105
...} } } import laya.display.Sprite; class Maggot extends Sprite { public var direction:Number; public var turningSpeed:Number; public var speed:Number; public var offset:Number; }
来源: Laya2.0_示例 发布时间: 20241125