Arma 3 Object Builder
Documentation home
  • GitHub repository
  • Tutorials
  • Blender Extensions
  • 🏠Home
  • 🚀Quick Start Reference
  • 🧰General
    • Add-on Preferences
    • Custom Data JSON
    • Utility Functions
    • Utility Scripts
  • 📥Import
    • P3D
    • RTM
    • Skeletons
    • Armature
    • ASC
    • Terrain objects list
    • PAA
  • 📤Export
    • P3D
    • RTM
    • Skeleton
    • ASC
    • Terrain objects list
  • ⚙️Properties
    • LOD
    • Flag Groups
    • Material
    • Proxy
    • RTM
    • DTM
  • 📦Setup
    • P3D
    • RTM
    • DTM
  • ⚒️Tools
    • Outliner
    • Vertex Mass Editing
    • Materials
      • RVMAT Templates
    • Hit Point Cloud
    • Renaming
    • Proxies
    • Validation
    • Rigging
Powered by GitBook
On this page
  • Location
  • Properties
  • Scale
  • Process
  1. Import

ASC

Esri ASCII grid import options

Last updated 1 year ago

Import a DTM saved in the ASCII Esri grid data exchange format. For general information about the format, visit the wikipedia page.


Location

File -> Import -> Esri Grid ASCII (.asc)


Properties

Scale

  • Horizontal: scaling coefficient applied to the raster cells

  • Vertical: scaling coefficient applied to the raster values


Process

  1. file is completely read into an internal data structure, and kept in memory for the duration of the process

  2. 3D points are generated from raster data and cell size value

  3. faces are calculated between points

  4. DTM mesh is created

  5. DTM properties are set according to the file parameters

📥
Esri grid
ASC import options