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

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

11. laya.d3.core.material.BlinnPhongMaterial_API3.0 [ 99%]

...Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/material/BlinnPhongMaterial" BlinnPhongMaterial Class BlinnPhongMaterial BlinnPhongMaterial 类用于实现Blinn-Phong材质。 Hierarchy Material BlinnPhongMaterial Implements IClone Index Constructors constructor Properties...

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

12. laya.d3.core.material.PBRMaterial_API3.0 [ 99%]

...Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/material/PBRMaterial" PBRMaterial Class PBRMaterial PBR材质的父类,该类为抽象类。 Hierarchy Material PBRMaterial PBRStandardMaterial Implements IClone Index Constructors constructor Properties _id destroyedImmediat...

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

13. laya.d3.core.trail.TrailMaterial_API3.0 [ 99%]

...ll Inherited Externals Only exported Menu Globals "laya/d3/core/trail/TrailMaterial" TrailMaterial Class TrailMaterial TrailMaterial 类用于实现拖尾材质。 Hierarchy Material TrailMaterial Implements IClone Index Constructors constructor Properties _id destroyedImmediately lock name renderQu...

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

14. laya.d3.core.material.PBRStandardMaterial_API3.0 [ 99%]

...Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/material/PBRStandardMaterial" PBRStandardMaterial Class PBRStandardMaterial PBRStandardMaterial 类用于实现PBR材质。 Hierarchy PBRMaterial PBRStandardMaterial Implements IClone Index Constructors constructor Properties...

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

15. laya.d3.core.particleshuriken.ShurikenParticleMaterial_API3.0 [ 99%]

... Only exported Menu Globals "laya/d3/core/particleShuriKen/ShurikenParticleMaterial" ShurikenParticleMaterial Class ShurikenParticleMaterial ShurikenParticleMaterial 类用于实现粒子材质。 Hierarchy Material ShurikenParticleMaterial Implements IClone Index Constructors constructor Properties...

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

16. laya.d3.core.material.Material_API3.0 [ 99%]

...Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/material/Material" Material Class Material Material 类用于创建材质。 Hierarchy Resource Material PixelLineMaterial UnlitMaterial BlinnPhongMaterial PBRMaterial SkyBoxMaterial SkyProceduralMaterial ShurikenParticleMate...

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

17. laya.d3.core.material.BaseMaterial_API3.0 [ 99%]

...Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/material/BaseMaterial" BaseMaterial Class BaseMaterial BaseMaterial has deprecated,please use Material instead废弃的类,请使用Material类. deprecated Hierarchy BaseMaterial Index Properties ALPHATESTVALUE MATERIAL REN...

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

18. laya.d3.core.material.RenderState_API3.0 [ 97%]

...Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/material/RenderState" RenderState Class RenderState RenderState 类用于控制渲染状态。 Hierarchy RenderState Index Constructors constructor Properties blend blendEquation blendEquationAlpha blendEquationRGB cull depth...

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

19. 求助 Uncaught SyntaxError: Unexpected identifier [ 96%]

...ne.addChild(new MeshSprite3D(new BoxMesh(4,4,0.001))) as MeshSprite3D; var material = new StandardMaterial(); material.albedo = new Vector4(1.3, 1.3, 1.3, 1); material.diffuseTexture = Texture2D.load("res/bg.png"); plane.meshRender.material = material; //生成坐标中心,其实是球体 var sphe...

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

20. 网格 · LayaAir3.0文档 · LAYABOX [ 96%]

...述二、MeshRenderer组件2.1 Mesh Renderer Inspector2.2 MeshRenderer的Material三、MeshFilter组件组件系统之Mesh 一、概述 Mesh是指模型的网格数据,3D模型是由多边形拼接而成,而一个复杂的多边形,实际上是由多个三角形拼接而成。所以一个3D模...

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