org.nlogo.gl.render
package org.nlogo.gl.render
Members list
Type members
Classlikes
Attributes
- Source
- Lighting.scala
- Supertypes
class DirectionalLight(val direction: Direction) extends Light
Attributes
- Source
- Lighting.scala
- Supertypes
trait ExportRenderer extends Renderer, GLEventListener
Attributes
- Source
- ExportRenderer.scala
- Supertypes
-
class Renderertrait GLEventListenertrait EventListenerclass Objecttrait Matchableclass AnyShow all
trait GLViewSettings
Attributes
- Source
- GLViewSettings.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class ViewManager
object JOGLLoader
Attributes
- Source
- JOGLLoader.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
JOGLLoader.type
Attributes
- Source
- Lighting.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class DirectionalLightclass PositionalLight
object LightManager
This is a small library for managing and debugging lighting. It includes methods for showing the positions and directions of the lights in 3D space.
This is a small library for managing and debugging lighting. It includes methods for showing the positions and directions of the lights in 3D space.
It isn't normally enabled; to enable it, call the showLights() method. If you ever wondered what the default lighting scheme in NetLogo 3D looks like, here it is, there are two directional lights pointing roughly at opposite corners.
Attributes
- Companion
- class
- Source
- Lighting.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
LightManager.type
class LightManager
Attributes
- Companion
- object
- Source
- Lighting.scala
- Supertypes
-
class Objecttrait Matchableclass Any
class MouseState
current mouse coordinates/status
current mouse coordinates/status
Attributes
- Source
- MouseState.scala
- Supertypes
-
class Objecttrait Matchableclass Any
trait PickListener
Attributes
- Source
- PickListener.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class Picker
object Picker
Attributes
- Source
- Picker.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Picker.type
object Polygons
Attributes
- Source
- Polygons.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Polygons.type
Attributes
- Source
- Lighting.scala
- Supertypes
class PositionalLight(val position: Position) extends Light
Attributes
- Source
- Lighting.scala
- Supertypes
Attributes
- Source
- Lighting.scala
- Supertypes
object Tessellator
Attributes
- Companion
- class
- Source
- Tessellator.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Tessellator.type
class Tessellator extends GLUtessellatorCallbackAdapter
Attributes
- Companion
- object
- Source
- Tessellator.scala
- Supertypes
-
class GLUtessellatorCallbackAdaptertrait GLUtessellatorCallbackclass Objecttrait Matchableclass Any
object TextureUtils
Attributes
- Source
- TextureUtils.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TextureUtils.type
Attributes
- Source
- Lighting.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
In this article