Function worldToRTCCenter

  • Converts a World-space 3D position to its RTC center.

    Given a World-space position, this function calculates the nearest RTC center, ensuring that the position aligns with a grid defined by RTC_CELL_SIZE.

    Parameters

    • worldCenter: FloatArrayParam

      The World-space position to convert.

    • rtcCenter: FloatArrayParam

      The resulting RTC center position.

    • OptionalcellSize: number = RTC_CELL_SIZE

      The size of each coordinate cell within the RTC coordinate system (default is 200).

    Returns FloatArrayParam

    The RTC center position.