ArchitectureColoredPainting.../README.md

16 lines
726 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 总体方案
一级编码(文件)为一张彩绘的最简表示,支持图层嵌套、迭代函数系统等操作;
二级编码缓存数个SSBO为实时渲染时所需的数据只接收图元及其位置变换信息和加速结构
读取一级编码后,须将所有嵌套和迭代解开,得到一系列组成图案的最原始的部件即图元及其位置变换,并对图元和图元内部都建立加速结构,处理得到二级编码。
# ArchitectureColoredPainting 编码方案
```
└─1st_encode 第一层编码
│ byte.md 二进制字节码编码方案
│ byte.html markdown生成html
│ json.json json编码方案与二进制字节码对照
```