• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 186 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0031 秒)

121. 射线检测-点击行走 [ 55%]

...ector3(-15, 0, 0), true, false); camera.clearColor = null; //方向光 var directionLight = scene.addChild(new Laya.DirectionLight()); directionLight.color = new Laya.Vector3(0.6, 0.6, 0.6); directionLight.direction = new Laya.Vector3(1, -1, -1); //平面 var plane = scene.addChild(new Laya.MeshSpri...

来源: Laya_示例 发布时间: 20240930

122. 设置雾化导致unity卡死 [ 54%]

...cginc(196) (on d3d11) Compiling Vertex program with UNITY_PASS_FORWARDBASE DIRECTIONAL LIGHTPROBE_SH FOG_LINEAR Platform defines: UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETA...

来源: Laya_社区 发布时间: 20200923

123. 3D灯光阴影无效 [ 54%]

3D灯光阴影无效 var directionLight:DirectionLight = 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.tr...

来源: Laya_社区 发布时间: 20170617

124. 请问我导入3d模型一直找不到它 [ 54%]

...角度不对的原因  菜鸟注意 ts 1.4  添加一盏灯光     var directionLight =scene.addChild(new Laya.DirectionLight()) as Laya.DirectionLight;             directionLight.ambientColor = new Laya.Vector3(0.7, 0.6, 0.6);             directionLight.specularColor = new Lay...

来源: Laya_社区 发布时间: 20161012

125. laya.d3.core.particleShuriKen.ShurikenParticleSystem [ 54%]

...olean是否预热。暂不支持ShurikenParticleSystem  randomizeRotationDirection : Number随机旋转方向,范围为0.0到1.0ShurikenParticleSystem  randomSeed : Uint32Array随机种子,注:play()前设置有效。ShurikenParticleSystem  rotationOverLifetime : RotationOverLifetime 获取...

来源: Laya2.0_api 发布时间: 20190513

126. camera.addComponent(CameraMoveScript)报错 [ 53%]

...CameraMoveScript); // 创建方向光 var light = scene.addChild( new Laya.DirectionLight()); //移动灯光位置 light.transform.translate(new Laya.Vector3(0, 2 ,5)); //调整灯光方向 light.direction = new Laya.Vector3(0, -5, 1); //设置灯光环境色 light.color = new Laya.Vector3(1, 1, 1);...

来源: Laya_社区 发布时间: 20171227

127. FontChip不能显示 [ 53%]

...r _sheet:String;         /**@private */         protected var _direction:String = "horizontal";         /**X方向间隙*/         protected var _spaceX:int;         /**Y方向间隙*/         protected var _spaceY:int;         /**@private 水平对齐方式...

来源: Laya_社区 发布时间: 20180414

128. Point Light不能导出? [ 53%]

Point Light不能导出? 经过测试,Unity里的 direction light 导出成功,但是使用Point Light时,没有导出成功,看ls文件里,根本没有这个Point Light这个节点。这是为什么?我看引擎文档说支持Point light 难道需要手动new 出来吗? 那美术...

来源: Laya_社区 发布时间: 20171219

129. Laya3d场景在部分andriod设备微信小游戏出现场景加载错误问题 [ 53%]

...go __invokeHandler__ VM59:164 Error: not node js file system!path:res/base/Directional Light.lh; go __invokeHandler__   附件 : --> 2020-06-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 173*****655 赞同来...

来源: Laya_社区 发布时间: 20200623

130. 加载不了模型 [ 52%]

...Component(CameraMoveScript);         //添加方向光         var directionLight = scene.addChild(new Laya.DirectionLight());         directionLight.color = new Laya.Vector3(0.6, 0.6, 0.6);         directionLight.direction = new Laya.Vector3(1, -1, 0);         //添加自定义...

来源: Laya_社区 发布时间: 20180427