xeokit / xeokit-sdk

Open source JavaScript SDK for viewing high-detail, full-precision 3D BIM and AEC models in the Web browser.
https://xeokit.io
Other
715 stars 286 forks source link

Typos in Guides #91

Closed AlABarazi closed 5 years ago

AlABarazi commented 5 years ago
  1. at "https://github.com/xeokit/xeokit-sdk/wiki/Viewing-Models-from-BIMServer" BIMServerLoader is not defined anywhere: fix -> rename the variable(delete Plugin) as shown Screenshot 2019-06-18 at 10 39 55
  2. at "https://github.com/xeokit/xeokit-sdk/wiki/Viewing-BIM-Models-Offline" this line may be wrong const metaObject = metaModel.metaObjects["3NI6Sp$yf87eKCx0T$FWj3"]; It worked when it is changed to const metaObject = metaModel.metaScene.metaObjects["3lMSBJ1J9AUQZulZNJl9KP"];

Also the GUIDs numbers in the guide may not be correct.

xeolabs commented 5 years ago

Thanks very much! I've fixed those JS examples. Don't worry about the GUIDs in those examples - they're just randomly picked for that example.