Updated docs
This commit is contained in:
25
doc/files/createplanemesh.html
Normal file
25
doc/files/createplanemesh.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||
<title>CreatePlaneMesh [RCBasic Doc] </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><h2>Function CreatePlaneMesh( w, h, tileCount_w, tileCount_h ) </h2></p>
|
||||
<p>
|
||||
Creates a flat plane
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
w, h - The width and height of the plane
|
||||
</li>
|
||||
<li>
|
||||
tileCount_w, TileCount_h - The number of subdivisions across and down the plane
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user