大约有 161 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0027 秒)
...scene.addChild(fish); var fishmaterial = new Laya.StandardMaterial(); //漫反射贴图 fishmaterial.diffuseTexture = Laya.Texture2D.load("fish/denglongyu/FBXtoolsdaochu/denglongyu.jpg"); fish.meshRender.material = fishmaterial; fish.transform.localScale = new Laya.Vector3(0.04,0.04,0.04); fish.tran...
来源: Laya_社区 发布时间: 20171206
...取材质,使用移动uv的方式实现 或者修改材质不断替换漫反射贴图的方式实现 2017-08-15 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 kosgu 相关问题 微信关系链:LayaAir引擎针对微信小游戏好...
来源: Laya_社区 发布时间: 20170815
...at32Array[write-only] Sky environmentDiffuse : BaseTexture 获取环境漫反射贴图。 Sky environmentSpecular : BaseTexture 获取环境高光贴图。 Sky textureCube : TextureCube 获取天空立方体纹理。 SkyBoxPublic Methods MethodDefined By SkyBox() 创建一个 SkyBox 实例...
来源: laya_api 发布时间: 20170929
...光方向 light.direction = new Laya.Vector3(0.3, -1, 0); //设置灯光漫反射颜色 light.diffuseColor = new Laya.Vector3(1, 0, 0); //设置灯光高光色 // light.specularColor = new Laya.Vector3(0, 0.5, 0.5); //添加灯光投影 light.shadow=true; //产生投影的范围(如过小将不会...
来源: Laya_社区 发布时间: 20180307
...at32Array[write-only] Sky environmentDiffuse : BaseTexture 获取环境漫反射贴图。 Sky environmentSpecular : BaseTexture 获取环境高光贴图。 Sky texture : Texture2D 获取天空立方体纹理。 SkyDomePublic Methods MethodDefined By SkyDome() 创建一个 SkyBox 实例。 ...
来源: laya_api 发布时间: 20170929
... 183*****755 赞同来自: 186*****590 可以修改材质的渲染模式跟反射率,示例代码如下: var material = meshSprite.meshRender.sharedMaterial; material.albedo = new Vector4(1.0,1.0,1.0,0.0); material.renderMode = 5; 2017-06-19 1 1 分享 微博 QZONE 微信 186*****590 赞同来...
来源: Laya_社区 发布时间: 20170618
...ingOffset:Vector4` 获取纹理平铺和偏移。 `texture:BaseTexture` 漫反射贴图。 `depthWrite:Boolean` 是否写入深度。 `cull:int` 剔除方式。 `blend:int` 混合方式。 `blendSrc:int` 混合源。 `blendDst:int` 混合目标。 `depthTest:int` 深度测试方式。 #### 效果预...
来源: Laya2.0_文档 发布时间: 20210715
...ingOffset:Vector4` 获取纹理平铺和偏移。 `texture:BaseTexture` 漫反射贴图。 `depthWrite:Boolean` 是否写入深度。 `cull:int` 剔除方式。 `blend:int` 混合方式。 `blendSrc:int` 混合源。 `blendDst:int` 混合目标。 `depthTest:int` 深度测试方式。 #### 效果预...
来源: Laya2.0_文档 发布时间: 20210714
...ingOffset:Vector4` 获取纹理平铺和偏移。 `texture:BaseTexture` 漫反射贴图。 `depthWrite:Boolean` 是否写入深度。 `cull:int` 剔除方式。 `blend:int` 混合方式。 `blendSrc:int` 混合源。 `blendDst:int` 混合目标。 `depthTest:int` 深度测试方式。 #### 效果预...
来源: Laya2.0_文档 发布时间: 20210714
...ingOffset:Vector4` 获取纹理平铺和偏移。 `texture:BaseTexture` 漫反射贴图。 `depthWrite:Boolean` 是否写入深度。 `cull:int` 剔除方式。 `blend:int` 混合方式。 `blendSrc:int` 混合源。 `blendDst:int` 混合目标。 `depthTest:int` 深度测试方式。 #### 效果预...
来源: Laya2.0_文档 发布时间: 20210714