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

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

71. 摄像机的正交投影和透视投影(TypeScript-3D基础(TS)-LayaAir3D之Camera) [ 67%]

...ticalSize = 7; //移动摄像机位置 camera.transform.translate(new Laya.Vector3(0, 26.5, 45)); //旋转摄像机角度 camera.transform.rotate(new Laya.Vector3( -30, 0, 0), true, false); ``` ![](img/2.png)(图2)正交投影的效果图

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

72. 摄像机的正交投影和透视投影(JavaScript-3D基础(JS)-LayaAir3D之Camera) [ 67%]

...ticalSize = 7; //移动摄像机位置 camera.transform.translate(new Laya.Vector3(0, 26.5, 45)); //旋转摄像机角度 camera.transform.rotate(new Laya.Vector3( -30, 0, 0), true, false); ``` ![](img/2.png)(图2)正交投影的效果图

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

73. laya.d3.math.native.ConchVector3_API3.0 [ 67%]

...l Inherited Externals Only exported Menu Globals "laya/d3/math/Native/ConchVector3" ConchVector3 Class ConchVector3 Vector3 类用于创建三维向量。 Hierarchy ConchVector3 Implements IClone Index Constructors constructor Properties elements ForwardLH ForwardRH NAN NegativeUnitX ONE UnitX UnitY...

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

74. 摄像机的正交投影和透视投影(ActionScript-3D基础(AS3)-LayaAir3D之Camera) [ 67%]

...icVerticalSize = 7; //移动摄像机位置 camera.transform.translate(new Vector3(0, 26.5, 45)); //旋转摄像机角度 camera.transform.rotate(new Vector3( -30, 0, 0), true, false); ``` ![](img/2.png)(图2)正交投影的效果图

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

75. laya阴影问题 [ 67%]

...dByName("DirectionalLight") as Laya.DirectionLight; light.color = new Laya.Vector3(1, 1, 1); light.shadow = true; light.shadowDistance = 1; light.shadowPCFType = 3; light.shadowResolution = 1024; light.shadowPSSMCount = 1; for (let index = 0; index < 2; index++) { var a = 0.05; var b = 0.2; var c...

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

76. laya.d3.core.trail.TrailRenderer_API3.0 [ 67%]

... value: number Returns void lightmapScaleOffset get lightmapScaleOffset(): Vector4 set lightmapScaleOffset(value: Vector4): void Inherited from PixelLineRenderer.lightmapScaleOffset Defined in laya/d3/core/render/BaseRender.ts:269 光照贴图的缩放和偏移。 Returns Vector4 Inherited from Pixe...

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

77. PBR标准材质实时阴影渲染问题 [ 66%]

...; // scene_360.addChild(camera); camera.transform.rotationEuler = new Laya.Vector3(-32, -75, 0); camera.transform.position = new Laya.Vector3(-8.2, 5.3, 2.2); var modelViewer = camera.addComponent(ModelViewer); modelViewer.AroundPos = Laya.Vector3._ZERO; var directionLight = (scene_360 as Laya.Node)...

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

78. discard property,please use transform's property instead [ 65%]

...aya.Camera(0, 0.1, 1000));         camera.transform.translate(new Laya.Vector3(0, 1.5, 4));         camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false);         camera.addComponent(CameraMoveScript);         //方向光         var directionLight = scene.addChild(ne...

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

79. laya.d3.core.Transform3D [ 65%]

...calMatrix : Matrix4x4 获取局部矩阵。 Transform3D  localPosition : Vector3 获取局部位置。 Transform3D  localPositionX : Number 获取局部位置X轴分量。 Transform3D  localPositionY : Number 获取局部位置Y轴分量。 Transform3D  localPositionZ : Number 获取局部...

来源: Laya2.0_api 发布时间: 20190513

80. laya.resource.Resource [ 64%]

...er[read-only] 资源管理员。 Resource  sortedLoadedResourcesByName : Vector.<Resource>[static] [read-only] 本类型排序后的已载入资源。 Resource  url : String 获取资源的URL地址。 ResourceProtected Properties PropertyDefined By  _loaded : Boolean = false是否已...

来源: laya_api 发布时间: 20170422