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

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

61. BlinnPhong材质详解(JavaScript-3D基础(JS)-模型材质详解) [ 62%]

...模型材质。 #### 主要属性和方法详解: > 属性 `albedoColor:Vector4`漫反射颜色。 `albedoIntensity:Number` 漫反射强度。 `albedoTexture:BaseTexture` 漫反射贴图。 `enableLighting:Boolean` 是否启用光照。 `normalTexture:BaseTexture` 法线贴图。 `renderMode:int` ...

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

62. BlinnPhong材质详解(TypeScript-3D基础(TS)-模型材质详解) [ 61%]

...模型材质。 #### 主要属性和方法详解: > 属性 `albedoColor:Vector4`漫反射颜色。 `albedoIntensity:Number` 漫反射强度。 `albedoTexture:BaseTexture` 漫反射贴图。 `enableLighting:Boolean` 是否启用光照。 `normalTexture:BaseTexture` 法线贴图。 `renderMode:int` ...

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

63. BlinnPhong材质详解(ActionScript-3D基础(AS3)-模型材质详解) [ 61%]

...模型材质。 #### 主要属性和方法详解: > 属性 `albedoColor:Vector4`漫反射颜色。 `albedoIntensity:Number` 漫反射强度。 `albedoTexture:BaseTexture` 漫反射贴图。 `enableLighting:Boolean` 是否启用光照。 `normalTexture:BaseTexture` 法线贴图。 `renderMode:int` ...

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

64. 3D如何计算反射线的向量? [ 61%]

...档有接口可以把向量通过矩阵转换为另外一个向量, Laya.Vector3.transformV3ToV3(direction,matrix,outVector) 目前的问题就是怎么通过法线向量normal获得它对应的矩阵?​ 最终的结果就是求得反射线的向量。 2020-01-13 添加评论 已悬赏10元 -->...

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

65. laya.d3.core.scene.Scene [ 60%]

...示不透明。更改alpha值会影响drawcall。Sprite  ambientColor : Vector3 获取环境光颜色。 Scene autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并且不会随着绘制内容的变化而变化,如果想根据绘制...

来源: laya_api 发布时间: 20170929

66. laya.d3.core.pixelline.PixelLineSprite3D_API3.0 [ 56%]

...组建实例。 Returns Component 组件。 addLine addLine(startPosition: Vector3, endPosition: Vector3, startColor: Color, endColor: Color): void Defined in laya/d3/core/pixelLine/PixelLineSprite3D.ts:69 增加一条线。 Parameters startPosition: Vector3 初始点位置 endPosition: Vector3 结...

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

67. laya.d3.core.scene.BaseScene [ 56%]

... Array滤镜集合。可以设置多个滤镜组合。Sprite  fogColor : Vector3 获取雾化颜色。 BaseScene  fogRange : Number 获取雾化范围。 BaseScene  fogStart : Number 获取雾化起始位置。 BaseScene globalScaleX : Number[read-only] 获得相对于stage的全局X轴缩放...

来源: laya_api 发布时间: 20170422

68. 写了个边缘光的自定义shader,有很多问题,帮忙看一下 [ 56%]

....lsani"); skinAni4.player.play(); mesh4.transform.localPosition = new Laya.Vector3(-2, 0,0); mesh4.transform.localScale = new Laya.Vector3(30,30,30); var mesh =scene.addChild(new Laya.MeshSprite3D(Laya.Mesh.load("xiong/xiong.lm"))); var skinAni = mesh.addComponent(Laya.SkinAnimations); skinAni.templ...

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

69. 一个简单的跑酷曲面shader分享 [ 54%]

...CurveShader"); this.enableVertexColor = false; this.albedoColor = new Laya.Vector4(0.0, 0.0, 0.0, 0.0); this.xoffset = 15.0; this.yoffset = -15.0; this.zdistance = 200.0; } public static initShader() { var attributeMap: object = { "a_Position": Laya.VertexMesh.MESH_POSITION0, "a_Normal": Laya.Vertex...

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

70. laya.d3.core.scene.VRScene [ 51%]

... : Array滤镜集合。可以设置多个滤镜组合。Sprite fogColor : Vector3 获取雾化颜色。 BaseScene fogRange : Number 获取雾化范围。 BaseScene fogStart : Number 获取雾化起始位置。 BaseScene globalScaleX : Number[read-only] 获得相对于stage的全局X轴缩放值...

来源: laya_api 发布时间: 20170422