getData
Gets the data for a single mesh chunk. Calling this function will reset the updated flag for the mesh chunk; i.e. after calling this function, future calls of [getUpdatedInfos] will only mark the chunk with
id as having updated if its mesh data has changed since the call to this function.Declaration
Summary
Returns
The mesh data if a mesh chunk with id exists, null if otherwise.
Gets the data for a single mesh chunk. Calling this function will reset the updated flag for the mesh chunk; i.e. after calling this function, future calls of [getUpdatedInfos] will only mark the chunk with
idas having updated if its mesh data has changed since the call to this function.