currently geometry has denormalized as its raw value and stores normalized, denormalize plane. When geometric transformation(applying transformation matrix) doesn't require tessellation recalculation. e.g. moving, rotating, scaling, simply applying those to existing normalized tessellated will new tessellated array. Mechanism to store normalized tessellated and apply transformation is needed.
currently geometry has denormalized as its raw value and stores normalized, denormalize plane. When geometric transformation(applying transformation matrix) doesn't require tessellation recalculation. e.g. moving, rotating, scaling, simply applying those to existing normalized tessellated will new tessellated array. Mechanism to store normalized tessellated and apply transformation is needed.