Added New Static Mesh Functions

This commit is contained in:
n00b
2025-01-25 23:53:43 -05:00
parent 8e161a1a22
commit 17b420578c
157 changed files with 2590 additions and 1150 deletions

View File

@@ -15,6 +15,11 @@
Returns true if window was opened and false if a window could not be opened
</p>
<ul>
<ul>
<li>
WINDOWPOS_CENTERED can be used to center the window
</li>
</ul>
<li>
w, h - The size of the window
</li>
@@ -23,6 +28,14 @@
</li>
<li>
aa - The level of AntiAliasing
<ul>
<li>
A value of 0 means no AntiAliasing which can improve performance
</li>
<li>
If the value selected is not supported then a lower value will be selected internally
</li>
</ul>
</li>
<li>
stencil_buffer (true / false) - determines whether stencil buffer will be used for shadows