大约有 84 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0055 秒)
...扩展名是.ls,需要用Scene类或它的继承类加载。 ##### (2) Sprite3D **Sprite3D类别**比场景少了光照贴图的导出,经常用于角色或游戏中活动物品的单独资源导出,文件扩展名的是.lh,要用Spite3D加载。 它们的加载和使用我们将在后...
来源: Laya2.0_文档 发布时间: 20200620
...扩展名是.ls,需要用Scene类或它的继承类加载。 ##### (2) Sprite3D **Sprite3D类别**比场景少了光照贴图的导出,经常用于角色或游戏中活动物品的单独资源导出,文件扩展名的是.lh,要用Spite3D加载。 它们的加载和使用我们将在后...
来源: Laya2.0_文档 发布时间: 20200620
...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale TS项目使用matter.js库无智能提示 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏:HTMLDivEle...
来源: Laya_社区 发布时间: 20180807
...ng 在laya3D中,网格模型数据是通过laya.d3.core.MeshSprite3D展示的,他里面有两个极其重要的属性就是laya.d3.core.MeshFilter(网格过滤器)和laya.d3.core.meshRender(网格渲染器)。 1.laya.d3.core.MeshFilter(网格过滤器):这个负责数据,你用...
来源: Laya_社区 发布时间: 20161019
...l, function(tex) { //使用纹理 var earth1 = scene.addChild(new Laya.MeshSprite3D(PrimitiveMesh.createSphere(5, 32, 32))); earth1.transform.translate(new Laya.Vector3(10, 20, -8)); var earthMat = new Laya.BlinnPhongMaterial(); earthMat.albedoTexture = tex; earthMat.albedoIntensity = 1; earth1.mesh...
来源: Laya2.0_文档 发布时间: 20210715
...1所示。 ```typescript //平面 var plane = scene.addChild(new Laya.MeshSprite3D(Laya.PrimitiveMesh.createPlane(10, 10, 10, 10))) as Laya.MeshSprite3D; //新建材质 var planeMat:Laya.BlinnPhongMaterial = new Laya.BlinnPhongMaterial(); Laya.Texture2D.load("res/threeDimen/Physics/grass.png", Laya....
来源: Laya2.0_文档 发布时间: 20210715
...建了一个平面。如图1所示。 ```typescript //平面 var plane:MeshSprite3D = scene.addChild(new MeshSprite3D(PrimitiveMesh.createPlane(10, 10, 10, 10))) as MeshSprite3D; //新建材质 var planeMat:BlinnPhongMaterial = new BlinnPhongMaterial(); Texture2D.load("res/threeDimen/Physics/grass.p...
来源: Laya2.0_文档 发布时间: 20210714
...yaScene_AAA`。 ##### 3.3.3 场景导出与预设导出的区别 Scene3D与Sprite3D分别是场景导出的配置项和预设导出的配置项。如下图所示。 ![img](img/3.3-4.png) ##### 场景 `Scene3D` 采用`Scene3D(场景)`选项导出,会导出整个场景,无论场景中的模型、...
来源: Laya2.0_文档 发布时间: 20210714
...l, function(tex) { //使用纹理 var earth1 = scene.addChild(new Laya.MeshSprite3D(Laya.PrimitiveMesh.createSphere(5, 32, 32))); earth1.transform.translate(new Laya.Vector3(10, 20, -8)); var earthMat = new Laya.BlinnPhongMaterial(); earthMat.albedoTexture = tex; earthMat.albedoIntensity = 1; earth1...
来源: Laya2.0_文档 发布时间: 20210715
在一个sprite3D上添加子物体camera ,也能够看到其他的物体。。。请问如何在摄像机中只看到一个想看到的sprite3D对象呢? 2017-08-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回...
来源: Laya_社区 发布时间: 20170811