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

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

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. material材质平铺 [ 95%]

material材质平铺 建了一个3D的平面模型,用的是Laya.Texture2D.load加载的图片纹理, 然后给它加了一个var material = new Laya.StandardMaterial();材质 material 创建的贴图材质,这样能平铺吗? var plane = this.scene.addChild(new Laya.MeshSprite3D(new Laya.P...

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