Package com.thecsdev.common.scene


package com.thecsdev.common.scene
  • Class
    Description
    INode<N extends Node<N>>
    An interface representing a Node.
    INodeBounded<N extends Node<N>, Bounds>
    An interface representing a Node that has a bounding box.
    INodeRenderable<N extends Node<N>, Context>
    An interface representing a visual Node that is renderable in a graphical framework.
    Node<N extends Node<N>>
    Represents a unique node that is present in a given scene graph.