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

40 lines
703 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>SetActorAutoCulling [RCBasic Doc] </title>
</head>
<body>
<p><h2>sub SetActorAutoCulling( actor, cull_type ) </h2></p>
<p>
Sets the automatic culling state for an actor
</p>
<p>
Possible Culling States
</p>
<ul>
<li>
AUTOCULLING_OFF
</li>
<li>
AUTOCULLING_BOX
</li>
<li>
AUTOCULLING_FRUSTUM_BOX
</li>
<li>
AUTOCULLING_FRUSTUM_SPHERE
</li>
<li>
AUTOCULLING_OCC_QUERY
</li>
</ul>
<br><p>Related:
<a href="getactorautoculling.html">GetActorAutoCulling</a>
</p>
<p>
</body>
</html>