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
  • Apply Modifiers
  • Dimensions
  • Process
  1. Export

ASC

Esri ASCII grid export options

Last updated 8 months ago

For information about creating and setting up a DTM object, visit the page.


Location

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


Properties

Apply Modifiers

Apply modifiers to the DTM object during export.

Dimensions

Raster dimensions are calculated from the number of vertices in the selected DTM mesh, with the help of the set rows-columns ratio.

Ratios:

  • 1 : 1

  • 1 : 2

  • 2 : 1

  • Custom: the exact number of rows and columns has to be manually specified


Process

  1. DTM properties are collected

  2. raster dimensions are calculated

  3. DTM vertices are sorted into raster rows (left -> right, top -> down)

  4. cell size is calculated

  5. intermediate ASC data structure is populated with the collected data

  6. data is written to the output file

📤
DTM setup
ASC export options