QuadSpinner Gaea
Download GaeaTalk to Support
  • User Guide
  • Node Reference
  • Changelog
  • Home
  • Getting Started
    • Install Gaea
      • Regular Installation
      • Portable Installation
      • Mass Deployment
      • Troubleshooting
      • Version Numbers
      • Uninstall or Clean Install
    • License Management
      • Activation
      • Deactivation
      • Hardware Thumbprint
      • Floating License
    • User Interface
      • Graph
      • Viewport
        • Render Modes
        • 2D Viewport
        • Measurement Tools
      • Property Editor
        • Modifier Stack
        • Presets
        • Binding Variables
      • Data Editor
        • Terrain View
        • Export View
        • Automation View
      • Menus and Toolbars
        • Main Menu
        • Undo and Autosave
        • Graph Toolbar
        • Viewport Toolbar
        • Property Editor Toolbar
        • Data Editor Toolbar
      • Lazy Menu
      • Keyboard Shortcuts
    • The Graph
      • Procedural Workflow
      • Toolbox and Search
      • Lock Preview and Underlays
      • Suspending Engine
      • Graph Conveniences
      • Portals and Chokepoints
      • Organizing with Tabs
      • Annotations
      • Groups
    • Managing Gaea
      • Command-line Interface
      • Options
        • Compute
      • Autosave and Recovery
    • For Gaea 1 Users
      • Migration Guide
      • Node Changes
  • Using Gaea
    • Terrain Basics
      • Creating a Snow Mountain
      • Creating a Simple Landscape
      • Exporting Elements
      • Importing Meshes
      • Masks
      • Non-Determinism
      • Scale and Resolution
      • Memory Requirements
    • Crafting the Surface
      • Noises, Primitives, and Landscapes
      • Erosion
      • Surface Nodes
      • Transpose Shapes
    • Understanding Erosion
      • Erosion_2
      • Erosion_1
      • Thermal Erosion
      • Additional Erosion Nodes
      • Nuance
    • Simulations
      • Snowfall
      • Debris
      • Water
      • Vegetation
    • Colorizing and Textures
      • Crafting Masks
      • Working with SatMaps
      • Synthesizing Colors
      • Layering Textures
      • ColorErosion
    • Managing Graphs
      • Using Modifiers
      • Portals and Chokepoints
      • Visualizing Scale
      • Accumulators
      • Navigating Complex Graphs
    • Baking Nodes
      • Linchpin Nodes
    • Build and Export
      • Exporting Nodes
      • Build Options
        • Managing Regions
      • Tiled Builds
      • Using Regions
      • Profiles and Batch Builds
      • Batch Builds
      • Mesh Exports
        • Tangent-Space Normals and Warped Maps
      • Application Specific Export Nodes
        • Unreal Node
        • Unity Node
    • Importing Terrains
      • Universal Instructions
      • Software-specific Instructions
        • Unreal
      • Common Issues
  • Advanced Topics
    • Build Swarm
      • Creating Mutations
      • Build Reports
    • Technical Information
      • File Formats
      • Learning and Predictive System
      • Paths and Storage
      • Dimensions and Scale
      • Calculating Memory Requirements
    • Automation
      • Command Line Automation
      • Managing Input and Output
      • Building a Bridge with the CLI
  • Plugins
    • Gaea2Houdini
      • Installing Gaea2Houdini
      • Using Gaea Nodes
    • Gaea2Unreal
      • Installing Gaea2Unreal
      • Importing Terrains
      • Importing Weight Maps
  • Developers
    • Scripting and Expressions
      • Variables
      • Expressions
      • Math Node
    • TOR Platform SDK
  • Troubleshooting
    • Terrains
      • Common Errors
      • Terrain Quality
    • Diagnostics (Watson)
      • Diagnostics Package
      • CPU Only Mode
      • Benchmark Devices
Powered by GitBook
On this page
  • Getting Started
  • Primitives / Generators
  • Advanced Settings
  • Changing Default Port Value
  • Network Port
  • Shutdown Service after Cooking
  1. Plugins
  2. Gaea2Houdini

Using Gaea Nodes

PreviousInstalling Gaea2HoudiniNextGaea2Unreal

Last updated 2 months ago

LogoLogo

Copyright © 2020-2025 QuadSpinner. All rights reserved.

Getting Started

Create a Heightfield node. Ensure the Division Mode is set to By Axis and Grid Samples are set to 1024, 2048, 4096, or 8192. These are the resolutions supported by Gaea.

Right-click and type Gaea to see a list of available Gaea nodes.

Create a Gaea node and connect it to the Heightfield output.

Select the Gaea node to edit its properties. Houdini will show you the results in the viewport.

Primitives / Generators

Most Gaea nodes require an existing Heightfield shape to process. However, Gaea2Houdini ships with several primitives or generators that can create geological features such as Mountain, Craters, Hills, and so on.

When you create a generator such as Mountain, Houdini will automatically create a Heightfield node and attach it to the Gaea generator.

Advanced Settings

Gaea nodes have two additional properties that control Gaea2Houdini's communication with the Gaea engine.

Changing Default Port Value

By default, Houdini will set the Network Port to 8005. However, if you use a different port, change the value, then click the Parameter name and select "Make Current Value Default" in the menu.

This is set per-node so you may need to repeat it per node type. A near-future version of this plugin will make it easier to set the port by default.

Network Port

This is the port used for TCP communication between Gaea and Houdini. This port must be allowed through any local firewalls.

Shutdown Service after Cooking

By default, the Gaea2Houdini server will run in the background. The server will stay awake until Houdini closes or Gaea nodes have been idle for several minutes.

To force it shut down after each use, you can enable this setting. Next time a Gaea operation occurs in Houdini, the Server will be started again.

Restarting the service frequently decreases efficiency. You should use this setting sparingly and only when required in specific workflows or automation scenarios.