git-svn-id: svn://db.shs.com.ru/libs@637 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -113,8 +113,8 @@ void main(void) {
|
||||
vec3 normal = v1.xyz;
|
||||
vec3 specular = v2.rgb;
|
||||
vec3 emission = v3.rgb;
|
||||
float roughness = v0.w;
|
||||
float reflectivity = v1.w;
|
||||
float reflectivity = v0.w;
|
||||
float roughness = v1.w;
|
||||
float height = v2.w;
|
||||
//bn = normalize(vec3(v3.w, v4.zw));
|
||||
//bn2 = normalize(cross(n, bn));
|
||||
|
||||
Reference in New Issue
Block a user