返回介绍

GL.ClearWithSkybox 清除天空盒缓存

发布于 2019-12-18 15:37:43 字数 1147 浏览 1216 评论 0 收藏 0

JavaScript => public static function ClearWithSkybox(clearDepth: bool, camera: Camera): void;
C# => public static void ClearWithSkybox(bool clearDepth, Camera camera);

Parameters 参数

clearDepthShould the depth buffer be cleared?\\是否清除深度缓冲区?
cameraCamera to get projection parameters and skybox from.\\从相机获得投影参数和天空盒。

Description 描述

Clear the current render buffer with camera's skybox.

用当前带有相机的天空盒清除渲染缓存。

This draws skybox into the screen or the active RenderTexture. If the passed camera does not have custom Skybox component, the global skybox from RenderSettings will be used.

用相机的天空盒或激活的渲染纹理清除缓存。如何用camera没有天空盒,将用RenderSettings中的天空盒。

See Also: GL.Clear.

GL

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文