Files
RCBASIC4/doc/files/createwateractor.html
2024-12-14 15:28:03 -05:00

26 lines
830 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>CreateWaterActor [RCBasic Doc] </title>
</head>
<body>
<p><h2>function CreateWaterActor( mesh, waveHeight, waveSpeed, waveLength ) </h2></p>
<p>
Creates an actor with water properties set on a base mesh
</p>
<br><p>Related:
<a href="createanimatedactor.html">CreateAnimatedActor</a>
<a href="createoctreeactor.html">CreateOctreeActor</a>
<a href="createsphereactor.html">CreateSphereActor</a>
<a href="createcubeactor.html">CreateCubeActor</a>
<a href="createlightactor.html">CreateLightActor</a>
<a href="createbillboardactor.html">CreateBillboardActor</a>
<a href="createterrainactor.html">CreateTerrainActor</a>
</p>
<p>
</body>
</html>