Removed all defines from the stencil assembly and processing files and moved them to the new stencil_defines header. There were spaces after some linebreaks which were removed when I autoformatted the code and that's why there seems to be more changes that there actually is.
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
|
||||
#define LUPWD (0)
|
||||
|
||||
|
||||
Preprocessed Scalar
|
||||
value(in Scalar vertex)
|
||||
{
|
||||
|
@@ -1,11 +1,3 @@
|
||||
#define LMAGNETIC (1)
|
||||
#define LENTROPY (1)
|
||||
#define LTEMPERATURE (0)
|
||||
#define LGRAVITY (0)
|
||||
#define LFORCING (1)
|
||||
#define LUPWD (0)
|
||||
|
||||
|
||||
// Declare uniforms (i.e. device constants)
|
||||
uniform Scalar cs2_sound;
|
||||
uniform Scalar nu_visc;
|
||||
|
Reference in New Issue
Block a user