Skip to content
Stefan Gordon edited this page Apr 7, 2015 · 2 revisions

Source Files

In progress...

Sample Directory Structure

Applies to Azure Blob Storage or Disk Storage

Rabbit
|-- version.json
|-- V1
|   |-- L1
|   |   |-- texture
|   |   |   |-- 0_0.jpg
|   |   |   |-- 0_1.jpg
|   |   |   |-- 1_0.jpg
|   |   |   |-- 1_1.jpg
|   |   |   `-- ...
|   |   |-- 0_0_0.obj
|   |   |-- 0_0_0.ebo
|   |   |-- 1_0_0.obj
|   |   |-- 1_0_0.ebo
|   |   |-- ...
|   |   `-- metadata.json
|   |-- L2
|   |   `-- ...
|   `-- model.mtl
`-- V2
    `-- ...