|
@@ -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>
|
|
|
|
|
|
|