Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10730


Ignore:
Timestamp:
Oct 31, 2015, 1:51:45 PM (8 years ago)
Author:
bhatiab
Message:

Worked on lua.fog, fogFields is working now, but I'm having problemes with generateTorusLikeFog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/campaignHS15/data/levels/Campaign1.oxw

    r10711 r10730  
    5353    >
    5454
    55     <SpawnPoint name="playerSpawn" team=0 position="6000,-4000,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff2 />
     55    <SpawnPoint name="playerSpawn" team=0 position="0,-50,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff2 />
    5656
    5757    <WorldAmbientSound source="Earth.ogg" looping="true" playOnLoad="true" />
     
    470470
    471471    <?lua
    472     --[[
    473     dofile("includes/fog.lua")
    474     generateFog(-1000,-1000,0,20,0.9)
    475     ]]--
     472        dofile("includes/fog.lua")
     473       fogField(0,0,500,150,20)
    476474    ?>
    477475
     
    561559    </SpaceShip>
    562560
     561
     562
    563563    </Scene>
    564564</Level>
Note: See TracChangeset for help on using the changeset viewer.