A separate repository for storing large resource files and test data for the VertexNova project. This repository is kept separate from the main source code to avoid bloating the main repository with large binary assets.
resources/
├── models/ # Complete 3D models with associated textures and materials
├── meshes/ # Standalone mesh files (.ply, .stl, .obj)
├── materials/ # PBR (Physically Based Rendering) material texture sets
└── textures/ # Standalone texture images
image_comparison/
└── vnegfx/ # Golden reference images for vnegfx black-box image comparison
└── [<group>/]<backend>/<leaf>_{color,depth}.png
This repository can be cloned as a submodule or referenced directly by the VertexNova project to access test assets and resources during development and testing.
vnegfx mounts it at testdata/vneresources. Image-comparison goldens live under image_comparison/vnegfx/.