20849655ea
These are immediate dependencies, and include many circular dependencies, largely amongst the Atom gems, as indicated by cmake Signed-off-by: AMZN-alexpete <26804013+AMZN-alexpete@users.noreply.github.com>
25 lines
837 B
JSON
25 lines
837 B
JSON
{
|
|
"gem_name": "Terrain",
|
|
"display_name": "Terrain",
|
|
"license": "Apache-2.0 Or MIT",
|
|
"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"
|
|
]
|
|
}
|