LiveMap API
Loading...
Searching...
No Matches
livemap.render Namespace Reference

Classes

class  BlockData

Functions

class 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).
class SepiaRenderer ()

Function Documentation

◆ BasicRenderer()

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).

◆ SepiaRenderer()

class livemap.render.SepiaRenderer ( )