书栈网 · BookStack 本次搜索耗时 0.032 秒,为您找到 1294 个相关结果.
  • Using the ArrayMesh

    Using the ArrayMesh Setting up the ArrayMesh Generating geometry Saving Up to date This page is up to date for Godot 4.1 . If you still find outdated information, please ope...
  • 程序几何

    程序几何 什么是几何? 什么是网格? 什么是网格 Surfaces 表面数组 工具 ArrayMesh MeshDataTool SurfaceTool Immediate geometry (立即几何体) 我应该使用哪一个? 程序几何 在Godot中,有许多方法可以程序化地生成几何体.在本系列教程中,我们将探讨其中的几种方法....
  • 为通用 Windows 平台编译

    为通用 Windows 平台编译 需求 编译 创建 UWP 导出模板 使用 Visual Studio 运行 UWP 应用程序 为通用 Windows 平台编译 参见 这个页面描述的是如何从源码编译 UWP 导出模板二进制。如果你想要找的是导出项目到 UWP,请阅读 为通用 Windows 平台导出 。 需求 SCons 3.0+ (详...
  • 程序式几何体

    程序式几何体 什么是几何? 什么是网格? 什么是网格 Surfaces 表面数组 工具 ArrayMesh MeshDataTool SurfaceTool Immediate geometry (立即几何体) 我应该使用哪一个? 程序式几何体 在 Godot 中,有许多方法可以通过程序生成几何体。在本系列教程中,我们将探讨其中的...
  • LightmapGI

    LightmapGI Description Properties Enumerations Property Descriptions Up to date This page is up to date for Godot 4.1 . If you still find outdated information, please open ...
  • struct

    struct extern struct packed struct struct Naming struct structs.zig // Declare a struct. // Zig gives no guarantees about the order of fields and whether or // not ther...
  • 阅前必读

    Heterogeneous Computing with OpenCL 2.0 Third Edition 本书概述 本书作者 David Kaeli Perhaad Mistry Dana Schaa 张东萍(Dong Ping Zhang) 本书相关 Heterogeneous Computing with OpenCL 2.0 ...
  • Viewport

    Viewport Brief Description Properties Methods Signals Enumerations Description Tutorials Property Descriptions Method Descriptions Viewport Inherits: Node < Object ...
  • References

    References References Adler, Daniel, and Duncan Murdoch. 2020. Rgl: 3d Visualization Using OpenGL. https://r-forge.r-project.org/projects/rgl/ . Allaire, JJ. 2019. Rsconnect: ...
  • SurfaceTool

    SurfaceTool 描述 教程 方法 方法说明 SurfaceTool Inherits: Reference < Object 创建几何图形的辅助工具。 描述 SurfaceTool 用于通过单独指定顶点属性来构造 Mesh 。可以用来从脚本中构造 Mesh 。在调用 add_vertex 之前,需要添加除索引之外的所有...