Uses of Class
engine.terrain.Selector

Packages that use Selector
Package
Description
 
  • Uses of Selector in engine.renderEngine

    Methods in engine.renderEngine with parameters of type Selector
    Modifier and Type
    Method
    Description
    void
    MasterRenderer.render(Selector selector, Camera camera, Light light)
    Calls the render function of each renderer as well as loading the camera position and light to each shader.
    void
    SelectorRenderer.render(Selector selector)
    Render function prepares the selector and the instance of it before drawing it to the screen and then unbinding it.