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

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

291. laya.d3.core.particle.Particle3D [ 66%]

...nt(type:*):Component3D 添加指定类型组件。 Sprite3D  addParticle(position:Vector3, velocity:Vector3):void 添加粒子。 Particle3D clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node clone():* 克隆。 Sprite3D  cloneTo(destObject:*)...

来源: laya_api 发布时间: 20170603

292. laya.d3.core.particleshuriken.module.shape.CircleShape_API3.0 [ 66%]

...s randomDirection shapeType Accessors arcDEG Methods clone cloneTo generatePositionAndDirection Constructors constructor new CircleShape(): CircleShape Overrides BaseShape.constructor Defined in laya/d3/core/particleShuriKen/module/shape/CircleShape.ts:20 创建一个 CircleShape 实例。 Returns C...

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

293. SubShader介绍(JavaScript-3D基础(JS)-LayaAir3D之shader) [ 66%]

...sl", PBRVertex); //定义BLINNPHONG的attributeMap var attributeMap = { 'a_Position': VertexMesh.MESH_POSITION0, 'a_Color': VertexMesh.MESH_COLOR0, 'a_Normal': VertexMesh.MESH_NORMAL0, 'a_Texcoord0': VertexMesh.MESH_TEXTURECOORDINATE0, 'a_Texcoord1': VertexMesh.MESH_TEXTURECOORDINATE1, 'a_BoneWeight...

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

294. layabox的3d引擎,在导入u3d场景之后,坐标系还是跟u3d的一致吗? [ 66%]

...同操作,左右手坐标系转换。 最简单的方法: unity:    position(x,y,z)   quaternion(x,y,z,w)      scale(x,y,z) laya3d: position(-x,y,z)  quaternion(-x,y,z,-w)   scale(x,y,z)   2017-07-14 0 0 分享 微博 QZONE 微信 wqf196 赞同来自: 对了,谢谢 2017-07-14 0 0 分...

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

295. SubShader介绍(TypeScript-3D基础(TS)-LayaAir3D之Shader) [ 66%]

...PBRVertex); //定义BLINNPHONG的attributeMap var attributeMap: any = { 'a_Position': VertexMesh.MESH_POSITION0, 'a_Color': VertexMesh.MESH_COLOR0, 'a_Normal': VertexMesh.MESH_NORMAL0, 'a_Texcoord0': VertexMesh.MESH_TEXTURECOORDINATE0, 'a_Texcoord1': VertexMesh.MESH_TEXTURECOORDINATE1, 'a_BoneWeight...

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

296. 2D性能优化 · LayaAir3.0文档 · LAYABOX [ 66%]

...改变外观的属性都将导致图形重绘: var rotation=0, scale=1, position=0; private function setRotation(value):void { this.rotation=value; update(); } private function setScale(value):void { this.scale = value; update(); } private function setPosition(value):void { this.position = value; ...

来源: Laya3.0_文档 发布时间: 20241014

297. SubShader介绍(ActionScript-3D基础(AS3)-LayaAir3D之shader) [ 65%]

...sl", PBRVertex); //定义BLINNPHONG的attributeMap var attributeMap = { 'a_Position': VertexMesh.MESH_POSITION0, 'a_Color': VertexMesh.MESH_COLOR0, 'a_Normal': VertexMesh.MESH_NORMAL0, 'a_Texcoord0': VertexMesh.MESH_TEXTURECOORDINATE0, 'a_Texcoord1': VertexMesh.MESH_TEXTURECOORDINATE1, 'a_BoneWeight...

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

298. 分享:使用 Chart.js 创建图标 [ 65%]

...'400px'"); // 相对父级定位,并在最上方显示 __JS__("div.style.position='absolute'"); __JS__("div.style.zIndex=100"); // 获取laya的div,让饼图的div位于laya的上放 __JS__('var divLaya=document.getElementById("layaContainer")'); __JS__("divLaya.parentNode.insertBefore(div,divLa...

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

299. Sprite3D支持的Unity导出列表(TypeScript-3D基础(TS)-LayaAir3D之Unity插件使用) [ 65%]

...[Game Object](./img/GameObject.png) - name - Static - Layer - Transform 1. Position 2. Rotation 3. Scale - Component - Camera ![Camera](./img/components/InspectorCamera35.png) 1. Clear Flags - Skybox - Solid Color - Depth only - Don't Clear 2. Background 3. Projection - perspective - Field of View -...

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

300. laya.d3.core.particleshuriken.module.shape.ConeShape_API3.0 [ 65%]

...randomDirection shapeType Accessors angleDEG Methods clone cloneTo generatePositionAndDirection Constructors constructor new ConeShape(): ConeShape Overrides BaseShape.constructor Defined in laya/d3/core/particleShuriKen/module/shape/ConeShape.ts:24 创建一个 ConeShape 实例。 Returns ConeShape...

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