Create a VRGS Project
There are a few simple steps to create a VRGS project and check that everything is correctly set up. We'll go through them here.
-
Select the VRGS File menu and choose
"New"📁.-
Simply navigate to the directory/folder where you wish to save the model and give the project an appropriate file name.
-
A new VRGS project is created, saved immediately, and a blank 3D model window with no data loaded appears in VRGS. We'll add data in the next step!
-
-
But before that, let's check your project structure.
-
In your chosen directory you will see your VRGS project file, which has a
.vgpxextension. Alongside it is a directory/folder with the same name as the.vgpxfile, but appended withData. -
For example, if your project is called MyNewProject, the following will appear in your chosen directory/folder:
- Directory/folder
- |--
MyNewProject.vgpx - |--
MyNewProject Data
- |--
- Directory/folder
-
The
.vgpxfile is the project file you open. It is a small JSON file holding the project settings — coordinate system, display options and the like. -
The
Datadirectory/folder holds everything else: large data items such as point clouds, meshes and images, and aDATABASESsub-folder containingSQLDBv4.db. That SQLite database is where your interpretations live, so it is every bit as important as the.vgpx. -
It's important to note and keep track of the project directory and its contents in order to back up or transfer your project. The
.vgpxfile on its own is not a project — always move or copy theDatafolder with it. The full layout is described in The project directory structure.
-
Projects made with VRGS 3.3 and earlier have a binary .vgp file instead. VRGS still opens those, and converts them as it goes: from 3.4 onwards saving writes the .vgpx sidecar and the database, and never rewrites the old .vgp. Once a project has been saved by 3.4, the .vgpx is the file to open.
VRGS can autosave on a timer, and can keep a dated .zip of the project and its database in <project> Data\VGP_BACKUP each time you save. Both are switched on in Project Properties → Saving & Backup; File → Backup DB and VGP writes one on demand. See Managing backups and Project Properties.
Let's add some data to our new project!