Files
RCBASIC4/doc/doc_files/createplanemesh.html
2024-10-27 11:52:28 -04:00

25 lines
523 B
HTML

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