大约有 533 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0054 秒)
...渲染节点map */ onLoadCharacter(struct: CmShowCharacterStruct, sprite: Sprite3D, renderableMap: Map>) { // 将节点添加到场景中 this.scene.addChild(sprite); } ``` 4. 自定义部分 1. 添加动画示例 - 厘米秀人物模型共用一套骨骼, 在 unity 中使用对应骨骼模型导...
来源: Laya2.0_文档 发布时间: 20210715
...按照官方demo出现问题 我有一个unity导出的prefab。使用Laya.Sprite3D.load可以加载使用,但是当我使用Laya.loader.create,能加载出来,但是无法正常使用,会提示laya.core.js:12752 Uncaught TypeError: node._setParent is not a function 具体代码如下: ...
来源: Laya_社区 发布时间: 20200313
...也是把动效放到场景就没问题。laya.d3.js:25407 Uncaught Error: Sprite3D:Node type must Sprite3D. at Scene.__proto.addChild (laya.d3.js:25407) 附件 : --> 2017-10-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...
来源: Laya_社区 发布时间: 20171012
... 4 个回复 183*****755 赞同来自: qq1194265406 var staticMesh = Laya.Sprite3D.load("tlj/tlj.lh"); staticMesh.once(Laya.Event.HIERARCHY_LOADED, null, function (sprite) { sprite.transform.position = new Laya.Vector3(0,0,-100); }); 在游戏中 调整模型的位置需要在场景加...
来源: Laya_社区 发布时间: 20170316
...le:///D:/fish_project/laya-air/myLaya1/bin/js/bundle.js:64076:30) at Sprite3D.__proto._addComponentInstance (file:///D:/fish_project/laya-air/myLaya1/bin/js/bundle.js:40023:8) at Sprite3D.__proto.addComponent (file:///D:/fish_project/laya-air/myLaya1/bin/js/bundle.js:40095:8) at Fu...
来源: Laya_社区 发布时间: 20181115
...果成功后,使用lh文件加载多个模型,用for语句批量为meshSprite3D添加阴影属性,但仅有最后一个成功(图片绿地上的阴影),for语句内的材质修改却全部都生效了 var mesh:Laya.MeshSprite3D; for(var i =0;i<this.sprite3D._childs.length;i++){ mes...
来源: Laya_社区 发布时间: 20171110
...ader。 private loadEffectComplete():void{ var effect:Laya.Sprite3D = Laya.loader.getRes("res/effect/2/Conventional/bullet.lh"); this.compileShader(effect); //===========放心使用吧================= var myeffect:Laya.Sprite3D = effe...
来源: Laya_社区 发布时间: 20190404
...出了一个lh文件,打算复用。 var shelf0 = Laya.Sprite3D.load("DoorShelf/shelf.lh"); this.scene.addChild(shelf0); shelf0.transform.translate(new Laya.Vector3(-4,1.2,35)); var shelf3 = Laya.Sprite3D.load("DoorShe...
来源: Laya_社区 发布时间: 20180301
....js:13226) at goldItemNode._onAdded (libs/laya.d3.js:10592) at Sprite3D._addComponentInstance (libs/laya.core.js:13244) at Sprite3D.addComponent (libs/laya.core.js:13291) at game_scene.showPlayerGold (js/bundle.js:278) at game_scene.onPreLoadFinish (js/bundle.js:210) ...
来源: Laya_社区 发布时间: 20200326
...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