Package gov.nasa.worldwind.render
Class SightlineProgram
- java.lang.Object
-
- gov.nasa.worldwind.render.ShaderProgram
-
- gov.nasa.worldwind.render.SightlineProgram
-
- All Implemented Interfaces:
RenderResource
public class SightlineProgram extends ShaderProgram
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.Object
KEY
-
Constructor Summary
Constructors Constructor Description SightlineProgram(android.content.res.Resources resources)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
loadColor(Color visibleColor, Color occludedColor)
void
loadModelviewProjection(Matrix4 matrix)
void
loadRange(float range)
void
loadSightlineProjection(Matrix4 projection, Matrix4 sightline)
-
Methods inherited from class gov.nasa.worldwind.render.ShaderProgram
getAttribBindings, getProgramLength, getProgramSources, release, setAttribBindings, setProgramSources, useProgram
-
-
-
-
Method Detail
-
loadModelviewProjection
public void loadModelviewProjection(Matrix4 matrix)
-
loadRange
public void loadRange(float range)
-
-