Skip to content
Snippets Groups Projects
Commit 7100fa7f authored by slevy's avatar slevy
Browse files

Add everycomp, depthsort fields.
parent 87a5ad4d
No related branches found
No related tags found
No related merge requests found
......@@ -223,6 +223,7 @@ struct stuff {
char vdcmd[128];
int subsample; /* show every Nth data point */
int everycomp; /* compensate for subsampling by brightening? */
int *cmap; /* rgba format */
int ncmap; /* number of entries in cmap, 1..256 (> 0) */
......@@ -231,6 +232,8 @@ struct stuff {
struct AMRbox clipbox; /* clipping region. clipbox.level > 0 if active. */
int depthsort; /* sort particles by camera distance? */
int fetchpid;
volatile int fetching; /* busy fetching data in subprocess (don't start another fetch) */
volatile int fetchdata, fetchtime; /* data and timestep being fetched */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment