Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5357


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
Location:
data/media
Files:
10 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>
  • data/media/levels/spaceshiptemplates3.oxw

    r5354 r5357  
    2727  <SpaceShip>
    2828    <camerapositions>
    29       <CameraPosition position="0,10,40" />
    30       <CameraPosition position="0,20,80" />
    31       <CameraPosition position="0,150,-25" pitch=-90 />
    32       <CameraPosition position="0,0,-30" yaw=180 />
     29      <CameraPosition position="0,10, 40" drag=true mouselook=true />
     30      <CameraPosition position="0,20, 80" drag=true mouselook=true />
     31      <CameraPosition position="0,30,120" drag=true mouselook=true />
     32      <!--CameraPosition position="0,150,-25" pitch=-90 drag=true />
     33      <CameraPosition position="0,0,-40" yaw=180 drag=true />
    3334      <CameraPosition position="0,3,-14" yaw=0 />
    34       <CameraPosition position="-50,5,-8" yaw=-90 />
    35       <CameraPosition position="50,5,-8" yaw=90 />
     35      <CameraPosition position="-50,5,-8" yaw=-90 drag=true />
     36      <CameraPosition position="50,5,-8" yaw=90 drag=true /-->
    3637    </camerapositions>
    3738  </SpaceShip>
     
    5556    <active>
    5657      <FadingBillboard mainstate=activity active=false scale=0.1 position="0, 0, 9" colour="0.2, 0.65, 1.0, 1.0" material="Examples/Flare" turnontime=0.5 turnofftime=0.5 />
     58<!--
    5759      <Light mainstate=visibility position=" 8, 0, 8" diffuse="0.3, 0.6, 1.0" specular="0.3, 0.6, 1.0" attenuation="600, 1.0, 0.007, 0.0002" type=point />
    5860      <Light mainstate=visibility position="-8, 0, 8" diffuse="0.3, 0.6, 1.0" specular="0.3, 0.6, 1.0" attenuation="600, 1.0, 0.007, 0.0002" type=point />
     61-->
    5962    </active>
    6063    <forward>
  • data/media/materials/scripts/Bloom.material

    r5313 r5357  
    160160        {
    161161            lighting on
    162             diffuse 0.0 0.0 0.0 0.8
     162            diffuse 0.0 0.0 0.0 0.5
    163163            specular 0.0 0.0 0.0 0.0
    164164            ambient 0.0 0.0 0.0
  • data/media/particle/smoke6.particle

    r5352 r5357  
    22Orxonox/smoke6
    33{
    4         quota   200
     4        quota   50
    55        material        PE/smoke2
    66        particle_width  25
Note: See TracChangeset for help on using the changeset viewer.