WorldRenderable

org.nlogo.api.WorldRenderable

Attributes

Source
WorldRenderable.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait CoreWorld
class World2D
class World3D
class World
Show all

Members list

Value members

Abstract methods

Returns true if there is at least one partially transparent turtle, patch, link, or 3D stamp present. This determines whether it is necessary to sort the objects by their distance to the observer before rendering, which is necessary for transparency to work in OpenGL.

Returns true if there is at least one partially transparent turtle, patch, link, or 3D stamp present. This determines whether it is necessary to sort the objects by their distance to the observer before rendering, which is necessary for transparency to work in OpenGL.

Attributes

Returns

True if the scene has at least one partially transparent item

Source
WorldRenderable.scala