23 lines
507 B
HTML
23 lines
507 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>AddActorShadow [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>sub AddActorShadow( actor ) </h2></p>
|
|
<p>
|
|
Cast a shadow on an actor during lighting calculations
|
|
</p>
|
|
<p>
|
|
Note: Also check the section on lights for more info
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="removeactorshadow.html">RemoveActorShadow</a>
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |