comment fix
This commit is contained in:
parent
a53a1758bd
commit
3441be9942
2 changed files with 2 additions and 13 deletions
|
@ -1,10 +1,4 @@
|
|||
// Copyright (C) 2007 Dave Griffiths
|
||||
// Licence: GPLv2 (see COPYING)
|
||||
// Fluxus Shader Library
|
||||
// ---------------------
|
||||
// Refract/reflect combined with facing ratio, and blinn specular
|
||||
// (written on a plane from Dresden to Munich)
|
||||
|
||||
// simple facing ratio transparency shader
|
||||
|
||||
varying vec3 V;
|
||||
varying vec3 N;
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
// Copyright (C) 2007 Dave Griffiths
|
||||
// Licence: GPLv2 (see COPYING)
|
||||
// Fluxus Shader Library
|
||||
// ---------------------
|
||||
// Refract/reflect combined with facing ratio, and blinn specular
|
||||
// (written on a plane from Dresden to Munich)
|
||||
// simple facing ratio transparency shader
|
||||
|
||||
varying vec3 N;
|
||||
varying vec3 P;
|
||||
|
|
Loading…
Reference in a new issue