书栈网 · BookStack 本次搜索耗时 0.015 秒,为您找到 9537 个相关结果.
  • 导出 3D 场景

    导出 3D 场景 概览 限制 导出 3D 场景 概览 在 Godot 中可以将 3D 场景导出为 glTF 2.0 文件。你可以将其导出为 glTF 二进制文件(.glb 文件)或者内嵌 glTF 及纹理(gltf + .bin + 纹理)。这样你就可以在 Godot 中创建场景,比如使用 CSG 网格进行关卡的搭建,然后导出到类似 Ble...
  • Localization using gettext

    Localization using gettext Advantages Disadvantages Caveats Installing gettext tools Creating the PO template (POT) manually Creating the PO template (POT) using pybabel Crea...
  • HTML5 shell class reference

    HTML5 shell class reference Engine Static Methods Instance Methods Engine configuration Properties Work in progress The content of this page was not yet updated for Godot 4...
  • 使用 Web 编辑器

    使用 Web 编辑器 浏览器支持 限制 导入项目 编辑和运行一个项目 我的项目文件在哪里? Work in progress The content of this page was not yet updated for Godot 4.2 and may be outdated . If you know how to improve ...
  • Importing images

    Importing images Supported image formats Importing textures Detect 3D Compression Compress Mode HDR Mode Normal Map Flags Repeat Filter Mipmaps Anisotropic SRGB Proces...
  • 文档指南

    文档指南 如何贡献 在 ‘GitHub上编辑’ 的链接 什么是良好的文档? 标题 翻译现有页面 许可证 文档指南 本页介绍了如果你想通过编写或审阅文档,或翻译现有的文档来为Godot引擎做贡献,需要遵循的规则.另外,请看 godot-docs GitHub仓库的README 和 docs front page ,了解应该遵循哪些步骤以...
  • 着色器

    着色器 简介 着色器类型 渲染模式 处理器函数 顶点处理器 片段处理器 光处理器 着色器 简介 着色器是在图形处理器上运行的独特程序.它们用于指定如何获取网格数据(顶点位置、颜色、法线等等)然后把它们绘制到屏幕上.着色器并不像普通程序那样处理信息,因为它们经过了优化,可以在图形处理器上运行.其结果是,着色器在运行后不会保留数据;它们...
  • GLTFState

    GLTFState Description Tutorials Properties Methods Constants Property Descriptions Method Descriptions GLTFState Inherits: Resource < RefCounted < Object Represent...
  • Introduction

    Introduction Up to date This page is up to date for Godot 4.1 . If you still find outdated information, please open an issue . Introduction This series is a collection of bes...
  • Debugging and profiling

    Debugging and profiling Debugging the editor Up to date This page is up to date for Godot 4.0 . If you still find outdated information, please open an issue . Debugging and ...