Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Mar 18, 2021
1 parent d2d3d3b commit ab8a636
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ Read the documentation below to get started.
* Interactively X-ray, highlight, show, hide and section objects.
* Tree views of structure, layers and storeys.
* Full-precision geometry.
* Point clouds.
* Supports IFC2x3 and IFC4.
* Customize viewer appearance with your own CSS.
* JavaScript programming API for all viewer functions.
Expand All @@ -105,6 +106,7 @@ Click the links below to run some demos.
| [Schependomlaan](https://xeokit.github.io/xeokit-bim-viewer/app/index.html?projectId=Schependomlaan&tab=storeys)| [Details](https://github.com/openBIMstandards/DataSetSchependomlaan) |
| [Schependomlaan Ground Floor](https://xeokit.github.io/xeokit-bim-viewer/app/index.html?projectId=Schependomlaan_selectedStorey&tab=storeys)| [Details](https://github.com/openBIMstandards/DataSetSchependomlaan) |
| [Duplex](https://xeokit.github.io/xeokit-bim-viewer/app/index.html?projectId=Duplex&tab=storeys)| [Details](http://openifcmodel.cs.auckland.ac.nz/Model/Details/274) |
| [Point Cloud](https://xeokit.github.io/xeokit-bim-viewer/app/index.html?projectId=MAPPointCloud)| [BIMData](https://bimdata.io) |

## License

Expand Down Expand Up @@ -253,7 +255,10 @@ The table below lists the complete set of available configurations. Think of the
| "saoKernelRadius" | Number | ````[0.0...200.0]```` | ````100.0```` | The maximum area that SAO takes into account when checking for possible occlusion |
| "saoBlur" | Boolean | | ````true```` | Whether Guassian blur is enabled for SAO |
| "saoInteractive" | Boolean | | ````true```` | When ````true````, applies SAO when moving the camera, otherwise applies it once the camera stops moving |
| "saoInteractiveDelay" | Number | | ````200```` | when "saoInteractive" is ````false````, this is the time delay in milliseconds after which SAO is applied after the camera has stopped moving |
| "saoInteractiveDelay" | Number | | ````500```` | when "saoInteractive" is ````false````, this is the time delay in milliseconds after which SAO is applied after the camera has stopped moving |
| "edgesEnabled" | Boolean | | ````true```` | Whether or not to enhance edges on objects |
| "edgesInteractive" | Boolean | | ````true```` | When "edgesEnabled" is ````true````, enhances edges on objects while moving the camera, otherwise enhances them only once the camera stops moving |
| "edgesInteractiveDelay" | Number | | ````500```` | when "edgesInteractive" is ````false````, this is the time delay in milliseconds after which edges are enhanced, after the camera has stopped moving |
| "viewFitFOV" | Number | ````[10.0...70.0]```` | ````30```` | When fitting objects to view, this is the amount in degrees of how much they should fit the user's field of view |
| "viewFitDuration" | Number | ````[0..5]```` | ````0.5```` | When fitting objects to view with an animated transition, this is the duration of the transition in seconds |
| "perspectiveFOV" | Number | ````[10.0...70.0]```` | ````55```` | When in perspective projection, this is the field of view, in degrees, that the user sees |
Expand Down

0 comments on commit ab8a636

Please sign in to comment.