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

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

61. 没有人尝试使用3d物理引擎么 [ 68%]

...ce.Texture2D; import laya.d3.resource.TextureCube; import laya.d3.resource.models.BoxMesh; import laya.d3.resource.models.QuadMesh; import laya.d3.resource.models.SkyBox; import laya.display.Stage; import laya.utils.Browser; import laya.utils.Stat; import laya.utils.Timer; import threeDimen.common.C...

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

62. ls场景文件通过Laya.loader.create()预加载后stage.destroyChildren()出现异常Cannot read property 'visible' of null [ 67%]

...tion onProLoaded() { showProgress(); Laya.loader.create([ //预加载 "res/models/sky/skyCube.ltc", "res/models/LayaScene_test/test.ls", ], null, processHandler); }    附件 : --> stageChangeDemo.rar 2017-06-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...

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

63. 两个物体 ,如果在update里修改其中一个物体的rotationEuler,会触发另一个物体的onTriggerEnter回调 [ 67%]

...nnPhongMaterial; private newScene: Laya.Scene3D; private sMapRes = "remote/model/res/Conventional/map1.ls" private sBullRes = "remote/model/res/Conventional/bull.lh" private sEnemyRes = "remote/model/res/Conventional/man_1.lh" constructor() { super(); let self = this; Util3d.loadRes( [ this.sMapRes,...

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

64. 天空-天空盒 [ 67%]

...math.Vector3; import laya.d3.resource.TextureCube; import laya.d3.resource.models.Mesh; import laya.d3.resource.models.SkyBox; import laya.display.Stage; import laya.net.Loader; import laya.utils.Handler; import laya.utils.Stat; import common.CameraMoveScript; public class SkyBoxSample { public func...

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

65. 请问LayaAirUnityPlugin 1.1.0.unitypackage导出的.lsani文件怎么使用? [ 65%]

...es = {                 idle: 'resources/Assets/ArtResources/Models/Shuipao/Animation/WaterCannon_idle-Idle.lsani',                 attack: 'resources/Assets/ArtResources/Models/Shuipao/Animation/WaterCannon_attack-Attack.lsani',         };         private ...

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

66. Sprite3D-Sprite3D加载 [ 65%]

...r layaMonkey = scene.addChild(Laya.Sprite3D.load("../../res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh"));class Sprite3DLoad { constructor() { Laya3D.init(0, 0, true); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; var scene = Laya.stage.addChild(new...

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

67. 材质-BlinnPhong-漫反射贴图 [ 65%]

...ce.Texture2D; import laya.d3.resource.TextureCube; import laya.d3.resource.models.Mesh; import laya.d3.resource.models.SkyBox; import laya.d3.resource.models.SphereMesh; import laya.d3.shader.ShaderCompile3D; import laya.display.Stage; import laya.events.Event; import laya.utils.Stat; public class B...

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

68. laya微信小游戏加载外部素材失败 急急急 [ 63%]

...{ url: "res/atlas/game/game.atlas", type: Laya.Loader.ATLAS }, { url: "res/models/scene/scene.lh", clas: Laya.Sprite3D, priority: 1 }, { url: "res/models/xiaoji/xiaoji.lh", clas: Laya.Sprite3D, priority: 1 }, { url: "res/models/item/item.lh", clas: Laya.Sprite3D, priority: 1 } ]; Laya.loader.create(...

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

69. 自定义shader-简单shader [ 62%]

...ne.addChild(new Laya.MeshSprite3D(Laya.Mesh.load("../../res/threeDimen/skinModel/LayaMonkey/Assets/LayaMonkey/LayaMonkey-LayaMonkey.lm"))); layaMonkey.transform.localScale = new Laya.Vector3(0.3, 0.3, 0.3); layaMonkey.transform.rotation = new Laya.Quaternion(0.7071068, 0, 0, -0.7071067); var customM...

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

70. 飞机大战飞行速度异常 [ 59%]

...示异常 加载模型抛出异常:LoaderManager:unknown file(../../res/models/cike/cike.lh) extension with:lh 问题状态 最新活动: 2017-06-06 16:54 浏览: 985 关注: 2 人

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