大约有 113 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0040 秒)
...er = Monster; // this.master_turn(); //添加自定义模型 var box: Laya.MeshSprite3D = this.scene.addChild( new Laya.MeshSprite3D(Laya.PrimitiveMesh.createBox(2, 2, 2)) ) as Laya.MeshSprite3D; box.transform.translate(new Laya.Vector3(5, 5, 5)); box.transform.rotate(new Laya.Vector3(0, 45, 0), fal...
来源: Laya_社区 发布时间: 20200917
...Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/MeshSprite3D" MeshSprite3D Class MeshSprite3D MeshSprite3D 类用于创建网格。 Hierarchy RenderableSprite3D MeshSprite3D Index Constructors constructor Properties _extra _scene _url name tag LIGHTMAP LIGHTMAPSCALEOFFSET ...
来源: Laya3.0_api 发布时间: 20231115
MeshSprite3D如何用缓动变化 透明度alpha值? 2018-03-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 AILHC 赞同来自: 可以的,可以去修改材质球,参考我的缓动扩展 github: https...
来源: Laya_社区 发布时间: 20180327
...(null, 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....
来源: Laya2.0_文档 发布时间: 20210715
...018-03-15 17:20 那么请问下,有什么方法可以把sprite3d里面的MeshSprite3D都找出来吗?教程是直接看配置文件的。。
来源: Laya_社区 发布时间: 20180315
...ror: Cannot read property '_addRenderObject' of undefined preload.js:55 at MeshSprite3D._onActive (file:///E:/A_LayaDemo/test3Dscene/bin/libs/laya.d3.js:5617:17) at MeshSprite3D._activeHierarchy (file:///E:/A_LayaDemo/test3Dscene/bin/libs/laya.core.js:12325:18) at Sprite3D._activeHierarchy (fi...
来源: Laya_社区 发布时间: 20191129
Sprite3D 不旋转 我在场景里面加载了一个meshsprite3d和一个自己从unity里面导出的sprite3d,都用 Laya.timer.loop(10,null,function():void{ layaMonkey.transform.rotate(vect,true,false) }) 让他自...
来源: Laya_社区 发布时间: 20180302
...sprite3d更换模型的问题 使用Sprite3d更换模型和贴图的方法 meshSprite3D.meshFilter.sharedMesh = Mesh.load 2018-04-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 w1114367261 赞同来自: https:/...
来源: Laya_社区 发布时间: 20180412
...模型,需要加碰撞检测,但是该模型的子节点都是SkinnedMeshSprite3D类型,这种情况如何给这个模型添加碰撞检测? 2017-09-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Monica...
来源: Laya_社区 发布时间: 20170918
...个组件不建议用, 用ainimator 更好, 如果用的话要加在MeshSprite3D 上。 不能直接加在Sprite3D 上。 2018-07-03 0 0 分享 微博 QZONE 微信 186*****530 赞同来自: 卧槽太牛逼了,官方教程和第三方以及引擎实例在旧版动画那边都用这个SkinAnim...
来源: Laya_社区 发布时间: 20180703