circuithub / morpheus

Browser side Constructive Solid Geometry.
MIT License
13 stars 1 forks source link

Do not allow floating point values to mix with integers in primitive operations #35

Open rehno-lindeque opened 12 years ago

rehno-lindeque commented 12 years ago

For example

float a = 3.0;
float b = 2 * a; // is not valid: cannot multiple integer with float in glsl