• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 563 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0070 秒)

151. 多摄像机窗口的使用(ActionScript-3D基础(AS3)-LayaAir3D之Camera) [ 73%]

...t = scene.addChild(new DirectionLight()) as DirectionLight; //加载模型 Sprite3D.load("res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh", Handler.create(null, function(sp:Sprite3D):void { //将模型加到场景上 var layaMonkey:Sprite3D = scene.addChild(sp) as Sprite3D; })) ``` 编译运行上...

来源: Laya2.0_文档 发布时间: 20210715

152. CommandBuffer_Outline 每次 addCommandBuffer都会永久增加10Gpu,removed掉相机事件也不会减少 [ 72%]

...目标物体添加上描边 */     public AddCommandBuffet_Outline(sprite3D : Laya.Sprite3D): void{         if((sprite3D as Laya.MeshSprite3D) == null || !this.isUseOuline){            // console.log('spreite3D node meshSprite3D is null');           ...

来源: Laya_社区 发布时间: 20210203

153. laya.d3.core.light.DirectionLight_API3.0 [ 72%]

... Static WORLDINVERTFRONT WORLDINVERTFRONT: number Inherited from RenderableSprite3D.WORLDINVERTFRONT Defined in laya/d3/core/Sprite3D.ts:31 Accessors active get active(): boolean set active(value: boolean): void Inherited from Node.active Defined in laya/display/Node.ts:655 获取自身是否激活...

来源: Laya3.0_api 发布时间: 20231115

154. 【加急】控制Unity3D导出的粒子 [ 72%]

...的说ShurikenParticle3D.particleSystem的,我首先获取了粒子作为Sprite3D,这个可以获取到this.bow = this.scene3D.getChildByName("Bow") as Laya.Sprite3D; 然后我拿不到他的粒子系统,var par: Laya.ShurikenParticleSystem= this.bow.getComponent(Laya.ShurikenParticleSystem);...

来源: Laya_社区 发布时间: 20181218

155. laya 3d物理问题 [ 72%]

laya 3d物理问题 请问sprite3d模型怎么绑定物理啊? 2018-05-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 w1114367261 赞同来自: 这个你可以找js原生支持的物理引擎,推荐物理...

来源: Laya_社区 发布时间: 20180504

156. laya.d3.core.pixelline.PixelLineSprite3D_API3.0 [ 72%]

...ited Externals Only exported Menu Globals "laya/d3/core/pixelLine/PixelLineSprite3D" PixelLineSprite3D Class PixelLineSprite3D PixelLineSprite3D 类用于像素线渲染精灵。 Hierarchy RenderableSprite3D PixelLineSprite3D Index Constructors constructor Properties _extra _scene _url name tag LIGH...

来源: Laya3.0_api 发布时间: 20231115

157. laya.d3.core.MeshSprite3D_API3.0 [ 71%]

...ected 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 LIGH...

来源: Laya3.0_api 发布时间: 20231115

158. laya.d3.core.trail.TrailSprite3D_API3.0 [ 71%]

...ll Inherited Externals Only exported Menu Globals "laya/d3/core/trail/TrailSprite3D" TrailSprite3D Class TrailSprite3D TrailSprite3D 类用于创建拖尾渲染精灵。 Hierarchy RenderableSprite3D TrailSprite3D Index Constructors constructor Properties _extra _scene _url name tag LIGHTMAP LIGHTMAP...

来源: Laya3.0_api 发布时间: 20231115

159. Laya3D 中如何解决3D模型上添加文本的问题,类似Unity中的3DText [ 71%]

...ic title: string; constructor(){ super(); } public _initialize(owner: Laya.Sprite3D): void { super._initialize(owner); var sprite3D = this.owner as Laya.MeshSprite3D; var sprite3DMat = new Laya.StandardMaterial(); sprite3DMat.cull = Laya.BaseMaterial.CULL_NONE; var imageData = this.canvasWrapText({c...

来源: Laya_社区 发布时间: 20180814

160. 怎么直接导出 unity 3d 资源包里的资源,而不是自己放到场景里在导出 [ 71%]

...Node().GetField("child"); 然后获取下面所有jsChild,如果类型是Sprite3D 的,那就把数据写成自定义的,这里要注意一下,引用的图片 2018-03-24 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 hyong1986 相...

来源: Laya_社区 发布时间: 20180320