Ignore:
Timestamp:
09/13/06 11:23:27 (18 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/Ogre/Media/particle/GameTools.particle

    r1339 r1355  
    9191        material        HPS_SMOKE_S 
    9292        renderer sprite 
    93     particle_width  20 
    94     particle_height 20 
     93    particle_width  40 
     94    particle_height 40 
    9595    cull_each       false 
    96     quota           30 
     96    quota           100 
    9797    billboard_type  point 
    9898     
    9999    // Area emitter 
    100     emitter Box 
     100    emitter Point 
    101101    { 
    102102       // colour 0.7 0.8 0.3 0 
     
    104104                colour_range_end 0.8 1 0.5 0 
    105105 
    106         angle           30 
    107         emission_rate   6 
     106        angle           160 
     107        emission_rate   20 
    108108        time_to_live    3 
    109109        direction       0 1 0 
    110         velocity        0 
    111         width           120 
    112         height          120 
    113         depth           30 
     110        velocity        20 
     111       // width           120 
     112      //  height          120 
     113       // depth           30 
    114114    }   
    115115 
Note: See TracChangeset for help on using the changeset viewer.