大约有 7 项符合查询结果, 库内数据总量为 30,902 项。 (搜索耗时: 0.0032 秒)
...wStrength:**阴影强度,该值越大,阴影越明显。 **shadowNearPlane:**阴影视锥的近裁面,可以对阴影视锥的近裁面进行设置。 更详细使用的可以去 [查看API](https://layaair.ldc.layabox.com/api2/Chinese/index.html?category=3D&class=laya.d3.core.light.LightS...
来源: Laya2.0_文档 发布时间: 20210715
...wStrength:**阴影强度,该值越大,阴影越明显。 **shadowNearPlane:**阴影视锥的近裁面,可以对阴影视锥的近裁面进行设置。 更详细使用的可以去 [查看API](https://layaair.ldc.layabox.com/api2/Chinese/index.html?category=3D&class=laya.d3.core.light.LightS...
来源: Laya2.0_文档 发布时间: 20210715
...wStrength:**阴影强度,该值越大,阴影越明显。 **shadowNearPlane:**阴影视锥的近裁面,可以对阴影视锥的近裁面进行设置。 更详细使用的可以去 [查看API](https://layaair.ldc.layabox.com/api2/Chinese/index.html?category=3D&class=laya.d3.core.light.LightS...
来源: Laya2.0_文档 发布时间: 20210715
... = this.scene.addChild(Laya.Loader.getRes("res/threeDimen/staticModel/grid/plane.lh")); //设置地板可以接受阴影 grid.getChildAt(0).meshRenderer.receiveShadow = true; //获取一个静态网格猴子 var staticLayaMonkey = this.scene.addChild(new Laya.MeshSprite3D(Laya.Loader.getRes("res/thr...
来源: Laya2.0_文档 发布时间: 20210715
...d:Sprite3D = scene.addChild(Loader.getRes("res/threeDimen/staticModel/grid/plane.lh")) as Sprite3D; //设置地板可以接受阴影 (grid.getChildAt(0) as MeshSprite3D).meshRenderer.receiveShadow = true; //获取一个静态网格猴子 var staticLayaMonkey:MeshSprite3D = scene.addChild(new MeshSpr...
来源: Laya2.0_文档 发布时间: 20210715
... = this.scene.addChild(Laya.Loader.getRes("res/threeDimen/staticModel/grid/plane.lh")) as Laya.Sprite3D; //设置地板可以接受阴影 (grid.getChildAt(0) as Laya.MeshSprite3D).meshRenderer.receiveShadow = true; //获取一个静态网格猴子 var staticLayaMonkey = this.scene.addChild(new Laya....
来源: Laya2.0_文档 发布时间: 20210715
...视野范围),Orthographic正交(size视野大小)) | | Clipping Planes(剪裁平面) | 支持(包括:Near近点、Far远点) | | Viewport Rect(标准视图矩形) | 支持(包括:X、Y、W、H) | | Allow HDR(允许渲染高动态色彩画面) | 支持 | > Culling M...
来源: Laya2.0_文档 发布时间: 20210714