Searched defs:getIntensity (Results 1 - 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
H A DTextureGeneratorBlend.java55 public float getIntensity(float x, float y, float z) {
61 public float getIntensity(float x, float y, float z) {
68 public float getIntensity(float x, float y, float z) {
81 public float getIntensity(float x, float y, float z) {
87 public float getIntensity(float x, float y, float z) {
94 public float getIntensity(float x, float y, float z) {
101 public float getIntensity(float x, float y, float z) {
140 texres.intensity = INTENSITY_FUNCTION[stype].getIntensity(x, y, dDelta * k);
166 float getIntensity(float x, float y, float z); method in interface:TextureGeneratorBlend.IntensityFunction
/external/jmonkeyengine/engine/src/core-effects/com/jme3/post/ssao/
H A DSSAOFilter.java210 public float getIntensity() { method in class:SSAOFilter

Completed in 111 milliseconds