[sldev] Re: Reviewing/Fixing the Particle System

Nicholaz Beresford nicholaz at blueflash.cc
Mon May 28 09:09:21 PDT 2007


Another interesting finding:

The dialog lets you set max particles to fairly high values,
but llviewerpartsim caps it to 4096.

Find all "MAX_PART_COUNT", Subfolders, Find Results 1, Entire Solution, 
"*.?pp; *.h"
W:\sl1.16.0.5\linden\indra\newview\llviewerpartsim.cpp(44):const S32 
MAX_PART_COUNT = 4096;
W:\sl1.16.0.5\linden\indra\newview\llviewerpartsim.cpp(470):    if 
(sParticleCount >= MAX_PART_COUNT)
W:\sl1.16.0.5\linden\indra\newview\llviewerpartsim.cpp(481):    if 
(sParticleCount < MAX_PART_COUNT)
Total found: 3    Matching files: 1    Total files searched: 1312


More information about the SLDev mailing list