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

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

21. laya.d3.core.material.BlinnPhongMaterial [ 75%]

...ll : int 获取剔除方式。 BlinnPhongMaterial  depthTest : int 获取深度测试方式。 BlinnPhongMaterial  depthWrite : Boolean 获取是否写入深度。 BlinnPhongMaterial  enableLighting : Boolean 获取是否启用光照。 BlinnPhongMaterial  enableVertexColor : Boolean 获取...

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

22. laya.d3.core.trail.TrailMaterial [ 73%]

... cull : int 获取剔除方式。 TrailMaterial  depthTest : int 获取深度测试方式。 TrailMaterial  depthWrite : Boolean 获取是否写入深度。 TrailMaterial  renderMode : int[write-only] 设置渲染模式。 TrailMaterial renderQueue : int 所属渲染队列.BaseMaterial  SH...

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

23. laya.d3.core.material.EffectMaterial [ 73%]

... cull : int 获取剔除方式。 EffectMaterial  depthTest : int 获取深度测试方式。 EffectMaterial  depthWrite : Boolean 获取是否写入深度。 EffectMaterial  renderMode : int[write-only] 设置渲染模式。 EffectMaterial renderQueue : int 所属渲染队列.BaseMaterial ...

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

24. laya.d3.core.particleShuriKen.ShurikenParticleMaterial [ 73%]

...nt 获取剔除方式。 ShurikenParticleMaterial  depthTest : int 获取深度测试方式。 ShurikenParticleMaterial  depthWrite : Boolean 获取是否写入深度。 ShurikenParticleMaterial  renderMode : int[write-only] 设置渲染模式。 ShurikenParticleMaterial renderQueue : int 所...

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

25. laya.d3.core.material.PBRSpecularMaterial [ 72%]

...l : int 获取剔除方式。 PBRSpecularMaterial  depthTest : int 获取深度测试方式。 PBRSpecularMaterial  depthWrite : Boolean 获取是否写入深度。 PBRSpecularMaterial  emissionColor : Vector4 获取放射颜色。 PBRSpecularMaterial  emissionTexture : BaseTexture 获取放...

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

26. laya.d3.core.material.PBRStandardMaterial [ 72%]

...l : int 获取剔除方式。 PBRStandardMaterial  depthTest : int 获取深度测试方式。 PBRStandardMaterial  depthWrite : Boolean 获取是否写入深度。 PBRStandardMaterial  emissionColor : Vector4 获取放射颜色。 PBRStandardMaterial  emissionColorA : Number 获取放射颜...

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

27. laya.d3.core.material.UnlitMaterial [ 71%]

... cull : int 获取剔除方式。 UnlitMaterial  depthTest : int 获取深度测试方式。 UnlitMaterial  depthWrite : Boolean 获取是否写入深度。 UnlitMaterial  enableVertexColor : Boolean 获取是否支持顶点色。 UnlitMaterial  renderMode : int[write-only] 设置渲染模...

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

28. laya.resource.Texture2D [ 70%]

...atic] 纹理格式_ALPHA8。BaseTexture FORMAT_DEPTH_16 : int = 0[static] 深度格式_DEPTH_16。BaseTexture FORMAT_DEPTHSTENCIL_16_8 : int = 2[static] 深度格式_DEPTHSTENCIL_16_8。BaseTexture FORMAT_DEPTHSTENCIL_NONE : int = 3[static] 深度格式_DEPTHSTENCIL_NONE。BaseTexture FORMAT_DXT...

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

29. 反射探针 · LayaAir3.0文档 · LAYABOX [ 68%]

...射探针IBL Texture IBL Tex RGBD:烘焙的纹理格式(颜色通道+深度通道) 图2-6 Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2023-03-03 17:33:44 img{cursor:pointer}

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

30. 聚光灯实时阴影(JavaScript-3D基础(JS)-LayaAir3D之灯光) [ 66%]

...的分辨率 childSprite.shadowResolution = 512; //设置阴影贴图基于深度的偏移 childSprite.shadowDepthBias = 1.0; } } } ``` 聚光灯实时阴影效果如下图所示: ![](img/SpotLightShadow.jpg)

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