Capítulo 375 de 859

Chapter 375: AONode

Core Idea

A generic class that can be used by nodes which contribute ambient occlusion to the scene. E.g. an ambient occlusion map node can be used as input for this module. Used in NodeMaterial.

Key Concepts

  • aoNode : Node.<float>: The ambient occlusion node.

Reference Tables

Constructor

Signature
new AONode( aoNode : Node.<float> )

Properties

PropertyDescription
.aoNode : Node.<float>The ambient occlusion node.

Key Takeaways

  1. AONode extends: EventDispatcher → Node → LightingNode
  2. Most relevant properties: aoNode.

Connects To