41 lines
1.0 KiB
HTML
41 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>AddSceneSkyDomeEx [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>sub AddSceneSkyDomeEx( img, horiRes, vertRes, txPercentage, spherePercentage, radius) </h2></p>
|
|
<p>
|
|
Adds a sky dome to the scene
|
|
</p>
|
|
<ul>
|
|
<li>
|
|
img - The texture for the sky dome
|
|
</li>
|
|
<li>
|
|
horiRes - Number of vertices of a horizontal layer of the sphere.
|
|
</li>
|
|
<li>
|
|
vertRes - Number of vertices of a vertical layer of the sphere.
|
|
</li>
|
|
<li>
|
|
txPercentage - How much of the height of the texture is used. Should be between 0 and 1.
|
|
</li>
|
|
<li>
|
|
spherePercentage - How much of the sphere is drawn. Value should be between 0 and 2, where 1 is an exact half-sphere and 2 is a full sphere.
|
|
</li>
|
|
<li>
|
|
radius - The Radius of the sphere
|
|
</li>
|
|
</ul>
|
|
<br><p>Related:
|
|
<a href="addsceneskybox.html">AddSceneSkyBox</a>
|
|
<a href="addsceneskydome.html">AddSceneSkyDome</a>
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |