iTwin / viewer

Monorepo that contains the iTwin Viewer npm packages and their related packages
MIT License
25 stars 16 forks source link

Do not use the ViewCreator seed by default #131

Closed johnnyd710 closed 2 years ago

johnnyd710 commented 2 years ago

Removed the code that defaults the useSeedView option to "true", but still allows it as an option. Since we are no longer creating a new object with useSeedView set to true, we can directly pass viewCreatorOptions to the createDefaultView function.