Ignore:
Timestamp:
04/06/06 20:48:19 (19 years ago)
Author:
igarcia
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/src/IMGCluster2d.cpp

    r721 r731  
    1313} 
    1414 
    15 Ogre::Vector2 * Cluster2d::GetVector3s() 
     15Ogre::Vector2 * Cluster2d::getVector3s() 
    1616{  
    1717        return Vector3s;  
    1818} 
    1919 
    20 std::vector<Ogre::Vector2> * Cluster2d::GetVector3sVector()  
     20std::vector<Ogre::Vector2> * Cluster2d::getVector3sVector()  
    2121{  
    2222        return &Vector3s2_vector;  
    2323}  
    2424 
    25 Ogre::Vector3 * Cluster2d::GetNormal()  
     25Ogre::Vector3 * Cluster2d::getNormal()  
    2626{  
    2727        return normal;  
     
    3131//                       
    3232//        
    33 int Cluster2d::Create2d(Cluster * cluster, int type, int type_vertexs)  
     33int Cluster2d::create2d(Cluster * cluster, int type, int type_vertexs)  
    3434{ 
    3535        if (!cluster) 
     
    3838        } 
    3939         
    40         int axis = cluster->AxisProjected(); 
     40        int axis = cluster->axisProjected(); 
    4141 
    4242        this->cluster = cluster; 
     
    4545} 
    4646 
    47 void Cluster2d::Print()  
     47void Cluster2d::print()  
    4848{ 
    49         printf("\nPrintant cluster2d: %d", id); 
     49        Ogre::LogManager::getSingleton().logMessage("Printant cluster2d: " + Ogre::StringConverter::toString(id)); 
    5050} 
    5151 
Note: See TracChangeset for help on using the changeset viewer.