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

.. js:data:: wv.CullingVectorSpace

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



.. rst-class:: kind-group kind-enumeration-members

.. rubric:: Enumeration Members
   :class: kind-group-title


.. js:data:: wv.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:: wv.CullingVectorSpace.World

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




