Class PTRRenderObject
-
- All Implemented Interfaces:
public abstract class PTRRenderObject
-
-
Constructor Summary
Constructors Constructor Description PTRRenderObject()
-
Method Summary
Modifier and Type Method Description final FloatArray
crossProduct(FloatArray vectorA, FloatArray vectorB)
final FloatArray
subtractPoints(FloatArray first, FloatArray second)
final Integer
linkProgram(String vertexShaderCode, String fragmentShaderCode)
-
-
Method Detail
-
crossProduct
final FloatArray crossProduct(FloatArray vectorA, FloatArray vectorB)
-
subtractPoints
final FloatArray subtractPoints(FloatArray first, FloatArray second)
-
linkProgram
final Integer linkProgram(String vertexShaderCode, String fragmentShaderCode)
-
-
-
-