大约有 15 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0038 秒)
...d(new Laya.MeshSprite3D(mesh)); layaMonkey.transform.localScale = new Laya.Vector3(0.3, 0.3, 0.3); layaMonkey.transform.rotation = new Laya.Quaternion(0.7071068, 0, 0, -0.7071067); //创建材质 var customMaterial = new MultiplePassOutlineMaterial(); //漫反射贴图 Laya.Texture2D.load("res/three...
来源: Laya2.0_文档 发布时间: 20210714
...粗糙质感的材质。 ##### 主要属性和方法 > 属性 `albedoColor:Vector4` 漫反射颜色。 `albedoTexture:BaseTexture` 漫反射贴图。 `emissionColor:Vector4` 放射颜色。 `emissionTexture:BaseTexture` 放射贴图。 `enableEmission:Boolean` 是否激活放射属性。 `enableRefl...
来源: Laya2.0_文档 发布时间: 20210715
...粗糙质感的材质。 ##### 主要属性和方法 > 属性 `albedoColor:Vector4` 漫反射颜色。 `albedoTexture:BaseTexture` 漫反射贴图。 `emissionColor:Vector4` 放射颜色。 `emissionTexture:BaseTexture` 放射贴图。 `enableEmission:Boolean` 是否激活放射属性。 `enableRefl...
来源: Laya2.0_文档 发布时间: 20210714
...粗糙质感的材质。 ##### 主要属性和方法 > 属性 `albedoColor:Vector4` 漫反射颜色。 `albedoTexture:BaseTexture` 漫反射贴图。 `emissionColor:Vector4` 放射颜色。 `emissionTexture:BaseTexture` 放射贴图。 `enableEmission:Boolean` 是否激活放射属性。 `enableRefl...
来源: Laya2.0_文档 发布时间: 20210714
... @return 线条颜色 */ get outlineColor() { return this._shaderValues.getVector(MultiplePassOutlineMaterial.OUTLINECOLOR); } set outlineColor(value) { this._shaderValues.setVector(MultiplePassOutlineMaterial.OUTLINECOLOR, value); } /** * 获取轮廓宽度。 * @return 轮廓宽度,范围为0到0....
来源: Laya2.0_文档 发布时间: 20210715
... @return 线条颜色 */ get outlineColor() { return this._shaderValues.getVector(MultiplePassOutlineMaterial.OUTLINECOLOR); } set outlineColor(value) { this._shaderValues.setVector(MultiplePassOutlineMaterial.OUTLINECOLOR, value); } /** * 获取轮廓宽度。 * @return 轮廓宽度,范围为0到0....
来源: Laya2.0_文档 发布时间: 20210715
...d(new Laya.MeshSprite3D(mesh)); layaMonkey.transform.localScale = new Laya.Vector3(0.3, 0.3, 0.3); layaMonkey.transform.rotation = new Laya.Quaternion(0.7071068, 0, 0, -0.7071067); //创建材质 var customMaterial = new MultiplePassOutlineMaterial(); //漫反射贴图 Laya.Texture2D.load("res/three...
来源: Laya2.0_文档 发布时间: 20210715
...色 */ public function get outlineColor() { return this._shaderValues.getVector(MultiplePassOutlineMaterial.OUTLINECOLOR); } public function set outlineColor(value) { this._shaderValues.setVector(MultiplePassOutlineMaterial.OUTLINECOLOR, value); } /** * 获取轮廓宽度。 * @return 轮廓宽度,...
来源: Laya2.0_文档 发布时间: 20210715
...d(new Laya.MeshSprite3D(mesh)); layaMonkey.transform.localScale = new Laya.Vector3(0.3, 0.3, 0.3); layaMonkey.transform.rotation = new Laya.Quaternion(0.7071068, 0, 0, -0.7071067); //创建材质 var customMaterial = new MultiplePassOutlineMaterial(); //漫反射贴图 Laya.Texture2D.load("res/three...
来源: Laya2.0_文档 发布时间: 20210715
...模型材质。 #### 主要属性和方法详解: > 属性 `albedoColor:Vector4`漫反射颜色。 `albedoIntensity:Number` 漫反射强度。 `albedoTexture:BaseTexture` 漫反射贴图。 `enableLighting:Boolean` 是否启用光照。 `normalTexture:BaseTexture` 法线贴图。 `renderMode:int` ...
来源: Laya2.0_文档 发布时间: 20210715