Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 15, 2008, 11:31:48 PM (15 years ago)
Author:
landauf
Message:
  • new camerapositions
  • reduced strength of blooom shader
  • increased brightness of the new skybox
File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/media/levels/sample3.oxw

    r5354 r5357  
    2929      </events>
    3030    </GlobalShader>
    31 
    32     <Bot/>
    33     <Bot/>
    34     <Bot/>
    35     <Bot/>
    36     <Bot/>
    3731
    3832    <MovableEntity scale=1.5 position="0,0,-300" velocity="0,0,0" rotationaxis="0,1,0" rotationrate=90>
     
    185179for i = 1, 0, 1
    186180do ?>
    187   <MovableEntity position="<?lua print(math.random() * 3000 - 1500)?>, <?lua print(math.random() * 3000 - 1500) ?>, <?lua print(math.random() * 3000 - 1500) ?>" rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 30 + 5) ?>">
     181  <MovableEntity position="<?lua print(math.random() * 4000 - 2000)?>, <?lua print(math.random() * 4000 - 2000) ?>, <?lua print(math.random() * 4000 - 2000) ?>" rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 30 + 5) ?>">
    188182    <attached>
    189       <Model scale="<?lua print(math.random() * 20) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false />
     183      <Model scale="<?lua print(math.random() * 15 + 5) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false />
    190184    </attached>
    191185  </MovableEntity>
Note: See TracChangeset for help on using the changeset viewer.