<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>DawnEngine 破晓引擎 on DawnEngine</title><link>https://www.dawnengine.com/</link><description>Recent content in DawnEngine 破晓引擎 on DawnEngine</description><generator>Hugo</generator><language>zh-CN</language><lastBuildDate>Sat, 20 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.dawnengine.com/index.xml" rel="self" type="application/rss+xml"/><item><title>基于 O3DE 二次开发</title><link>https://www.dawnengine.com/features/built-on-o3de/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.dawnengine.com/features/built-on-o3de/</guid><description>&lt;h2 id="概述"&gt;概述&lt;/h2&gt;
&lt;p&gt;DawnEngine 并非从零造轮子，而是站在 &lt;a href="https://o3de.org/"&gt;O3DE（Open 3D Engine）&lt;/a&gt; 这一由 Linux 基金会托管的开源引擎肩膀上。O3DE 拥有现代化的 &lt;strong&gt;Atom 渲染器&lt;/strong&gt;、&lt;strong&gt;Gem 模块化体系&lt;/strong&gt;与&lt;strong&gt;组件实体架构&lt;/strong&gt;，并采用对商业极为友好的 &lt;strong&gt;Apache 2.0 / MIT&lt;/strong&gt; 许可。&lt;/p&gt;</description></item><item><title>增强双精度渲染</title><link>https://www.dawnengine.com/features/double-precision-rendering/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.dawnengine.com/features/double-precision-rendering/</guid><description>&lt;h2 id="概述"&gt;概述&lt;/h2&gt;
&lt;p&gt;传统引擎多采用 32 位单精度浮点表示世界坐标。当物体远离世界原点（数公里之外）时，浮点精度急剧下降，导致&lt;strong&gt;画面抖动、Z-fighting、物理不稳定&lt;/strong&gt;。这对城市级数字孪生与星球级仿真是致命的。&lt;/p&gt;</description></item><item><title>World Partition 世界分区</title><link>https://www.dawnengine.com/features/world-partition/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.dawnengine.com/features/world-partition/</guid><description>&lt;h2 id="概述"&gt;概述&lt;/h2&gt;
&lt;p&gt;当世界规模达到数十乃至上百平方公里，&amp;ldquo;整张地图一次性加载&amp;quot;既不现实也不必要。&lt;strong&gt;World Partition（世界分区）&lt;/strong&gt; 将世界自动划分为网格单元，并根据相机视距与优先级&lt;strong&gt;动态流式加载/卸载&lt;/strong&gt;，让超大世界保持无缝、流畅且内存可控。&lt;/p&gt;</description></item><item><title>HTN AI 系统</title><link>https://www.dawnengine.com/features/htn-ai/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.dawnengine.com/features/htn-ai/</guid><description>&lt;h2 id="概述"&gt;概述&lt;/h2&gt;
&lt;p&gt;游戏与仿真中的智能体行为，常用行为树（BT）或状态机（FSM）实现，但随着复杂度上升，逻辑容易变得难以维护、难以解释。&lt;strong&gt;HTN（Hierarchical Task Network，分层任务网络）&lt;/strong&gt; 通过将&amp;quot;高层目标&amp;quot;逐层分解为&amp;quot;可执行的原子任务&amp;quot;，让 AI 的决策过程&lt;strong&gt;结构化、可解释、可复用&lt;/strong&gt;。&lt;/p&gt;</description></item><item><title>3D 飞行导航</title><link>https://www.dawnengine.com/features/flight-navigation-3d/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.dawnengine.com/features/flight-navigation-3d/</guid><description>&lt;h2 id="概述"&gt;概述&lt;/h2&gt;
&lt;p&gt;传统导航网格（NavMesh）面向地面行走，本质是二维平面问题。对&lt;strong&gt;无人机、飞行器、空中智能体&lt;/strong&gt;而言，导航必须在真三维空间中进行——需要同时考虑水平与垂直方向的可行空间与障碍。&lt;/p&gt;</description></item><item><title>载具系统</title><link>https://www.dawnengine.com/features/vehicle-system/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.dawnengine.com/features/vehicle-system/</guid><description>&lt;h2 id="概述"&gt;概述&lt;/h2&gt;
&lt;p&gt;载具是仿真与游戏中的高频需求。DawnEngine 提供统一的&lt;strong&gt;载具系统&lt;/strong&gt;，以刚体物理与动力学模型为基础，框架化支持&lt;strong&gt;车辆、飞行器、船舶&lt;/strong&gt;等多类载具的运动、操控与仿真。&lt;/p&gt;</description></item><item><title>像素流</title><link>https://www.dawnengine.com/features/pixel-streaming/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.dawnengine.com/features/pixel-streaming/</guid><description>&lt;h2 id="概述"&gt;概述&lt;/h2&gt;
&lt;p&gt;高画质 3D 应用通常对终端硬件要求很高，难以在低配设备或移动端流畅运行。&lt;strong&gt;像素流（Pixel Streaming）&lt;/strong&gt; 把渲染放到云端 GPU，将画面以低延迟视频流推送到客户端，用户&lt;strong&gt;仅用浏览器即可访问&lt;/strong&gt;，输入实时回传到云端。&lt;/p&gt;</description></item><item><title>多通道渲染</title><link>https://www.dawnengine.com/features/multi-channel-rendering/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.dawnengine.com/features/multi-channel-rendering/</guid><description>&lt;h2 id="概述"&gt;概述&lt;/h2&gt;
&lt;p&gt;指挥中心大屏、环幕、CAVE 沉浸式空间与拼接墙等专业显示场景，需要多个画面&lt;strong&gt;精确同步、无缝拼接&lt;/strong&gt;地呈现同一个三维世界。&lt;strong&gt;多通道渲染&lt;/strong&gt;让 DawnEngine 在多视口、多屏幕乃至多 GPU / 多节点之间协同输出，保证一致与流畅。&lt;/p&gt;</description></item><item><title>Cesium 地理系统</title><link>https://www.dawnengine.com/features/cesium-geospatial/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.dawnengine.com/features/cesium-geospatial/</guid><description>&lt;h2 id="概述"&gt;概述&lt;/h2&gt;
&lt;p&gt;数字孪生与 GIS 应用要求场景与&lt;strong&gt;真实地理坐标&lt;/strong&gt;精确对齐。DawnEngine 集成 &lt;strong&gt;Cesium&lt;/strong&gt; 地理能力，支持全球地形、卫星影像、倾斜摄影模型与 &lt;strong&gt;3D Tiles&lt;/strong&gt; 海量数据，让你在真实地球之上构建从厘米级精度到星球级范围的地理世界。&lt;/p&gt;</description></item><item><title>国产化支持</title><link>https://www.dawnengine.com/features/domestic-os/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.dawnengine.com/features/domestic-os/</guid><description>&lt;h2 id="概述"&gt;概述&lt;/h2&gt;
&lt;p&gt;面向政企与关键行业，&lt;strong&gt;自主可控&lt;/strong&gt;是硬性要求。DawnEngine 在国产化方面进行系统适配，支持 &lt;strong&gt;银河麒麟（Kylin）&lt;/strong&gt;、&lt;strong&gt;统信 UOS&lt;/strong&gt; 与 &lt;strong&gt;鸿蒙 OS&lt;/strong&gt; 等国产操作系统，兼容主流国产 CPU 架构，可在信创环境中稳定部署与运行。&lt;/p&gt;</description></item><item><title>DawnEngine 1.0 正式发布</title><link>https://www.dawnengine.com/news/dawnengine-1-0-release/</link><pubDate>Sat, 20 Jun 2026 00:00:00 +0000</pubDate><guid>https://www.dawnengine.com/news/dawnengine-1-0-release/</guid><description>&lt;p&gt;我们很高兴地宣布，&lt;strong&gt;DawnEngine 1.0&lt;/strong&gt; 正式发布。这是 DawnEngine 的首个稳定版本，标志着引擎在大尺度仿真与可视化方向上进入可用于生产的阶段。&lt;/p&gt;</description></item><item><title>鸿蒙 OS 适配进入预览</title><link>https://www.dawnengine.com/news/harmonyos-support-preview/</link><pubDate>Wed, 10 Jun 2026 00:00:00 +0000</pubDate><guid>https://www.dawnengine.com/news/harmonyos-support-preview/</guid><description>&lt;p&gt;继银河麒麟与统信 UOS 之后，&lt;strong&gt;DawnEngine 对鸿蒙 OS 的适配现已进入预览阶段&lt;/strong&gt;。这意味着 DawnEngine 在国产操作系统上的全栈支持进一步完善。&lt;/p&gt;</description></item></channel></rss>