1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 2 "http://www.w3.org/TR/html4/strict.dtd"> 3<html> 4<head> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 6 <link href="../../../css/manpage.css" rel="stylesheet" type="text/css"> 7 <title>Culling</title> 8</head> 9<body> 10 11<!-- =================================================== --> 12<h1 id="MODEL_VOLUME_CULLING_PROPERTY">Model Culling Properties</h1> 13<p> 14Performs model view frustum culling-specific settings. 15</p> 16<p class="warn"> 17Culling settings are saved in the model file (rmdl) and can be used as-is by the 3D library.<br> Note that the layout used for the preview and action list settings are handled differently. 18</p> 19<p class="img"> 20 <img src="images/model_culling.gif" alt="Culling"> 21</p> 22<ol class="ui"> 23 <li> 24 Specifies whether view frustum culling should be used.<br> A bounding box is displayed in the Viewer when performing view frustum culling. 25 </li> 26 <li> 27 Sets the center position of the bounding box.<br> The settings are configured in the <a href="../slider_window.html">Slider Window</a>. 28 </li> 29 <li> 30 Sets the size (width, height, depth) of the bounding box.<br> The settings are configured in the <a href="../slider_window.html">Slider Window</a>. 31 </li> 32 <li> 33 Restores the settings of the bounding box to initial values. 34 </li> 35</ol> 36<p class="warn"> 37The bounding box is displayed only when a target model has been selected for 3DEditor. 38</p> 39 40<hr><p>CONFIDENTIAL</p></body> 41</html> 42