Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5297


Ignore:
Timestamp:
Dec 3, 2008, 2:46:02 PM (15 years ago)
Author:
FelixSchulthess
Message:

simple geometric shapes are of great interest

Location:
data/media
Files:
6 added
6 edited

Legend:

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

    r5288 r5297  
    3131
    3232
    33     <Planet position="0,0,-5001" scale=1000 mesh="earth.mesh" shadow=true atmospheresize=224.0f imagesize=1024.0f />
     33    <Planet position="0,0,-500" scale=100 mesh="earth.mesh" shadow=true atmospheresize=224.0f imagesize=1024.0f />
    3434    <Model position="0, 0,-100" pitch=-90 roll=-90 scale=4 mesh="assff.mesh" />
    3535
  • data/media/levels/sample2.oxw

    r5284 r5297  
    1212>
    1313  <Scene
    14    ambientlight = "0.5, 0.5, 0.5"
     14   ambientlight = "0.8, 0.8, 0.8"
    1515   skybox       = "Orxonox/Starbox"
    1616  >
     
    1818    <SpawnPoint position="0,   0, -700" yaw  =180 spawnclass=SpaceShip pawndesign=spaceshipassff />
    1919    <SpawnPoint position="0, 300, -300" pitch=-90 spawnclass=SpaceShip pawndesign=spaceshipassff /-->
     20       
     21        <!-- axes in ogre's origin of coordinate system for phsics engine testing purposes-->
     22        <!--PositionableEntity position="0,0,0">
     23                <attached>
     24                        <Model position="0,0,0" scale=1 mesh="axes.mesh" />
     25                </attached>
     26        </PositionableEntity -->
     27       
     28        <!-- red sphere for phsics engine testing purposes-->
     29        <!--PositionableEntity position="40,0,0">
     30                <attached>
     31                        <Model position="0,0,0" scale=1 mesh="sphere.mesh" />
     32                </attached>
     33        </PositionableEntity-->
     34
     35        <!-- yellow cube for phsics engine testing purposes-->
     36        <!--PositionableEntity position="80,0,0">
     37                <attached>
     38                        <Model position="0,0,0" scale=1 mesh="cube.mesh" />
     39                </attached>
     40        </PositionableEntity-->
    2041
    2142    <MovableEntity position="-300,200,-800" velocity="5,0,0" rotationaxis="1,0,0" rotationrate=0>
     
    7394      </attached>
    7495    </MovableEntity>
    75 
    7696
    7797    <ParticleSpawner position="-500,0,-200" source="Orxonox/BigExplosion1part1" lifetime=3.0 loop=1 />
  • data/media/materials/scripts/planet.material

    r5288 r5297  
    77                {
    88                        ambient 0.500000 0.500000 0.500000 1.000000
    9                         diffuse 0.800000 0.800000 0.800000 1.000000
     9                        diffuse 10.800000 10.800000 10.800000 1.000000
    1010                        emissive 0.000000 0.000000 0.000000 1.000000
    1111
     
    2929material planet/Atmosphere
    3030{
     31        receive_shadows on
    3132        technique
    3233        {
Note: See TracChangeset for help on using the changeset viewer.