There are more than 475 000 particles in there, and the frame rate is VERY good on my system.

EDIT : The data are coming from this web site. See also the very nice animations there !
http://www.ifa.hawaii.edu/~barnes/pressrel/mice/
selden wrote:I see square sprites. They might look better if they were round.
t00fri wrote:I think the galaxies don't look right, since the sprite size does not fluctuate on a random basis unlike my galaxy rendering in Celestia... Similarly, the brightness of the sprites must be allowed to fluctuate.
Fridger
ElChristou wrote:t00fri wrote:I think the galaxies don't look right, since the sprite size does not fluctuate on a random basis unlike my galaxy rendering in Celestia... Similarly, the brightness of the sprites must be allowed to fluctuate.
Fridger
Fridger, this is in no way similar to your builded galaxy code. It's just a plot of points with a sprite attached to them. Martin don't have any control on anything apart the database. To achieve a rendering similar to the one we have I guess some coding is needed to incorporate fluctuation of sprite size/brightness...
t00fri wrote:The situation in add-ons is actually not too different, except that the sprite size and brightness must fluctuate. If this is not yet implemented then it should be done.
ElChristou wrote:t00fri wrote:The situation in add-ons is actually not too different, except that the sprite size and brightness must fluctuate. If this is not yet implemented then it should be done.
Mmh... probably...
All depends on Martin's ability and desire (mostly important!) to write a small program to mod these points...
Code: Select all
int pow2 = 1;
for (unsigned int i = 0; i < nPoints; ++i)
{
if ((i & pow2) != 0)
{
pow2 <<= 1;
size /= 1.55f;
if (size < minimumFeatureSize)
break;
}
...
Cham wrote:HUH !?! Please, post a picture of what you see ! The sprites are perfectly round on my system.selden wrote:I see square sprites. They might look better if they were round.
t00fri wrote:I think the galaxies don't look right, since the sprite size does not fluctuate on a random basis unlike my galaxy rendering in Celestia...
selden wrote:Herewith. Using your URL (which I had to edit. The spaces caused problems when copying it.)
Cham wrote:t00fri wrote:I think the galaxies don't look right, since the sprite size does not fluctuate on a random basis unlike my galaxy rendering in Celestia...
This is false. The sprites size does fluctuate randomly. Did you even tried the model ?
Cham wrote:At close range, the model does look better (like a real galaxy) than your Celestia galaxies !
Cham wrote:t00fri wrote:I think the galaxies don't look right, since the sprite size does not fluctuate on a random basis unlike my galaxy rendering in Celestia...
This is false. The sprites size does fluctuate randomly. Did you even tried the model ?![]()
At close range, the model does look better (like a real galaxy) than your Celestia galaxies !