From 6509b19cb48b24e7e60328e23b7fa9ebb4ea1021 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Wed, 21 Nov 2018 18:13:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=96=B0=E7=9A=84=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WIP/The difference between ULRE and CMGameEngine.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 WIP/The difference between ULRE and CMGameEngine.txt diff --git a/WIP/The difference between ULRE and CMGameEngine.txt b/WIP/The difference between ULRE and CMGameEngine.txt new file mode 100644 index 00000000..3e8e227d --- /dev/null +++ b/WIP/The difference between ULRE and CMGameEngine.txt @@ -0,0 +1,12 @@ +[简体中文] + +1.ULRE是CMGameEngine的渲染器试验原型项目,所以它们是有关系的 +2.两者的代码是互相借鉴的 +3.ULRE仅用于试验渲染技术,所以它不会在渲染以外的地方使用任何技巧,也不考虑任何实际使用情况。 + +------------------------------------------------------------------------------------------------------------------------------------------------- +[English - Google automatic translation] + +1.ULRE is a renderer prototype project for CMGameEngine, so they are related +2.The code of the two is borrowed from each other. +3.ULRE is only used to experiment with rendering techniques, so it doesn't use any tricks outside of rendering, nor does it take into account any actual usage.