大约有 302 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0053 秒)
Laya_社区(195) Laya3.0_api(43) Laya3.0_文档(17) Laya2.0_文档(17) Laya2.0_api(15) laya_api(14) Laya_示例(1)
...报错! 添加时没有_style是怎么回事呢?导出的不是一个sprite3d文件吗? 附件 : --> 2018-08-17 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 hj 赞同来自: 我看官网上是这样...
来源: Laya_社区 发布时间: 20180817
...a.d3.core.lightClasspublic class SpotLightInheritanceSpotLight LightSprite Sprite3D ComponentNode Node EventDispatcher Object SpotLight 类用于创建聚光。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是...
来源: laya_api 发布时间: 20170929
...ne.lh", Laya.Handler.create(this, function(){ var layaMonkey =Laya.Sprite3D.load("fish/denglongyu/layaScene.lh"); scene.addChild(layaMonkey) layaMonkey.transform.localScale = new Laya.Vector3(0.04,0.04,0.04); layaMonkey.transform.position = new Laya.Vector3(0, 0.5,0); // layaMonkey.transform...
来源: Laya_社区 发布时间: 20171212
...ationAll Packages | All Classes | Index | Frames No Frames RenderableSprite3DProperties | Methods | Events | Constants Packagelaya.d3.coreClasspublic class RenderableSprite3DInheritanceRenderableSprite3D Sprite3D ComponentNode Node EventDispatcher ObjectSubclasses Glitter, MeshSprite3D, Sh...
来源: laya_api 发布时间: 20170929
...选Scene var scene = Laya.stage.addChild(Laya.Scene.load("xxx")); 如果选Sprite3D var sprite3d = scene.addChild(Laya.Sprite3D.load("xxx")); 2017-05-16 0 0 分享 微博 QZONE 微信 wangweihui 赞同来自: 请问 我用unity导出到laya里之后 场景lightmap是乱的。这是什么原因呢 ...
来源: Laya_社区 发布时间: 20170515
...ckagelaya.d3.core.lightClasspublic class LightSpriteInheritanceLightSprite Sprite3D ComponentNode Node EventDispatcher ObjectSubclasses DirectionLight, PointLight, SpotLight LightSprite 类用于创建灯光的父类。 Public Properties Hide Inherited Public Properties Show Inherited Public Propert...
来源: laya_api 发布时间: 20170929
有些模型load之后,MeshSprite3D 的共享材质个数为0,无法对材质进行操作 _disObj3d = Sprite3D.load("../../res/models/cike.lh"); _scene3d.addChild(_disObj3d); _disObj3d.once(Event.HIERARCHY_LOADED, null, function(sender:Sprite3D):void { var ms:MeshSprite3D = _disObj3d...
来源: Laya_社区 发布时间: 20170101
关于3D的问题 var player:Sprite3D = Sprite3D.load('res/d3/LayaScene_playerScene/playerScene.lh').getChildByName('Player' + playerI) as Sprite3D; scene3D.addChild(player); 之后player.destroy();这句之后再重新运行上面的代码,发现报错了player不能被添加到scene3D了...
来源: Laya_社区 发布时间: 20170802
...法获取物体 添加物体: var qb_pet = scene.addChild(Laya.Sprite3D.load("./test.lh")); qb_pet.once(Laya.Event.HIERARCHY_LOADED, this, function(){ qb_pet.addComponent(Laya.SphereCollider); }); 设置射线: Laya.timer.frameLoop(1, null, checkHit); ...
来源: Laya_社区 发布时间: 20170915
...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