大约有 699 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0057 秒)
Laya_社区(463) Laya2.0_文档(70) Laya3.0_api(43) Laya_示例(42) Laya3.0_文档(37) Laya2.0_api(29) laya_api(15)
...: 与内容相关的链接 提交 1 个回复 bpmf_d 赞同来自: Chiuan Scene.load()方法是资源的异步加载Laya.loader.create 是预加载 Laya.loader.create 2D 3D都可以加载 2019-05-11 1 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登...
来源: Laya_社区 发布时间: 20190129
...nLight; import laya.d3.core.material.StandardMaterial; import laya.d3.core.scene.Scene; import laya.d3.math.RandX; import laya.d3.math.Vector3; import laya.d3.resource.Texture2D; import laya.d3.resource.TextureCube; import laya.d3.resource.models.BoxMesh; import laya.d3.resource.models.QuadMesh; imp...
来源: Laya_社区 发布时间: 20170331
...源拷贝到项目的资源目录下,那么在项目中可以直接用 `Scene3D.load()` 方法加载或预加载。 参考以下代码,因为变色太慢我们调整了速度,效果如(图1)。 ```typescript //加载场景 Scene3D.load("res/threeDimen/scene/materialScene/Conventional/layaS...
来源: Laya2.0_文档 发布时间: 20210714
...this.onLoadComplete))(会报错) private onLoadComplete(){ const scene = new Laya.Scene3D() Laya.stage.addChild(scene) const prefab = Laya.loader.getRes(url) scene.addChild(prefab) } 2020-03-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...
来源: Laya_社区 发布时间: 20200313
...源拷贝到项目的资源目录下,那么在项目中可以直接用 `Scene3D.load()` 方法加载或预加载。 参考以下代码,因为变色太慢我们调整了速度,效果如(图1)。 ```typescript //加载场景 Laya.Scene3D.load("res/threeDimen/scene/materialScene/Conventional/...
来源: Laya2.0_文档 发布时间: 20210715
...源拷贝到项目的资源目录下,那么在项目中可以直接用 `Scene3D.load()` 方法加载或预加载。 参考以下代码,因为变色太慢我们调整了速度,效果如(图1)。 ```typescript //加载场景 Laya.Scene3D.load("res/threeDimen/scene/materialScene/Conventional/...
来源: Laya2.0_文档 发布时间: 20210715
...ULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; Laya.Stat.show(); var scene = Laya.stage.addChild(new Laya.Scene()); scene.shadingMode = Laya.BaseScene.VERTEX_SHADING; var camera = new Laya.Camera(0,0.1,100); scene.addChild(camera); camera.clearFlag = Laya.BaseCamera.CLEARFLAG_SKY; //可采用...
来源: Laya_社区 发布时间: 20170316
...rite3D; import laya.d3.core.material.StandardMaterial; import laya.d3.core.scene.Scene; import laya.d3.math.Vector3; import laya.d3.math.Vector4; import laya.d3.resource.RenderTexture; import laya.d3.resource.models.Mesh; import laya.display.Stage; import laya.events.Event; import laya.ui.Button; im...
来源: Laya_社区 发布时间: 20170209
... { //添加3D场景 var scene:Scene = new Scene(); Laya.stage.addChild(scene); //添加照相机 var camera:Camera = (scene.addChild(new Camera( 0, 0.1, 100))) as Came...
来源: Laya_社区 发布时间: 20180116
....lh报错了,LayaAir的本地测试OK WAGame.js:3 gameThirdScriptError Scene: the .lh file root type must be Scene,please use other function to load this file.;at api readFile success callback function Error: Scene: the .lh file root type must be Scene,please use other function to load this file. ...
来源: Laya_社区 发布时间: 20180115