enum EDataCreationPreferences
 DataCreationPreferences specifies how big freedom Simplygon has when it comes to altering vertex/triangle data. Allowing more altered data means it will be easier to create good looking LODs, but without altered data it will be easier to keep the memory-usage in the LOD-chain more optimized.
  Values
  | Key |  Value |  Comment | 
 | OnlyUseOriginalData |  0 |  Vertex and Corner data such as coordinates and normals will be completely re-used from the original Scene. | 
 | PreferOriginalData |  1 |  Vertex coordinates will remaining as they were in the original Scene, but corner normals might be changed if Simplygon decided it will look better. | 
 | PreferOptimizedResult |  2 |  Both vertex coordinates and corner normals will be altered to make the optimized Scene look as good as possible. | 
 | Key |  Value |  Comment | 
 | OnlyUseOriginalData |  0 |  Vertex and Corner data such as coordinates and normals will be completely re-used from the original Scene. | 
 | PreferOriginalData |  1 |  Vertex coordinates will remaining as they were in the original Scene, but corner normals might be changed if Simplygon decided it will look better. | 
 | PreferOptimizedResult |  2 |  Both vertex coordinates and corner normals will be altered to make the optimized Scene look as good as possible. | 
 | Key |  Value |  Comment | 
 | EDataCreationPreferences_OnlyUseOriginalData |  0 |  Vertex and Corner data such as coordinates and normals will be completely re-used from the original Scene. | 
 | EDataCreationPreferences_PreferOriginalData |  1 |  Vertex coordinates will remaining as they were in the original Scene, but corner normals might be changed if Simplygon decided it will look better. | 
 | EDataCreationPreferences_PreferOptimizedResult |  2 |  Both vertex coordinates and corner normals will be altered to make the optimized Scene look as good as possible. |