Display: say "assembly" instead of "construction"

Update variable names and comments in code from the display prototype.
This commit is contained in:
Aaron Fenyes 2024-09-15 11:41:16 -07:00
parent 7cb01bab82
commit e2d3af2867
2 changed files with 6 additions and 6 deletions

View file

@ -13,7 +13,7 @@ struct vecInv {
// --- uniforms ---
// construction
// assembly
const int SPHERE_MAX = 200;
uniform int sphere_cnt;
uniform vecInv sphere_list[SPHERE_MAX];