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

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

61. uniformMap表格(ActionScript-3D基础(AS3)-LayaAir3D之shader) [ 84%]

...关 | 变量名 | 描述 | | ------ | ---- | | u_Time | 系统时间 | > 反射相关 | 变量名 | 描述 | | ------------------ | ---- | | u_ReflectIntensity | 反射强度 | | u_ReflectTexture | 反射贴图 | > 阴影相关 | 变量名 | 描述 | | ---------------- | ----------- | | u_ShadowBias...

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

62. reflection error: can not find method signature 反射错误 [ 83%]

reflection error: can not find method signature 反射错误 使用xcode 打包安装后 调试app在Xcode中输出了以下内容,app显示”加载游戏失败,可能由于网络不稳定,请退出重进“。   ---------------------------------------------------------------- Download [  ...

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

63. 材质-PBRStandard材质 [ 83%]

...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

64. 材质-BlinnPhong-漫反射贴图 [ 83%]

...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

65. 同一类型光源互斥的问题报告 [ 82%]

...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

66. laya.d3.core.reflectionprobe.ReflectionProbeManager_API3.0 [ 82%]

...nProbeManager Class ReflectionProbeManager ReflectionProbeManager 类用于反射探针管理 miner Hierarchy ReflectionProbeManager Index Constructors constructor Accessors sceneReflectionCubeHDRParam sceneReflectionProbe Methods _updateMotionObjects addMotionObject clearMotionObjects destroy updat...

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

67. 材质-BlinnPhong-反射贴图 [ 82%]

....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

68. 3d射线绘制问题 [ 81%]

...d射线绘制问题 PixelLineSprite3D.setline方法,为什么当射线不反射时,就一条线是可以绘制出来,发生反射就都绘制不出来呢,setline的第一个参数index不是指第几条线的吗 附件 : --> 2019-08-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...

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

69. 创建材质(TypeScript-3D基础(TS)-LayaAir3D之Material材质) [ 79%]

...等。在渲染时,该模型将默认使用一个没有设置贴图且漫反射颜色为白色的BlinnPhong材质,所以在未设置材质的情况下模型呈白色。 在“快速开启3D之旅”课程的代码中,我们创建使用了标准材质,并在漫反射贴图上添加了一张...

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

70. 创建材质(JavaScript-3D基础(JS)-LayaAir3D之Material材质) [ 79%]

...等。在渲染时,该模型将默认使用一个没有设置贴图且漫反射颜色为白色的BlinnPhong材质,所以在未设置材质的情况下模型呈白色。 在“快速开启3D之旅”课程的代码中,我们创建使用了标准材质,并在漫反射贴图上添加了一张...

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