OpenGL ES SDK for Android ARM Developer Center
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Mesh::RenderInfo Struct Reference

#include <mesh.hpp>

Public Attributes

mat4 mvp
 
vec4 frustum [6]
 
uvec2 fft_size
 
vec2 tile_extent
 
vec2 normal_scale
 
vec3 cam_pos
 
GLuint height_displacement
 
GLuint gradient_jacobian
 
GLuint normal
 
GLuint skydome
 
unsigned vp_width
 
unsigned vp_height
 
unsigned displacement_downsample
 

Detailed Description

Definition at line 31 of file mesh.hpp.

Member Data Documentation

vec3 Mesh::RenderInfo::cam_pos

Definition at line 49 of file mesh.hpp.

unsigned Mesh::RenderInfo::displacement_downsample

Definition at line 68 of file mesh.hpp.

uvec2 Mesh::RenderInfo::fft_size

Definition at line 40 of file mesh.hpp.

vec4 Mesh::RenderInfo::frustum[6]

Definition at line 37 of file mesh.hpp.

GLuint Mesh::RenderInfo::gradient_jacobian

Definition at line 55 of file mesh.hpp.

GLuint Mesh::RenderInfo::height_displacement

Definition at line 52 of file mesh.hpp.

mat4 Mesh::RenderInfo::mvp

Definition at line 34 of file mesh.hpp.

GLuint Mesh::RenderInfo::normal

Definition at line 58 of file mesh.hpp.

vec2 Mesh::RenderInfo::normal_scale

Definition at line 46 of file mesh.hpp.

GLuint Mesh::RenderInfo::skydome

Definition at line 61 of file mesh.hpp.

vec2 Mesh::RenderInfo::tile_extent

Definition at line 43 of file mesh.hpp.

unsigned Mesh::RenderInfo::vp_height

Definition at line 65 of file mesh.hpp.

unsigned Mesh::RenderInfo::vp_width

Definition at line 64 of file mesh.hpp.


The documentation for this struct was generated from the following file: