Explorar el Código

Update ShaderFlares.html

gero3 hace 11 años
padre
commit
229891866a
Se han modificado 1 ficheros con 6 adiciones y 3 borrados
  1. 6 3
      docs/api/extras/shaders/ShaderFlares.html

+ 6 - 3
docs/api/extras/shaders/ShaderFlares.html

@@ -9,7 +9,10 @@
 	<body>
 		<h1>[name]</h1>
 
-		<div class="desc">todo</div>
+		<div class="desc">
+		Contains the shader code fragments of the lensflare implementations. 
+		These shouldn't be edited.
+		</div>
 
 
 		<h2>Properties</h2>
@@ -17,12 +20,12 @@
 
 		<h3>.[page:object lensFlare]</h3>
 		<div>
-		todo
+		The object that contains the vertex code and fragment code of the lensflares implementation when there are no vertex textures available. 
 		</div> 
 
 		<h3>.[page:object lensFlareVertexTexture]</h3>
 		<div>
-		todo
+		The object that contains the vertex code and fragment code of the lensflares implementation when there are vertex textures available.
 		</div>