29 lines
665 B
HTML
29 lines
665 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, txRepeat_x, txRepeat_y ) </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>
|
|
<li>
|
|
txRepeat_x, txRepeat_y - The number of times to repeat the texture across and down the plane
|
|
</li>
|
|
</ul>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |