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

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

71. 动画挂点(TypeScript-3D基础(TS)-LayaAir3D之Animator动画) [ 63%]

...{ Laya.stage.addChild(res); //用于挂点的精灵 var box = new Laya.MeshSprite3D(Laya.PrimitiveMesh.createBox(1,1,1)); var material = new Laya.BlinnPhongMaterial(); Laya.Texture2D.load("res/layabox.png", Laya.Handler.create(this, function(tex) { material.albedoTexture = tex; })); box.meshRenderer...

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

72. 动画挂点(JavaScript-3D基础(JS)-LayaAir3D之Animator动画) [ 63%]

...{ Laya.stage.addChild(res); //用于挂点的精灵 var box = new Laya.MeshSprite3D(Laya.PrimitiveMesh.createBox(1,1,1)); var material = new Laya.BlinnPhongMaterial(); Laya.Texture2D.load("res/layabox.png", Laya.Handler.create(this, function(tex) { material.albedoTexture = tex; })); box.meshRenderer...

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

73. 使用StaticBatchManager,显存无法释放 [ 62%]

...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale TS项目使用matter.js库无智能提示 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mas...

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

74. laya.d3.core.Camera_API3.0 [ 59%]

... Static WORLDINVERTFRONT WORLDINVERTFRONT: number Inherited from RenderableSprite3D.WORLDINVERTFRONT Defined in laya/d3/core/Sprite3D.ts:31 Static _contextScissorPortCatch _contextScissorPortCatch: Vector4 = new Vector4(0, 0, 0, 0) Defined in laya/d3/core/Camera.ts:86 Accessors active get active(): ...

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

75. laya.d3.webxr.core.WebXRCamera_API3.0 [ 59%]

... Static WORLDINVERTFRONT WORLDINVERTFRONT: number Inherited from RenderableSprite3D.WORLDINVERTFRONT Defined in laya/d3/core/Sprite3D.ts:31 Static _contextScissorPortCatch _contextScissorPortCatch: Vector4 = new Vector4(0, 0, 0, 0) Inherited from Camera._contextScissorPortCatch Defined in laya/d3/co...

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

76. laya.display.Node_API3.0 [ 59%]

...de 对象可以有子显示对象。 Hierarchy EventDispatcher Node Sprite Sprite3D Index Constructors constructor Properties _extra _scene _url name tag Accessors active activeInHierarchy components destroyed displayedInStage hideFlags is3D numChildren parent scene timer url Methods _initialize _pr...

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

77. 使用3D摄像机 · LayaAir3.0文档 · LAYABOX [ 58%]

...default class CameraControll extends Laya.Script { @property( { type: Laya.Sprite3D } ) public target: Laya.Sprite3D; private camera: Laya.Camera; public distanceUp: number = 0.5;//相机与目标的竖直高度参数 public distanceAway: number = 10;//相机与目标的水平距离参数 public smo...

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

78. 3D灯光与阴影 · LayaAir3.0文档 · LAYABOX [ 54%]

...效果 2.3 使用代码设置 //创建点光源 let pointLight = new Laya.Sprite3D(); let pointCom = pointLight.addComponent(Laya.PointLightCom); this.scene.addChild(pointLight); //点光源的颜色 pointCom.color = new Laya.Color(1.0, 0.5, 0.0, 1); //设置点光源的范围 pointCom.range = 3.0; ...

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

79. 资源加载(ActionScript-3D基础(AS3)-LayaAir3D之资源加载) [ 53%]

....create(null, function(tex:Texture2D):void { //使用纹理 var earth1:MeshSprite3D = scene.addChild(new MeshSprite3D(PrimitiveMesh.createSphere(5, 32, 32))) as MeshSprite3D; earth1.transform.translate(new Vector3(10, 20, -8)); var earthMat:BlinnPhongMaterial = new BlinnPhongMaterial(); earthMat.alb...

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

80. IDE快捷键与鼠标交互操作大全 · LayaAir3.0文档 · LAYABOX [ 51%]

...空父节点 Ctrl + shift + G 2D的空节点是Sprite,3D的空节点Sprite3D 1.3.2 展开全部子节点:Alt + 鼠标左键单击 正展情况下,单击节点前的三角箭头,会展开一层子节点。 当使用 Alt + 鼠标左键单击 的组合功能键后,可直接展开其下的...

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