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

大约有 92 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0045 秒)

61. 为什么动态设置聚光灯朝向无效呢 [ 56%]

...amera.transform.position,tar); Laya.Vector3.normalize(tar, dir); spotLight.direction = dir; 目的是让聚光灯,始终朝向模型, 模型是在移动的, 但是没有光的效果? 2017-11-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...

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

62. 性能测试-虫子(慎入) [ 55%]

...} } } 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_示例 发布时间: 20251130

63. 设置雾化导致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

64. SubShader介绍(JavaScript-3D基础(JS)-LayaAir3D之shader) [ 54%]

...: Shader3D.PERIOD_SPRITE, 'u_LightMap': Shader3D.PERIOD_SPRITE, 'u_LightMapDirection': Shader3D.PERIOD_SPRITE, 'u_CameraPos': Shader3D.PERIOD_CAMERA, 'u_Viewport': Shader3D.PERIOD_CAMERA, 'u_ProjectionParams': Shader3D.PERIOD_CAMERA, 'u_View': Shader3D.PERIOD_CAMERA, 'u_ViewProjection': Shader3D.PER...

来源: Laya2.0_文档 发布时间: 20210714

65. SubShader介绍(TypeScript-3D基础(TS)-LayaAir3D之Shader) [ 54%]

...: Shader3D.PERIOD_SPRITE, 'u_LightMap': Shader3D.PERIOD_SPRITE, 'u_LightMapDirection': Shader3D.PERIOD_SPRITE, 'u_CameraPos': Shader3D.PERIOD_CAMERA, 'u_Viewport': Shader3D.PERIOD_CAMERA, 'u_ProjectionParams': Shader3D.PERIOD_CAMERA, 'u_View': Shader3D.PERIOD_CAMERA, 'u_ViewProjection': Shader3D.PER...

来源: Laya2.0_文档 发布时间: 20210715

66. SubShader介绍(ActionScript-3D基础(AS3)-LayaAir3D之shader) [ 53%]

...: Shader3D.PERIOD_SPRITE, 'u_LightMap': Shader3D.PERIOD_SPRITE, 'u_LightMapDirection': Shader3D.PERIOD_SPRITE, 'u_CameraPos': Shader3D.PERIOD_CAMERA, 'u_Viewport': Shader3D.PERIOD_CAMERA, 'u_ProjectionParams': Shader3D.PERIOD_CAMERA, 'u_View': Shader3D.PERIOD_CAMERA, 'u_ViewProjection': Shader3D.PER...

来源: Laya2.0_文档 发布时间: 20210715

67. 射线检测-放置物体 [ 52%]

...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_示例 发布时间: 20251130

68. laya.ui.RadioGroup_API3.0 [ 52%]

...cacheAs centerX centerY components customRenderEnable dataSource destroyed direction disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics gray height hideFlags hitArea is3D items labelBold labelColors labelFont labelPadding l...

来源: Laya3.0_api 发布时间: 20231115

69. laya.ui.Tab_API3.0 [ 52%]

...cacheAs centerX centerY components customRenderEnable dataSource destroyed direction disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics gray height hideFlags hitArea is3D items labelBold labelColors labelFont labelPadding l...

来源: Laya3.0_api 发布时间: 20231115

70. 微信小游戏wxmin图片加载有点问题 [ 50%]

...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.4); directionLight.direction = new Laya.Vector3(1, -1, -1); Laya.Stat.show(0,30) var box = scene.addChild(new Lay...

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