瀏覽代碼

Update ShaderFlares.html

gero3 11 年之前
父節點
當前提交
229891866a
共有 1 個文件被更改,包括 6 次插入3 次删除
  1. 6 3
      docs/api/extras/shaders/ShaderFlares.html

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

@@ -9,7 +9,10 @@
 	<body>
 	<body>
 		<h1>[name]</h1>
 		<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>
 		<h2>Properties</h2>
@@ -17,12 +20,12 @@
 
 
 		<h3>.[page:object lensFlare]</h3>
 		<h3>.[page:object lensFlare]</h3>
 		<div>
 		<div>
-		todo
+		The object that contains the vertex code and fragment code of the lensflares implementation when there are no vertex textures available. 
 		</div> 
 		</div> 
 
 
 		<h3>.[page:object lensFlareVertexTexture]</h3>
 		<h3>.[page:object lensFlareVertexTexture]</h3>
 		<div>
 		<div>
-		todo
+		The object that contains the vertex code and fragment code of the lensflares implementation when there are vertex textures available.
 		</div> 
 		</div>