Drawing point clouds

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
Raymond Pang

Drawing point clouds

Post by Raymond Pang »

Did any Guru have idea how to draw point clouds (a large set of points) in Irrlicht ? I had tried to use billboard, but seems the appearance and speed is not very well.

Thanks in advance.
Brinsky
Posts: 28
Joined: Sun May 08, 2005 3:05 pm
Location: Slovenia

Post by Brinsky »

try to examine the fog class(es) ?
10 I lovez my computer
20 goto 10
Saku
Posts: 158
Joined: Wed Jan 05, 2005 8:48 am
Location: Denmark

Post by Saku »

Just a crazy idea:
Try to make a cloud of test-nodes :lol: Like having a cloud of a 1000 test-nodes at the size of 0.01 or something like that..
Maybe even combining the partical system with these boxes 8)
I know this probably is the worst idea ever but if its just for some rendering or something like that it might actually make the cut.
GL HF :!:
Call me Wice, Miami Wice!
Post Reply