Tagged Questions
The level-of-detail tag has no wiki summary.
7
votes
8answers
1k views
Distant 3D object rendering [games]
What is the basic premise behind technology such as is found in Oblivion (and other games, I'm sure; haven't played enough to know), wherein objects from afar are vaguely shown when you view them from ...
5
votes
4answers
373 views
Reduce number of points in line
I'm searching for algorithms to reduce the LOD of polylines, lines (looped or not) of nodes.
In simple words, I want to take hi-resolution coastline data and be able to reduce its LOD hundred- or ...
3
votes
3answers
181 views
Pseudo random number generator from two inputs
I need a pseudo random number generator that gives me a number from the range [-1, 1] (range is optional) from two inputs of the type float.
I'll also try to explain why I need it:
I'm using the ...
3
votes
2answers
341 views
2D Level of Detail (LOD) algorithm
I have been scouting around the net for an algorithm that enables you to create level of detail (LOD) representations of 2D polygons, but am unable to find ANY decent reference. Maybe I am using the ...
1
vote
0answers
28 views
how to implement the polygon reduction algorithm
for couple of days i've been trying to read some stuff regarding the following algorithm but i found it quite difficult to understand. i've managed to find few code samples, the most famous of them is ...
1
vote
1answer
94 views
Subsampling SQL-stored data for plots
Suppose you have a program that logs (timestamp, stock_price) to an SQL database every 30 seconds, and you want to generate plots of the stock price over various timescales. If you plot measurements ...
0
votes
1answer
60 views
implementing Level of Detail algorithm for OpenGL
I'm trying to implement the following algorithm (breaking to painting to small triangles) but I couldn't find any tutorial over the net that explains it properly,
Most of the things I've found explain ...
0
votes
0answers
62 views
How to give a mesh, vertex like self lighitng?
How we can give any complex mesh, vertex like self lighting.
I tried increasing light ambient, material ambient, but as soon as it goes far it starts disappearing. I want that to be visible at ...