大约有 364 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0054 秒)
Laya_社区(152) Laya2.0_文档(80) Laya3.0_api(43) laya_api(39) Laya2.0_api(33) Laya3.0_文档(15) Laya_示例(2)
...ddChild(new Laya.Camera(0, 0.1, 100)); camera.transform.translate(new Laya.Vector3(0, 0.5, 1)); camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); //3.清除照相机颜色 camera.clearColor = null; var directionLight = scene.addChild(new Laya.DirectionLight()); directionLight.direct...
来源: Laya_示例 发布时间: 20241118
...0.1, 100)) as Laya.Camera; camera.transform.translate(new Laya.Vector3(0, 3, 30)); //方向光 const directionLight =this.newScene.addChild(new Laya.DirectionLight()) as Laya.DirectionLight; directionLight.color = new Laya.Vector3(1, 1, 1); ...
来源: Laya_社区 发布时间: 20210103
...、切线顶点结构。 Public Properties PropertyDefined By color : Vector4[read-only] VertexPositionNormalColorTextureTangent normal : Vector3[read-only] VertexPositionNormalColorTextureTangent position : Vector3[read-only] VertexPositionNormalColorTextureTangent tangent : Vector3[re...
来源: laya_api 发布时间: 20170929
...20。 `atmosphereThickness:Number` 大气厚度,范围是0到5。 `skyTint:Vector4 ` 天空颜色。 `groundTint:Vector4` 地面颜色。 `exposure:Number` 曝光强度,范围是0到8。 #### 创建和使用材质 下面的代码对官方示例([demo地址](https://layaair.ldc.layabox.com/demo2/?l...
来源: Laya2.0_文档 发布时间: 20210715
...20。 `atmosphereThickness:Number` 大气厚度,范围是0到5。 `skyTint:Vector4 ` 天空颜色。 `groundTint:Vector4` 地面颜色。 `exposure:Number` 曝光强度,范围是0到8。 #### 创建和使用材质 下面的代码对官方示例([demo地址](https://layaair.ldc.layabox.com/demo2/?l...
来源: Laya2.0_文档 发布时间: 20210714
...ties Show Inherited Public Properties PropertyDefined By albedoColor : Vector4 获取漫反射颜色。 PBRStandardMaterial albedoColorA : Number 获取反射率颜色Z分量。 PBRStandardMaterial albedoColorB : Number 获取反射率颜色B分量。 PBRStandardMaterial albedoColorG : ...
来源: Laya2.0_api 发布时间: 20190513
...重顶点结构。 Public Properties PropertyDefined By blendIndex : Vector4[read-only] VertexPositionNormalColorSkinTangent blendWeight : Vector4[read-only] VertexPositionNormalColorSkinTangent color : Vector4[read-only] VertexPositionNormalColorSkinTangent normal : Vector3[read-only] ...
来源: laya_api 发布时间: 20170929
...20。 `atmosphereThickness:Number` 大气厚度,范围是0到5。 `skyTint:Vector4 ` 天空颜色。 `groundTint:Vector4` 地面颜色。 `exposure:Number` 曝光强度,范围是0到8。 #### 创建和使用材质 下面的代码对官方示例([demo地址](https://layaair.ldc.layabox.com/demo2/?l...
来源: Laya2.0_文档 发布时间: 20210715
...重顶点结构。 Public Properties PropertyDefined By blendIndex : Vector4[read-only] VertexPositionNormalColorTextureSkin blendWeight : Vector4[read-only] VertexPositionNormalColorTextureSkin color : Vector4[read-only] VertexPositionNormalColorTextureSkin normal : Vector3[read-only] ...
来源: laya_api 发布时间: 20170929
...Quaternion=new Quaternion(); var out2:Quaternion=new Quaternion(); var dir:Vector3=new Vector3() ; Vector3.subtract(transform.position,sphere3D.transform.position,dir); Quaternion.rotationLookAt(dir,Vector3.Up,out); Quaternion.slerp(transform.rotation,out, Laya.timer.delta/1000,out1); transform.rota...
来源: Laya_社区 发布时间: 20180726