cube.ply
来自「用于GPU通用计算的编程语言BrookGPU 0.4」· PLY 代码 · 共 32 行
PLY
32 行
ply
format ascii 1.0
comment created by platoply
comment modified by MCH
element vertex 8
property float32 x
property float32 y
property float32 z
element face 12
property list uint8 int32 vertex_indices
end_header
-8 -8 8
-8 8 8
8 8 8
8 -8 8
-8 -8 -8
-8 8 -8
8 8 -8
8 -8 -8
3 0 3 2
3 0 2 1
3 0 4 7
3 0 7 3
3 1 5 4
3 1 4 0
3 2 6 5
3 2 5 1
3 3 7 6
3 3 6 2
3 5 6 7
3 5 7 4
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?