大约有 268 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0032 秒)
Laya_社区(125) Laya2.0_文档(70) Laya3.0_api(34) Laya3.0_文档(14) laya_api(12) Laya2.0_api(10) Laya_示例(3)
...关 | 变量名 | 描述 | | ------ | ---- | | u_Time | 系统时间 | > 反射相关 | 变量名 | 描述 | | ------------------ | ---- | | u_ReflectIntensity | 反射强度 | | u_ReflectTexture | 反射贴图 | > 阴影相关 | 变量名 | 描述 | | ---------------- | ----------- | | u_ShadowBias...
来源: Laya2.0_文档 发布时间: 20210715
reflection error: can not find method signature 反射错误 使用xcode 打包安装后 调试app在Xcode中输出了以下内容,app显示”加载游戏失败,可能由于网络不稳定,请退出重进“。 ---------------------------------------------------------------- Download [ ...
来源: Laya_社区 发布时间: 20200517
...yCube.ltc"); //实例PBR材质 var mat = new Laya.PBRStandardMaterial(); //反射贴图 mat.albedoTexture = Laya.Texture2D.load('../../res/threeDimen/scene/PBRMaterialScene/Assets/PBR Barrel/Materials/Textures/Barrel_AlbedoTransparency.png'); //法线贴图 mat.normalTexture = Laya.Texture2D.load('....
来源: Laya_示例 发布时间: 20241117
...aya.Vector3(0.6, 0, 0); var material = new Laya.BlinnPhongMaterial(); //漫反射贴图 material.albedoTexture = Laya.Texture2D.load("../../res/threeDimen/texture/earth.png"); earth2.meshRender.material = material; Laya.timer.frameLoop(1, this, function () { earth1.transform.rotate(this.rotation, fa...
来源: Laya_示例 发布时间: 20241117
...ya.Vector3(0, 0.5, 0); var material = new Laya.StandardMaterial(); //降低反射率,加强反射贴图反射 material.albedo = new Laya.Vector4(0.8, 0.8, 0.8, 0); material.diffuseTexture = Laya.Texture2D.load("images/bg03.png"); box.meshRender.material = material; //平面 var plane = sprite3D.ad...
来源: Laya_社区 发布时间: 20180103
...nProbeManager Class ReflectionProbeManager ReflectionProbeManager 类用于反射探针管理 miner Hierarchy ReflectionProbeManager Index Constructors constructor Accessors sceneReflectionCubeHDRParam sceneReflectionProbe Methods _updateMotionObjects addMotionObject clearMotionObjects destroy updat...
来源: Laya3.0_api 发布时间: 20231102
....LOADED, this, function () { var material = teapot2.meshRender.material; //反射贴图 material.reflectTexture = textureCube; }); Laya.timer.frameLoop(1, this, function () { teapot1.transform.rotate(this.rotation, false); teapot2.transform.rotate(this.rotation, false); });class BlinnPhong_ReflectMa...
来源: Laya_示例 发布时间: 20241117
...d射线绘制问题 PixelLineSprite3D.setline方法,为什么当射线不反射时,就一条线是可以绘制出来,发生反射就都绘制不出来呢,setline的第一个参数index不是指第几条线的吗 附件 : --> 2019-08-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...
来源: Laya_社区 发布时间: 20190804
...等。在渲染时,该模型将默认使用一个没有设置贴图且漫反射颜色为白色的BlinnPhong材质,所以在未设置材质的情况下模型呈白色。 在“快速开启3D之旅”课程的代码中,我们创建使用了标准材质,并在漫反射贴图上添加了一张...
来源: Laya2.0_文档 发布时间: 20210714
...等。在渲染时,该模型将默认使用一个没有设置贴图且漫反射颜色为白色的BlinnPhong材质,所以在未设置材质的情况下模型呈白色。 在“快速开启3D之旅”课程的代码中,我们创建使用了标准材质,并在漫反射贴图上添加了一张...
来源: Laya2.0_文档 发布时间: 20210714