大约有 171 项符合查询结果, 库内数据总量为 30,900 项。 (搜索耗时: 0.0034 秒)
Laya_社区(95) Laya_示例(34) Laya3.0_api(12) Laya2.0_文档(11) laya_api(10) Laya2.0_api(7) Laya3.0_文档(2)
...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
...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
...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
...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_示例 发布时间: 20250220
...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
...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_示例 发布时间: 20250220
...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_示例 发布时间: 20250220
...{ 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
...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_示例 发布时间: 20250220
...示异常 加载模型抛出异常:LoaderManager:unknown file(../../res/models/cike/cike.lh) extension with:lh 问题状态 最新活动: 2017-06-06 16:54 浏览: 985 关注: 2 人
来源: Laya_社区 发布时间: 20170606