public static class Jogl2es2Context.glLightSource extends Object
Modifier and Type | Field and Description |
---|---|
float |
constantAttenuation |
org.jogamp.vecmath.Vector4f |
diffuse |
int |
enabled |
float |
linearAttenuation |
org.jogamp.vecmath.Vector4f |
position |
int |
prevLightSlot |
float |
quadraticAttenuation |
org.jogamp.vecmath.Vector4f |
specular |
float |
spotCutoff |
org.jogamp.vecmath.Vector3f |
spotDirection |
float |
spotExponent |
Constructor and Description |
---|
glLightSource() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
equals(Object o) |
void |
set(Jogl2es2Context.glLightSource ogfm) |
public int enabled
public int prevLightSlot
public org.jogamp.vecmath.Vector4f position
public org.jogamp.vecmath.Vector4f diffuse
public org.jogamp.vecmath.Vector4f specular
public float constantAttenuation
public float linearAttenuation
public float quadraticAttenuation
public float spotCutoff
public float spotExponent
public org.jogamp.vecmath.Vector3f spotDirection
public void clear()
public void set(Jogl2es2Context.glLightSource ogfm)
Copyright © 2023. All rights reserved.