LiveMap API
Loading...
Searching...
No Matches
BasicRenderer.cs File Reference

Namespaces

namespace  livemap
namespace  livemap.render

Functions

class livemap.render.BasicRenderer ()
 Basic renderer with optimized shadow calculation using neighbor caching. Note: Parallel processing (Parallel.For) could provide additional speedup on multi-core systems, but would require removing the shadow cache optimization since it depends on sequential row processing. SetBlockColor is thread-safe (writes to different memory locations per coordinate).