| 
                Last change
                  on this file since 513 was
                  507,
                  checked in by nicolape, 18 years ago
           | 
        
        
          
              - Skybox and ambient light load now from level file sample.oxw. Added objects to and methods to parse this tags. Added a tokenizer function to split strings into smaller strings (for reading out the light colours for examle). Moved Tokenizer and String2number into misc directory. deleted old unised xml class
  
           | 
        
        | 
            File size:
            250 bytes
           | 
      
      
        
  | Line |   | 
|---|
| 1 | PROJECT(Orxonox) | 
|---|
| 2 |  | 
|---|
| 3 | SET( OBJECTS_SRC_FILES | 
|---|
| 4 |   BaseObject.cc | 
|---|
| 5 |   WorldEntity.cc | 
|---|
| 6 |   test1.cc | 
|---|
| 7 |   test2.cc | 
|---|
| 8 |   test3.cc | 
|---|
| 9 |   Ambient.cc | 
|---|
| 10 |   Skybox.cc | 
|---|
| 11 | ) | 
|---|
| 12 |  | 
|---|
| 13 | ADD_LIBRARY(objects SHARED ${OBJECTS_SRC_FILES}) | 
|---|
| 14 |  | 
|---|
| 15 | TARGET_LINK_LIBRARIES( objects | 
|---|
| 16 |   xml | 
|---|
| 17 |   orxonox | 
|---|
| 18 | ) | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.