书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 20400 个相关结果.
  • Textures

    Texture Map Assets Texture2D Adjusting the Properties of a Texture2D Sub-Asset Texture2D Properties Panel Using Texture2D TextureCube Texture Map Assets Texture mapping a...
  • Using CharacterBody2D/3D

    Using CharacterBody2D/3D Introduction What is a character body? Movement and collision move_and_collide move_and_slide Detecting collisions Which movement method to use? Exa...
  • 3D 渲染的局限性

    3D 渲染的局限性 前言 纹理尺寸限制 带状颜色 深度缓冲精度 透明度排序 多采样抗锯齿 3D 渲染的局限性 参见 除了下面列出的限制之外,移动平台通常比桌面平台有更多的 3D 渲染方面的限制。详情请参阅 移动设备渲染限制 。 前言 出于对性能的要求, 实时渲染引擎有很多局限性.Godot的渲染器也不例外. 为了更有效地工作, 你需要...
  • 13.5 Embed an interactive 3D plot with rgl

    13.5 Embed an interactive 3D plot with rgl References 13.5 Embed an interactive 3D plot with rgl The rgl package (Adler and Murdoch 2020 ) can be used to generate interactive...
  • 命令行发布项目

    命令行发布项目 命令行发布参考 构建参数 在 Jenkins 上部署 命令行发布项目 通过命令行发布项目可以帮助大家构建自己的自动化构建流程,大家可以修改命令行的参数来达到不同的构建需求。 命令行发布参考 例如 :构建 web-desktop 平台、Debug 模式 Mac /Applications/ CocosCreator3D...
  • Textures

    Texture Map Assets Texture2D Adjusting the Properties of a Texture2D Sub-Asset Texture2D Properties Panel Using Texture2D TextureCube Texture Map Assets Texture mapping a...
  • Textures

    Texture Assets Texture2D Adjusting the Properties of a Texture2D Sub-Asset Texture2D Properties Panel Using Texture2D TextureCube Texture Assets Texture assets are assets ...
  • 物理事件

    物理事件 触发器和碰撞器 触发事件和碰撞事件 触发事件 碰撞事件 物理事件 Cocos Creator 3D 的物理事件有触发事件和碰撞事件,分别由触发器和碰撞器产生。 触发器和碰撞器 当碰撞时,触发器不会产生物理行为,而碰撞器会产生物理行为,所以触发器是只进行碰撞检测的 Collider,而碰撞器是既进行碰撞检测,又进行物理模拟的 C...
  • 启用微信小游戏引擎插件

    微信小游戏引擎插件使用说明 使用说明 Cocos Creator v2.2.1 及以上版本 Cocos Creator 2.0.5 ~ 2.2.0 版本 Cocos Creator 2.0.4 及以下版本 注意事项 FAQ Trouble Shooting 参考链接 微信小游戏引擎插件使用说明 游戏引擎插件是微信 7.0.7 版本新增...
  • Shader Overview

    Effect Overview Content Effect Overview In modern graphics cards, to draw objects correctly, you need to write code fragments based on Vertex and Fragment, which are called S...