JSPM

@quenty/terrainutils

10.4.0-canary.490.601c967.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 34
  • Score
    100M100P100Q95720F
  • License MIT

Utility functions for manipulating terrain

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@quenty/terrainutils) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    TerrainUtils

    Utility functions for manipulating Roblox's terrain

    Installation

    npm install @quenty/terrainutils --save

    Usage

    Usage is designed to be simple.

    TerrainUtils.getTerrainRegion3(position, size, resolution)

    TerrainUtils.getTerrainRegion3int16FromRegion3(region3, resolution)

    TerrainUtils.getCorner(region3)

    TerrainUtils.getCornerint16(region3, resolution)