grasshopperTrainer / CADengine

Engine for CADing application.
1 stars 1 forks source link

implement mechanism avoid transformation tessellation. #80

Open grasshopperTrainer opened 3 years ago

grasshopperTrainer commented 3 years ago

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.