@xeokit/xeokit-sdk 2.3.0-beta-27 → 2.3.0-beta-28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8873,7 +8873,7 @@ function worldToRTCPos(worldPos, rtcCenter, rtcPos) {
8873
8873
  * ````false````, we can safely ignore the data returned in ````rtcPositions```` and ````rtcCenter````,
8874
8874
  * since ````rtcCenter```` will equal ````[0,0,0]````, and ````rtcPositions```` will contain identical values to ````positions````.
8875
8875
  */
8876
- function worldToRTCPositions(worldPositions, rtcPositions, rtcCenter, cellSize = 1000000) {
8876
+ function worldToRTCPositions(worldPositions, rtcPositions, rtcCenter, cellSize = 1000) {
8877
8877
 
8878
8878
  const center = math.getPositionsCenter(worldPositions, tempVec3a$14);
8879
8879
 
@@ -8869,7 +8869,7 @@ function worldToRTCPos(worldPos, rtcCenter, rtcPos) {
8869
8869
  * ````false````, we can safely ignore the data returned in ````rtcPositions```` and ````rtcCenter````,
8870
8870
  * since ````rtcCenter```` will equal ````[0,0,0]````, and ````rtcPositions```` will contain identical values to ````positions````.
8871
8871
  */
8872
- function worldToRTCPositions(worldPositions, rtcPositions, rtcCenter, cellSize = 1000000) {
8872
+ function worldToRTCPositions(worldPositions, rtcPositions, rtcCenter, cellSize = 1000) {
8873
8873
 
8874
8874
  const center = math.getPositionsCenter(worldPositions, tempVec3a$14);
8875
8875