voxelman v0.8.0-dev.1 (2016-08-25T11:08:56Z)
Dub
Repo
ViewInfo
voxelman
world
storage
chunkobservermanager
Undocumented in source.
struct
ViewInfo {
ClientId
clientId
;
WorldBox
viewBox
;
ChunkWorldPos
observerPosition
;
int
viewRadius
;
size_t
numObservedRings
;
size_t
currentChunkIndex
;
}
Members
Variables
clientId
ClientId
clientId
;
Undocumented in source.
currentChunkIndex
size_t
currentChunkIndex
;
Undocumented in source.
numObservedRings
size_t
numObservedRings
;
Undocumented in source.
observerPosition
ChunkWorldPos
observerPosition
;
Undocumented in source.
viewBox
WorldBox
viewBox
;
Undocumented in source.
viewRadius
int
viewRadius
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
world
storage
chunkobservermanager
classes
ChunkObserverManager
manifest constants
chunkPackLoadSize
structs
ViewInfo