Difference between revisions of "Storage of Content"

From Constructive Labs
Jump to navigation Jump to search
Line 1: Line 1:
The .clData/Users/<username> folder in your Windows home directory contains the data for each zone in a subfolder. You will find a whole filesystem in there replicated from the AWS S3 cloud.
+
The ''.clData/Users/<username>'' folder in your Windows home directory contains the data for each zone in a subfolder. You will find a whole filesystem in there replicated (synced) from the portal.constructivelabs.com server.
  
'''.clo''' files ("Constructive Labs Object") - contain JSON text data.  If you put that into an online JSON pretty-printer you can read the content for the zone.
+
'''.clo''' files ("Constructive Labs Object") - contain JSON text data - typically describing all of the objects in a zone.  If you put that file into an online JSON pretty-printer you can read the content for the zone.
Properties which do not deviate from the default are not included - just overridden things are included in the clo file.
+
Properties which do not deviate from the default are not included - just overridden properties are included in the clo file.
 
   
 
   
The '''.dae''' files contain 3D model geometry These are a COLLADA XML file. They reference textures, in other .jpg and .png files. Here’s a useful ool to inspect .dae files: https://github.com/dabinn/open3mod-kai/releases/download/1.2/open3mod_1_2_x64_standalone.rar
+
The '''.dae or .fbx or .glb''' files contain 3D model geometry. .dae files are a COLLADA XML file. .glb are glTF binary files. They may reference textures, in other .jpg and .png files.  
 +
 
 +
Texture files may also be stored in a '''tex''' subfolder.
 +
 
 +
Here’s a useful tool to inspect .dae files: https://github.com/dabinn/open3mod-kai/releases/download/1.2/open3mod_1_2_x64_standalone.rar
 +
 
 +
You can inspect other 3D model files by clicking on the file in WindowsExplorer - the Windows 3D Viewer app will display them.
 +
 
 +
Next: '''[[Sharing_Your_Zone]]'''

Revision as of 11:41, 28 March 2022

The .clData/Users/<username> folder in your Windows home directory contains the data for each zone in a subfolder. You will find a whole filesystem in there replicated (synced) from the portal.constructivelabs.com server.

.clo files ("Constructive Labs Object") - contain JSON text data - typically describing all of the objects in a zone. If you put that file into an online JSON pretty-printer you can read the content for the zone. Properties which do not deviate from the default are not included - just overridden properties are included in the clo file.

The .dae or .fbx or .glb files contain 3D model geometry. .dae files are a COLLADA XML file. .glb are glTF binary files. They may reference textures, in other .jpg and .png files.

Texture files may also be stored in a tex subfolder.

Here’s a useful tool to inspect .dae files: https://github.com/dabinn/open3mod-kai/releases/download/1.2/open3mod_1_2_x64_standalone.rar

You can inspect other 3D model files by clicking on the file in WindowsExplorer - the Windows 3D Viewer app will display them.

Next: Sharing_Your_Zone