You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
917 B
JSON
26 lines
917 B
JSON
{
|
|
"gem_name": "Terrain",
|
|
"display_name": "Terrain",
|
|
"license": "Apache-2.0 Or MIT",
|
|
"license_url": "https://github.com/o3de/o3de/blob/development/LICENSE.txt",
|
|
"origin": "Open 3D Engine - o3de.org",
|
|
"summary": "The Terrain Gem is an experimental terrain system. The terrain system maps height, color, and surface data to regions of the world, provides gradient-based and shape-based authoring tools and workflows, includes specialized rendering for efficient display, and integrates with physics for physical simulation.",
|
|
"canonical_tags": [
|
|
"Gem"
|
|
],
|
|
"user_tags": [
|
|
"Environment",
|
|
"Tools",
|
|
"Design",
|
|
"Terrain"
|
|
],
|
|
"documentation_url": "https://o3de.org/docs/user-guide/gems/reference/terrain/",
|
|
"dependencies": [
|
|
"Atom_RPI",
|
|
"Atom",
|
|
"GradientSignal",
|
|
"SurfaceData",
|
|
"LmbrCentral"
|
|
]
|
|
}
|