forked from StudioInfinity/dyna3
Display: say "assembly" instead of "construction"
Update variable names and comments in code from the display prototype.
This commit is contained in:
parent
7cb01bab82
commit
e2d3af2867
2 changed files with 6 additions and 6 deletions
|
@ -13,7 +13,7 @@ struct vecInv {
|
|||
|
||||
// --- uniforms ---
|
||||
|
||||
// construction
|
||||
// assembly
|
||||
const int SPHERE_MAX = 200;
|
||||
uniform int sphere_cnt;
|
||||
uniform vecInv sphere_list[SPHERE_MAX];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue