大约有 467 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0046 秒)
Laya_社区(285) Laya2.0_文档(57) Laya3.0_api(52) Laya_示例(31) Laya2.0_api(17) laya_api(14) Laya3.0_文档(11)
laya2.0使用PixelLine 案例文档过时 无法使用 mesh._getSubMesh(0).getIndices(); mesh._getSubMesh(0) 不存在: getIndices() 方法 ----------------------------------已解决---------------------------------- 附件 : --> 2019-08-01 添加评论 免费帖 --> 分享 微博 QZONE ...
来源: Laya_社区 发布时间: 20190801
...ages | All Classes | Index | Frames No Frames SubMeshMethods Packagelaya.d3.resource.modelsClasspublic class SubMeshInheritanceSubMesh ObjectImplements IRenderable, laya.resource.IDispose SubMesh 类用于创建子网格数据模板。 Public Methods MethodDefined By SubMesh(mesh:Mesh) ...
来源: laya_api 发布时间: 20170929
...ages | All Classes | Index | Frames No Frames SubMeshMethods Packagelaya.d3.resource.modelsClasspublic class SubMeshInheritanceSubMesh laya.d3.core.GeometryElement SubMesh 类用于创建子网格数据模板。 Public Methods MethodDefined By SubMesh(mesh:Mesh) 创建一个 SubMesh 实...
来源: Laya2.0_api 发布时间: 20190513
...s | All Classes | Index | Frames No Frames MeshReaderMethods Packagelaya.d3.loadersClasspublic class MeshReaderInheritanceMeshReader Object ... Public Methods MethodDefined By MeshReader()MeshReader read(data:ArrayBuffer, mesh:Mesh, materials:Vector.<BaseMaterial>, subMeshes:Vec...
来源: laya_api 发布时间: 20170929
...s | All Classes | Index | Frames No Frames MeshReaderMethods Packagelaya.d3.loadersClasspublic class MeshReaderInheritanceMeshReader Object ... Public Methods MethodDefined By MeshReader()MeshReader read(data:ArrayBuffer, mesh:Mesh, subMeshes:Vector.<SubMesh>):void[static] MeshR...
来源: Laya2.0_api 发布时间: 20190513
...{ CustomMaterial.__super.call(this); this.setShaderName("CustomShader"); } Laya.class(CustomMaterial, "CustomMaterial", Laya.BaseMaterial); CustomMaterial.DIFFUSETEXTURE = 1; CustomMaterial.prototype.getDiffuseTexture = function () { return this._getTexture(CustomMaterial.DIFFUSETEXTURE); } CustomMa...
来源: Laya_社区 发布时间: 20170524
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/render/command/DrawMeshInstancedCMD" DrawMeshInstancedCMD Class DrawMeshInstancedCMD Hierarchy Command DrawMeshInstancedCMD...
来源: Laya3.0_api 发布时间: 20231115
...合 Demo见附件! //正常情况 var roomSprite = scene.addChild(Laya.Sprite3D.load("res/models/ddd/qqq.lh")); //问题1:出现异常情况,自动旋转了90° var terrain = Laya.Mesh.load("res/models/ddd/qqq-Line001.lm"); //问题2:如何才能保证地形图和原始场景吻合,...
来源: Laya_社区 发布时间: 20170531
...序都能正常显示。 代码如下: class Particle { constructor() { Laya3D.init(0, 0); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; Laya.Stat.show(); var scene: Laya.Scene3D = Laya.stage.addChild( new Laya.Scene3D() ) as Laya.Scene3D; var camera...
来源: Laya_社区 发布时间: 20220721
...出unity制作的模型时,不支持skinned mesh renderer么? unity用laya插件导出时报错: NullReferenceException: Object reference not set to an instance of an object r.a (UnityEngine.SkinnedMeshRenderer A_0, System.String A_1, Boolean A_2) r.b () r.b (System.String A_0) LayaAir3D.expor...
来源: Laya_社区 发布时间: 20180403