大约有 225 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0049 秒)
Laya_社区(100) Laya3.0_api(42) Laya2.0_文档(40) Laya_示例(31) Laya3.0_文档(10) laya_api(1) Laya2.0_api(1)
Unity插件导出带蒙皮数据的模型,laya里加载抛出异常 加载代码如下: var wolfmesh = Laya.Mesh.load("art/Assets/gtr-dz_guaiwu_goutouren.lm"); var wolf = new Laya.SkinnedMeshSprite3D(wolfmesh); this.scene.addChild(wolf);抛出异常信息见附件 附件 : --> 2018-02-02 ...
来源: Laya_社区 发布时间: 20180202
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/SkinnedMeshRenderer" SkinnedMeshRenderer Class SkinnedMeshRenderer SkinMeshRenderer 类用于蒙皮渲染器。 Hierarchy M...
来源: Laya3.0_api 发布时间: 20231115
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/SimpleSkinnedMeshRenderer" SimpleSkinnedMeshRenderer Class SimpleSkinnedMeshRenderer Hierarchy SkinnedMeshRenderer SimpleSk...
来源: Laya3.0_api 发布时间: 20231115
...资源,播放动画异常 //创建男角色模型 this.roleMan = new Laya.MeshSprite3D(Laya.Mesh.load("man/hero-mon_1129.lm")); this.roleMan.transform.localScale = new Laya.Vector3(0.01,0.01,0.01); this.roleMan.transform.localPosition = new Laya.Vector3(0,-0.5,-3); this.scene.addChild(this.role...
来源: Laya_社区 发布时间: 20180725
关于模型创建问题 new Laya.Sprite3D.load("../../res/threeDimen/staticModel/simpleScene/B00IT001M000.v3f.lh") 和 new Laya.MeshSprite3D(Laya.Mesh.load("nvXia/A02P1V1F001AX01@yequangongjinv-DEFAULT0.lm")) 这样创建的区别是什么,.lh和.lm这两种文件格式的区别是什么,什...
来源: Laya_社区 发布时间: 20161219
Layabox是免费开源的HTML5引擎解决方案,产品家族中包括LayaAir引擎、LayaFlash引擎、LayaOpen开放平台、LayaMarket SDK、LayaStore嵌入式游戏商店、LayaPlayer运行器。核心引擎LayaAir性能全球领先,支持2D、3D、VR开发,支持AS3、JavaScript、TypeScr...
来源: Laya_示例 发布时间: 20241119
...Tween使模型移动如何写法 //载入并显示鱼模型 var fish = new Laya.MeshSprite3D(Laya.Mesh.load("fish/denglongyu/denglongyuANI-denglongyu.lm")); scene.addChild(fish); var fishmaterial = new Laya.StandardMaterial(); //漫反射贴图 fishmaterial.diffuseTexture = Laya.Texture2D.load("fish...
来源: Laya_社区 发布时间: 20170918
关于材质问题 mesh.once(Laya.Event.LOADED, null, function () { var material = meshSprite.meshRender.sharedMaterials[0]; material.albedo = new Laya.Vector4(0.0,0.0,0.0,0.0); material.renderMode = Laya.BaseMaterial.RENDERMODE_OPAQUEDOUBLEFACE; material.reflectTexture = textureCube; }); 为什么...
来源: Laya_社区 发布时间: 20161215
...的内容。 教程里面说可以改变材质的反射颜色 https://ldc.layabox.com/doc/?nav=zh-js-4-0-6 模仿了一下他的方法,但是好像不生效,不知道哪里出问题了。 warehouse1 = Laya.Sprite3D.load("model/build/warehouse1/warehouse1.lh"); scene.addChild(warehouse1); ware...
来源: Laya_社区 发布时间: 20171225
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/GeometryElement" GeometryElement Class GeometryElement GeometryElement 类用于实现几何体元素,该类为抽象类。...
来源: Laya3.0_api 发布时间: 20231115