OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:camfb
(Results
1 - 1
of
1
) sorted by null
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
FrameBufferCubemapTest.java
25
protected PerspectiveCamera
camFb
;
37
camFb
= new PerspectiveCamera(90, 800, 800);
38
camFb
.position.set(10f, 10f, 10f);
39
camFb
.lookAt(0, 0, 0);
40
camFb
.near = 0.1f;
41
camFb
.far = 1000f;
42
camFb
.update();
77
camFb
.position.set(cam.position);
78
camFb
.near = cam.near;
79
camFb
.far = cam.far
[
all
...]
Completed in 132 milliseconds