大约有 608 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0053 秒)
...lor = new Laya.Vector3(0.6, 0.6, 0.6); var layaMonkey:Laya.Sprite3D = scene.addChild(Laya.Loader.getRes("Export/LayaScene_JJF/Conventional/JJF.lh")) as Laya.Sprite3D; //var layaMonkey = Laya.Loader.getRes("Export/LayaScene_JJF/Conventional/JJF.lh"); la...
来源: Laya_社区 发布时间: 20190531
...osition = new Laya.Vector3(0,4,15); //载入并显示3D建筑 var map:Laya.Sprite3D = Laya.Sprite3D.load("New Scene.lh"); scene.addChild(map); //map.transform.localPosition = new Laya.Vector3(0,-4, -15); //控制摄像头移动 camera.addComponent(CameraMoveScript); } } new GameMain(); uni...
来源: Laya_社区 发布时间: 20170319
...; this.basketballCourt = this.scene3D.getChildByName("BasketballCourt") as Sprite3D; var collision:PhysicsCollider = this.basketballCourt.getChildByName("BasketballCourt1").getComponent(PhysicsCollider); collision.restitution = 0.1; this.ball = this.scene3D.getChildByName("Ball") as Sprite3D; this.b...
来源: Laya_社区 发布时间: 20200512
用u3d导出的粒子效果,不能移动粒子的位置 var particleSprite3D:Laya.Sprite3D = Laya.Sprite3D.load("res/LayaScene_effect/effect.lh") as Laya.Sprite3D; particleSprite3D.transform.translate(new Laya.Vector3(0,20,0)) this.scene.addChild(particleSprite3D); 用u3d导出的粒子效果,...
来源: Laya_社区 发布时间: 20180516
...信 bing8310124 赞同来自: 已解决! //仓库原型 var warehouse1:Sprite3D = scene.addChild(Sprite3D.load("model/warehouse/warehouse.lh")) as Sprite3D; warehouse1.transform.rotate(new Laya.Vector3(0, 0, 0), false, false); warehouse1.transform.translate(new Laya.Vector3(-25,0,0),false); var wa...
来源: Laya_社区 发布时间: 20171220
...{ var myscene = new Laya.Scene3D; Laya.Sprite3D.load("Models/Ball.lh", Laya.Handler.create(this, function(sp){ for(var i=0; i<3; i++){ var ball = myscene.addChild(sp.clone()); ...
来源: Laya_社区 发布时间: 20200723
...渲染节点map */ onLoadCharacter(struct: CmShowCharacterStruct, sprite: Sprite3D, renderableMap: Map>) { // 将节点添加到场景中 this.scene.addChild(sprite); } ``` 4. 自定义部分 1. 添加动画示例 - 厘米秀人物模型共用一套骨骼, 在 unity 中使用对应骨骼模型导...
来源: Laya2.0_文档 发布时间: 20210715
...core/WebXRInputManager.ts:18 Methods bindMeshNode bindMeshNode(meshSprite: Sprite3D, handness: string): void Defined in laya/d3/WebXR/core/WebXRInputManager.ts:113 绑定输入设备渲染节点 Parameters meshSprite: Sprite3D 渲染挂点 handness: string 设备名称left/right Returns void bindRay...
来源: Laya3.0_api 发布时间: 20231115
... 4 个回复 183*****755 赞同来自: qq1194265406 var staticMesh = Laya.Sprite3D.load("tlj/tlj.lh"); staticMesh.once(Laya.Event.HIERARCHY_LOADED, null, function (sprite) { sprite.transform.position = new Laya.Vector3(0,0,-100); }); 在游戏中 调整模型的位置需要在场景加...
来源: Laya_社区 发布时间: 20170316
用u3d导出的粒子效果,不能移动粒子的位置 var particleSprite3D:Laya.Sprite3D = Laya.Sprite3D.load("res/LayaScene_effect/effect.lh") as Laya.Sprite3D; particleSprite3D.transform.translate(new Laya.Vector3(0,20,0)) this.scene.addChild(particleSprite3D); 用u3d导出的粒子效果,...
来源: Laya_社区 发布时间: 20180516