|
@@ -9,7 +9,7 @@
|
|
|
<body>
|
|
|
<h1>[name]</h1>
|
|
|
|
|
|
- <div class="desc">todo</div>
|
|
|
+ <div class="desc">A Helper class to ease the loading of images of different types.</div>
|
|
|
|
|
|
|
|
|
<h2>Properties</h2>
|
|
@@ -18,21 +18,21 @@
|
|
|
|
|
|
<h3>.[page:string crossOrigin]</h3>
|
|
|
<div>
|
|
|
- todo
|
|
|
+ The crossOrigin string to implement CORS for loading the image from a different domain that allows CORS.
|
|
|
</div>
|
|
|
|
|
|
<h2>Methods</h2>
|
|
|
|
|
|
|
|
|
|
|
|
- <h3>.generateDataTexture([page:todo width], [page:todo height], [page:todo color]) [page:todo]</h3>
|
|
|
+ <h3>.generateDataTexture([page:Number width], [page:Number height], [page:Number color]) [page:todo]</h3>
|
|
|
<div>
|
|
|
- width -- todo <br />
|
|
|
- height -- todo <br />
|
|
|
- color -- todo
|
|
|
+ width -- The width of the texture. <br />
|
|
|
+ height -- The width of the texture. <br />
|
|
|
+ color -- The hexadecimal value of the color.
|
|
|
</div>
|
|
|
<div>
|
|
|
- todo
|
|
|
+ Generates a texture of a
|
|
|
</div>
|
|
|
|
|
|
<h3>.parseDDS([page:todo buffer], [page:todo loadMipmaps]) [page:todo]</h3>
|