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

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

51. laya.d3.core.material.UnlitMaterial [ 81%]

...ties Show Inherited Public Properties PropertyDefined By  albedoColor : Vector4 获取反照率颜色。 UnlitMaterial  albedoColorA : Number 获取反照率颜色Z分量。 UnlitMaterial  albedoColorB : Number 获取反照率颜色B分量。 UnlitMaterial  albedoColorG : Number 获取反...

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

52. viewportPointToRay产生的射线始终有偏差,是为什么? [ 81%]

...ript; import Vector2 = Laya.Vector2; import Vector3 = Laya.Vector3; import Vector4 = Laya.Vector4; import WebGLContext = Laya.WebGLContext; export class SceneScript extends Script { private _originPosition:Vector3 = new Vector3(0, -1, 1); private _phasorSpriter3D:PhasorSpriter3D; private _color:Vect...

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

53. laya.d3.core.render.command.MaterialInstancePropertyBlock_API3.0 [ 80%]

...id getPropertyArray getPropertyArray(attributeLocation: InstanceLocation): Vector4[] | Vector3[] | Vector2[] | Float32Array Defined in laya/d3/core/render/command/MaterialInstancePropertyBlock.ts:145 获得属性数据 Parameters attributeLocation: InstanceLocation 属性shader位置 Returns Vector4...

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

54. laya.d3.core.material.PBRStandardMaterial [ 80%]

...ties Show Inherited Public Properties PropertyDefined By  albedoColor : Vector4 获取漫反射颜色。 PBRStandardMaterial  albedoColorA : Number 获取反射率颜色Z分量。 PBRStandardMaterial  albedoColorB : Number 获取反射率颜色B分量。 PBRStandardMaterial  albedoColorG : ...

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

55. laya.d3.core.material.SkyBoxMaterial [ 80%]

...eCube : TextureCube 获取天空盒纹理。 SkyBoxMaterial  tintColor : Vector4 获取颜色。 SkyBoxMaterialPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By  SkyBoxMaterial() 创建一个 SkyBoxMaterial 实例。 SkyBoxMaterial _addReference(count:...

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

56. PBRStandardMaterial材质详解(JavaScript-3D基础(JS)-模型材质详解) [ 79%]

...粗糙质感的材质。 ##### 主要属性和方法 > 属性 `albedoColor:Vector4` 漫反射颜色。 `albedoTexture:BaseTexture` 漫反射贴图。 `emissionColor:Vector4` 放射颜色。 `emissionTexture:BaseTexture` 放射贴图。 `enableEmission:Boolean` 是否激活放射属性。 `enableRefl...

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

57. 3d 轮廓描边示例改描边颜色无效 [ 79%]

...; var unlitMaterial = new UnlitMaterial(); unlitMaterial.albedoColor = new Vector4(255,0,0,255); var shurikenMaterial:ShurikenParticleMaterial = new ShurikenParticleMaterial(); shurikenMaterial.color = new Vector4(255,0,0,255);   按我的理解,官方示例上的unlitMaterial.albedoColor不是...

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

58. PBRStandardMaterial材质详解(TypeScript-3D基础(TS)-模型材质详解) [ 79%]

...粗糙质感的材质。 ##### 主要属性和方法 > 属性 `albedoColor:Vector4` 漫反射颜色。 `albedoTexture:BaseTexture` 漫反射贴图。 `emissionColor:Vector4` 放射颜色。 `emissionTexture:BaseTexture` 放射贴图。 `enableEmission:Boolean` 是否激活放射属性。 `enableRefl...

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

59. laya.d3.core.material.StandardMaterial [ 79%]

...roperties Show Inherited Public Properties PropertyDefined By  albedo : Vector4 设置反射率。 StandardMaterial alphaTest : Boolean 获取是否透明裁剪。 BaseMaterial alphaTestValue : Number 获取透明测试模式裁剪值。 BaseMaterial  ambientColor : Vector3 设置环境光颜...

来源: laya_api 发布时间: 20170929

60. laya.d3.resource.models.Mesh_API3.0 [ 78%]

... true,否则值为 false。 getBoneIndices getBoneIndices(boneIndices: Vector4[]): void Defined in laya/d3/resource/models/Mesh.ts:664 获取骨骼索引。 Parameters boneIndices: Vector4[] 骨骼索引。 Returns void getBoneWeights getBoneWeights(boneWeights: Vector4[]): void Defined in laya/d3...

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