Ignore:
Timestamp:
07/04/05 17:57:51 (19 years ago)
Author:
mattausch
Message:

added item buffer queries.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/Ogre/include/OgreItemBufferQueryManager.h

    r153 r154  
    2222                            bool relativeVisibility = false); 
    2323     
    24     /**  
    25         Uses the specified point to execute the visibility query in all directions.  
    26         @sa ComputeCameraVisibility() 
    27     */ 
    28     void ComputeFromPointVisibility(const Vector3 &point, 
    29                                InfoContainer<GtpVisibility::NodeInfo> *visibleNodes, 
    30                                InfoContainer<GtpVisibility::MeshInfo> *visibleGeometry, 
    31                                bool relativeVisibility = false); 
    32      
    3324        bool ShootRay(const Ray &ray, std::vector<Mesh *> *visibleMeshes, bool isGlobalLine = false);   
    3425         
     
    3627        void InitItemBuffer( InfoContainer<GtpVisibility::NodeInfo> *visibleNodes, 
    3728                            InfoContainer<GtpVisibility::MeshInfo> *visibleGeometry); 
    38         bool mWasInitialised; 
     29         
    3930}; 
    4031 
Note: See TracChangeset for help on using the changeset viewer.