Changeset 5404 for nanovis/trunk


Ignore:
Timestamp:
May 4, 2015 3:52:34 AM (9 years ago)
Author:
ldelgass
Message:

whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nanovis/trunk/ParticleRenderer.cpp

    r3631 r5404  
    129129
    130130    memset(_data, 0, sizeof(Particle) * _psysWidth * _psysHeight);
    131  
     131
    132132    bool hasParticle;
    133133    for (int i = 0; i < _psysWidth; i++) {
     
    135135            Particle *p = &_data[i + _psysHeight*j];
    136136            hasParticle = (rand() % 256) > 150;
    137              if (hasParticle) {
     137            if (hasParticle) {
    138138                //assign any location (x,y,z) in range [0,1]
    139139                switch (_sliceAxis) {
Note: See TracChangeset for help on using the changeset viewer.