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

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

1. RenderTexture的深度格式(JavaScript-3D基础(JS)-LayaAir3D之纹理) [ 100%]

...在代码中设置深度格式 ```typescript ...... //选择渲染目标为纹理 renderTargetCamera.renderTarget = new Laya.RenderTexture(2048, 2048); //设置深度格式 renderTargetCamera.renderTarget.depthStencilFormat = Laya.BaseTexture.FORMAT_DEPTH_16; ...... ``` (demo地址)

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

2. RenderTexture的深度格式(TypeScript-3D基础(TS)-LayaAir3D之纹理) [ 100%]

...在代码中设置深度格式 ```typescript ...... //选择渲染目标为纹理 renderTargetCamera.renderTarget = new Laya.RenderTexture(2048, 2048); //设置深度格式 renderTargetCamera.renderTarget.depthStencilFormat = Laya.BaseTexture.FORMAT_DEPTH_16; ...... ``` (demo地址)

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

3. RenderTexture的深度格式(ActionScript-3D基础(AS3)-LayaAir3D之纹理) [ 99%]

...在代码中设置深度格式 ```typescript ...... //选择渲染目标为纹理 renderTargetCamera.renderTarget = new RenderTexture(2048, 2048); //设置深度格式 renderTargetCamera.renderTarget.depthStencilFormat = BaseTexture.FORMAT_DEPTH_16; ...... ``` (demo地址)

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

4. laya.d3.resource.RenderTexture [ 97%]

...Texture  defaulteTexture : BaseTexture[override] [read-only] 获取默认纹理资源。 RenderTexture  depthStencilFormat : int[read-only] 获取深度格式。 return 深度格式。 RenderTexture filterMode : int 缩小过滤器 BaseTexture format : int[read-only] 纹理格式 BaseTexture ...

来源: Laya2.0_api 发布时间: 20190513

5. laya.resource.BaseTexture [ 97%]

...ture laya.resource.BitmapSubclasses RenderTexture2D, Texture2D BaseTexture 纹理的父类,抽象类,不允许实例。 Public Properties PropertyDefined By  anisoLevel : int 各向异性等级 BaseTexture  defaulteTexture : BaseTexture[read-only] 获取默认纹理资源。 BaseTexture  ...

来源: Laya2.0_api 发布时间: 20190513

6. laya.resource.RenderTexture2D [ 94%]

...xture2D  defaulteTexture : BaseTexture[override] [read-only] 获取默认纹理资源。 RenderTexture2D  defuv : Array[static] RenderTexture2D  depthStencilFormat : int[read-only] 获取深度格式。 return 深度格式。 RenderTexture2D filterMode : int 缩小过滤器 BaseTexture  fli...

来源: Laya2.0_api 发布时间: 20190513

7. laya.d3.resource.TextureCube [ 92%]

...eCube BaseTexture laya.resource.Bitmap TextureCube 类用于生成立方体纹理。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By anisoLevel : int 各向异性等级 BaseTexture  defaulteTexture : BaseTexture[override] [read-only] 获取...

来源: Laya2.0_api 发布时间: 20190513

8. laya.resource.Texture2D [ 88%]

...tanceTexture2D BaseTexture laya.resource.Bitmap Texture2D 类用于生成2D纹理。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By anisoLevel : int 各向异性等级 BaseTexture  blackTexture : Texture2D = null[static] 纯黑色纹理。T...

来源: Laya2.0_api 发布时间: 20190513

9. laya.d3.resource.RenderTexture [ 87%]

...erties PropertyDefined By defaulteTexture : BaseTexture[read-only] 获取纹理资源。 BaseTexture  depthStencilBuffer : *[read-only] RenderTexture  depthStencilFormat : int[read-only] 获取深度格式。 return 深度格式。 RenderTexture format : int[read-only] 纹理格式 BaseTextur...

来源: laya_api 发布时间: 20170929

10. 混合使用3D · LayaAir3.0文档 · LAYABOX [ 83%]

...RenderTexture文件2.2 3D场景添加渲染物2.3 设置摄像机的目标纹理2.4 设置Sprite的Texture2.5 修改渲染纹理属性三、代码中混合使用3D混合使用3D 一、概述 在2D项目开发过程中,开发者往往需要在UI界面显示3D场景或者3D物体,比如游戏开...

来源: Laya3.0_文档 发布时间: 20231129