
##################
CullingVectorSpace
##################

.. js:data:: CullingVectorSpace

   The space in which a culling vector is defined.
   
   
   Index
   =====
   
   .. rubric:: Enumeration Members
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~CullingVectorSpace.Object`
   * :js:data:`~CullingVectorSpace.World`
   
   




Enumeration Members
===================

.. js:data:: CullingVectorSpace.Object

   .. rst-class:: sig-pretty-signature
   
      | Object: *0*
   
   The object space of the item to which the culling vector is attached. The culling vector is affected by the item's modelling matrices.
   



.. js:data:: CullingVectorSpace.World

   .. rst-class:: sig-pretty-signature
   
      | World: *1*
   
   World space. The culling vector is not affected by modelling matrices.
   





