Searched refs:lodSize (Results 1 – 1 of 1) sorted by relevance
229 int[] lodSize = null; in makeLods() local235 if (lodSize == null) { in makeLods()236 lodSize = new int[lodLevels]; in makeLods()239 lodSize[i] += g.getMesh().getLodLevel(i).getData().capacity(); in makeLods()246 lodData[i] = new int[lodSize[i]]; in makeLods()