bool csSimpleFormerLoader::LoadHeightmapRawFloatBE (iDocumentNode* child, iSimpleFormerState* state) { RawHeightmapReader<GetterFloat<csBigEndian> > reader (this, state); return reader.ReadRawMap (child); }
bool csSimpleFormerLoader::LoadHeightmapRaw32LE (iDocumentNode* child, iSimpleFormerState* state) { RawHeightmapReader<GetterUint32<csLittleEndian> > reader (this, state); return reader.ReadRawMap (child); }