OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addColorTexture
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/test/jme3test/post/
TestMultiRenderTarget.java
166
fb.
addColorTexture
(diffuseData);
167
fb.
addColorTexture
(normalData);
168
fb.
addColorTexture
(specularData);
/external/jmonkeyengine/engine/src/core/com/jme3/texture/
FrameBuffer.java
308
* with {@link FrameBuffer#
addColorTexture
(com.jme3.texture.Texture2D) }
315
addColorTexture
(tex);
334
public void
addColorTexture
(Texture2D tex) {
Completed in 194 milliseconds