大约有 19 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0026 秒)
...Scene() { Laya.Scene3D.load("res/threeDimen/scene/ParticleScene/Example_01.ls", Laya.Handler.create(this, function(scene){ this._scene = Laya.stage.addChildAt(scene, 0); var camera = scene.addChild(new Laya.Camera(0, 0.1, 100)); camera.transform.translate(new Laya.Vector3(0, 1, 0)); camera.addCompon...
来源: Laya2.0_文档 发布时间: 20210715
...ity3D中layaAir导出插件选择导出**预设**类别生成,内容比*.ls格式少了光照贴图,其他全部相同。 #### *.lm格式数据文件 无论是导出 **场景文件** 或 **预设文件** 类型,在导出的资源文件夹中都包含了系列*.lm格式文件,本项目中`Lay...
来源: Laya2.0_文档 发布时间: 20210714
...ity3D中layaAir导出插件选择导出**预设**类别生成,内容比*.ls格式少了光照贴图,其他全部相同。 #### *.lm格式数据文件 无论是导出 **场景文件** 或 **预设文件** 类型,在导出的资源文件夹中都包含了系列*.lm格式文件,本项目中`Lay...
来源: Laya2.0_文档 发布时间: 20210715
...ity3D中layaAir导出插件选择导出**预设**类别生成,内容比*.ls格式少了光照贴图,其他全部相同。 #### *.lm格式数据文件 无论是导出 **场景文件** 或 **预设文件** 类型,在导出的资源文件夹中都包含了系列*.lm格式文件,本项目中`Lay...
来源: Laya2.0_文档 发布时间: 20210715
...的各种文件详解,以及对应的加载方法。 ### 资源类型 `.ls`为场景文件,选择导出Scene类别时生成。其中包含了场景需要的各种数据、光照贴图、模型、位置等。需使用 **Scene3D** 类加载。 `.lh`为预设文件,选择导出Sprite3D类别时...
来源: Laya2.0_文档 发布时间: 20210715
...的各种文件详解,以及对应的加载方法。 ### 资源类型 `.ls`为场景文件,选择导出Scene类别时生成。其中包含了场景需要的各种数据、光照贴图、模型、位置等。需使用 **Scene3D** 类加载。 `.lh`为预设文件,选择导出Sprite3D类别时...
来源: Laya2.0_文档 发布时间: 20210715
...Scene():void { Scene3D.load("res/threeDimen/scene/ParticleScene/Example_01.ls", Handler.create(this, function(scene:Scene3D):void { _scene = Laya.stage.addChildAt(scene, 0) as Scene3D; var camera:Camera = scene.addChild(new Camera(0, 0.1, 100)) as Camera; camera.transform.translate(new Vector3(0, 1,...
来源: Laya2.0_文档 发布时间: 20210715
...():void { Laya.Scene3D.load("res/threeDimen/scene/ParticleScene/Example_01.ls", Laya.Handler.create(this, function(scene:Laya.Scene3D):void { this._scene = Laya.stage.addChildAt(scene, 0) as Laya.Scene3D; var camera = scene.addChild(new Laya.Camera(0, 0.1, 100)) as Laya.Camera; camera.transform.tran...
来源: Laya2.0_文档 发布时间: 20210715
...的各种文件详解,以及对应的加载方法。 ### 资源类型 `.ls`为场景文件,选择导出Scene类别时生成。其中包含了场景需要的各种数据、光照贴图、模型、位置等。需使用 **Scene3D** 类加载。 `.lh`为预设文件,选择导出Sprite3D类别时...
来源: Laya2.0_文档 发布时间: 20210715
...。 ```js //3d场景加载 Laya.Scene3D.load("res/TerrainScene/XunLongShi.ls",Laya.Handler.create(this,function(scene) { //加载完成获取到了Scene3d Laya.stage.addChild(scene); //获取摄像机 var camera = scene.getChildByName("Main Camera"); //清除摄像机的标记 camera.clearFlag = Lay...
来源: Laya2.0_文档 发布时间: 20210715