public static class MuJoCoLib.mjvLight_
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
mjvLight_()
Default native constructor.
|
mjvLight_(long size)
Native array allocator.
|
mjvLight_(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.bytedeco.javacpp.FloatPointer |
ambient() |
float |
ambient(int i) |
MuJoCoLib.mjvLight_ |
ambient(int i,
float setter) |
org.bytedeco.javacpp.FloatPointer |
attenuation() |
float |
attenuation(int i) |
MuJoCoLib.mjvLight_ |
attenuation(int i,
float setter) |
byte |
castshadow() |
MuJoCoLib.mjvLight_ |
castshadow(byte setter) |
float |
cutoff() |
MuJoCoLib.mjvLight_ |
cutoff(float setter) |
org.bytedeco.javacpp.FloatPointer |
diffuse() |
float |
diffuse(int i) |
MuJoCoLib.mjvLight_ |
diffuse(int i,
float setter) |
org.bytedeco.javacpp.FloatPointer |
dir() |
float |
dir(int i) |
MuJoCoLib.mjvLight_ |
dir(int i,
float setter) |
byte |
directional() |
MuJoCoLib.mjvLight_ |
directional(byte setter) |
float |
exponent() |
MuJoCoLib.mjvLight_ |
exponent(float setter) |
MuJoCoLib.mjvLight_ |
getPointer(long i) |
byte |
headlight() |
MuJoCoLib.mjvLight_ |
headlight(byte setter) |
org.bytedeco.javacpp.FloatPointer |
pos() |
float |
pos(int i) |
MuJoCoLib.mjvLight_ |
pos(int i,
float setter) |
MuJoCoLib.mjvLight_ |
position(long position) |
org.bytedeco.javacpp.FloatPointer |
specular() |
float |
specular(int i) |
MuJoCoLib.mjvLight_ |
specular(int i,
float setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic mjvLight_()
public mjvLight_(long size)
Pointer.position(long).public mjvLight_(org.bytedeco.javacpp.Pointer p)
Pointer(Pointer).public MuJoCoLib.mjvLight_ position(long position)
position in class org.bytedeco.javacpp.Pointerpublic MuJoCoLib.mjvLight_ getPointer(long i)
getPointer in class org.bytedeco.javacpp.Pointerpublic float pos(int i)
public MuJoCoLib.mjvLight_ pos(int i, float setter)
@MemberGetter public org.bytedeco.javacpp.FloatPointer pos()
public float dir(int i)
public MuJoCoLib.mjvLight_ dir(int i, float setter)
@MemberGetter public org.bytedeco.javacpp.FloatPointer dir()
public float attenuation(int i)
public MuJoCoLib.mjvLight_ attenuation(int i, float setter)
@MemberGetter public org.bytedeco.javacpp.FloatPointer attenuation()
public float cutoff()
public MuJoCoLib.mjvLight_ cutoff(float setter)
public float exponent()
public MuJoCoLib.mjvLight_ exponent(float setter)
public float ambient(int i)
public MuJoCoLib.mjvLight_ ambient(int i, float setter)
@MemberGetter public org.bytedeco.javacpp.FloatPointer ambient()
public float diffuse(int i)
public MuJoCoLib.mjvLight_ diffuse(int i, float setter)
@MemberGetter public org.bytedeco.javacpp.FloatPointer diffuse()
public float specular(int i)
public MuJoCoLib.mjvLight_ specular(int i, float setter)
@MemberGetter public org.bytedeco.javacpp.FloatPointer specular()
@Cast(value="mjtByte") public byte headlight()
public MuJoCoLib.mjvLight_ headlight(byte setter)
@Cast(value="mjtByte") public byte directional()
public MuJoCoLib.mjvLight_ directional(byte setter)
@Cast(value="mjtByte") public byte castshadow()
public MuJoCoLib.mjvLight_ castshadow(byte setter)