A B C D E F G H I K L M N O P R S T U V W X Y Z

V

vectorCacheSize - Static variable in class com.threed.jpct.Config
Size of an internal cache for storing SimpleVectors.
vertexBufferSize - Static variable in class com.threed.jpct.Config
Internal buffer used to upload vertex data to the gpu.
viewportOffsetX - Static variable in class com.threed.jpct.Config
Shifts the (normalized) viewport into x-direction, i.e. a value of 0.5 lets the rendering start in the middle of the framebuffer so that only the leftmost half of the image is visible in the right half of the framebuffer.
viewportOffsetY - Static variable in class com.threed.jpct.Config
Shifts the (normalized) viewport into y-direction, i.e. a value of 0.5 lets the rendering start in the middle of the Framebuffer so that only the uppermost half of the image is visible in the bottom of the framebuffer.
virtualize(Texture) - Method in class com.threed.jpct.TextureManager
Virtualizes a textures if a Virtualizer has been set.
Virtualizer - Class in com.threed.jpct
A Virtualizer can help to save memory by storing data on disk instead of using the VM memory.
Virtualizer(int) - Constructor for class com.threed.jpct.Virtualizer
Creates a new instance of the Virtualizer with an estimated maximum size.
Virtualizer() - Constructor for class com.threed.jpct.Virtualizer
Creates a new instance of the Virtualizer with no maximum size.

A B C D E F G H I K L M N O P R S T U V W X Y Z