overte-HifiExperiments/libraries/render-utils/src
2015-03-14 12:09:23 -07:00
..
AbstractViewStateInterface.h trying to ge the shadow to render correctly 2015-02-23 07:04:14 -08:00
AmbientOcclusionEffect.cpp more Application dependency cleanup 2014-12-17 11:10:45 -08:00
AmbientOcclusionEffect.h Made dependencies inherit from Dependency 2015-01-13 20:38:01 -08:00
AnimationHandle.cpp Restore joints state on stopAnimation 2015-01-26 19:12:18 -08:00
AnimationHandle.h Restore joints state on stopAnimation 2015-01-26 19:12:18 -08:00
deferred_light.slv Support include path to shaders from the hifi libraries to cmake 2015-02-13 01:30:04 -08:00
deferred_light_limited.slv Support include path to shaders from the hifi libraries to cmake 2015-02-13 01:30:04 -08:00
DeferredBuffer.slh Refactoring the code from directional into DeferredLighting.slh 2015-01-15 15:27:18 -08:00
DeferredBufferWrite.slh Cleaning the Model rendering path from any use of glMaterial 2015-01-14 16:44:44 -08:00
DeferredGlobalLight.slh removing the atmosphere effect from the directional lighting 2015-03-10 10:24:16 -07:00
DeferredLighting.slh Clean up comments 2015-02-09 18:02:34 -08:00
DeferredLightingEffect.cpp trying to put the atmospheric effect in a shader header and use it on the directional lighting pass 2015-03-10 00:47:27 -07:00
DeferredLightingEffect.h trying to put the atmospheric effect in a shader header and use it on the directional lighting pass 2015-03-10 00:47:27 -07:00
directional_ambient_light.slf Support include path to shaders from the hifi libraries to cmake 2015-02-13 01:30:04 -08:00
directional_ambient_light_cascaded_shadow_map.slf Support include path to shaders from the hifi libraries to cmake 2015-02-13 01:30:04 -08:00
directional_ambient_light_shadow_map.slf Trying to setup correctly the projection matrix for all the different cases... 2015-02-23 17:06:46 -08:00
directional_light.slf Support include path to shaders from the hifi libraries to cmake 2015-02-13 01:30:04 -08:00
directional_light_cascaded_shadow_map.slf Support include path to shaders from the hifi libraries to cmake 2015-02-13 01:30:04 -08:00
directional_light_shadow_map.slf Support include path to shaders from the hifi libraries to cmake 2015-02-13 01:30:04 -08:00
GeometryCache.cpp allow downloading of obj files 2015-03-07 07:53:25 -08:00
GeometryCache.h trying to figureo out where to download hull models 2015-03-11 14:26:30 -07:00
GlowEffect.cpp Merge branch 'master' of https://github.com/highfidelity/hifi into gpuStreamizing 2015-01-14 17:55:03 -08:00
GlowEffect.h Made dependencies inherit from Dependency 2015-01-13 20:38:01 -08:00
JointState.cpp Fix compile error with new glm version 2014-12-31 15:49:56 -08:00
JointState.h move JointState to libraries 2014-12-15 19:38:30 -08:00
MatrixStack.cpp More OSX work, refactoring functions to shared, removing erroneuous Qt 5.4 dependency, fixing PrioVR text api usage 2015-02-04 12:42:27 -08:00
MatrixStack.h More OSX work, refactoring functions to shared, removing erroneuous Qt 5.4 dependency, fixing PrioVR text api usage 2015-02-04 12:42:27 -08:00
Model.cpp more merge madness, calculate 2nd PhysicsEngine hash with qChecksum if url is set 2015-03-13 18:43:24 -07:00
Model.h more merge madness, calculate 2nd PhysicsEngine hash with qChecksum if url is set 2015-03-13 18:43:24 -07:00
model.slf Support include path to shaders from the hifi libraries to cmake 2015-02-13 01:30:04 -08:00
model.slv Fixing the remaining issue with the avatar rendering path 2015-02-20 11:26:08 -08:00
model_lightmap.slf Support include path to shaders from the hifi libraries to cmake 2015-02-13 01:30:04 -08:00
model_lightmap.slv Fixing the remaining issue with the avatar rendering path 2015-02-20 11:26:08 -08:00
model_lightmap_normal_map.slf Support include path to shaders from the hifi libraries to cmake 2015-02-13 01:30:04 -08:00
model_lightmap_normal_map.slv Fixing the remaining issue with the avatar rendering path 2015-02-20 11:26:08 -08:00
model_lightmap_normal_specular_map.slf Support include path to shaders from the hifi libraries to cmake 2015-02-13 01:30:04 -08:00
model_lightmap_specular_map.slf Support include path to shaders from the hifi libraries to cmake 2015-02-13 01:30:04 -08:00
model_normal_map.slf Support include path to shaders from the hifi libraries to cmake 2015-02-13 01:30:04 -08:00
model_normal_map.slv Fixing the remaining issue with the avatar rendering path 2015-02-20 11:26:08 -08:00
model_normal_specular_map.slf Support include path to shaders from the hifi libraries to cmake 2015-02-13 01:30:04 -08:00
model_shadow.slf Support include path to shaders from the hifi libraries to cmake 2015-02-13 01:30:04 -08:00
model_shadow.slv Fixing the remaining issue with the avatar rendering path 2015-02-20 11:26:08 -08:00
model_specular_map.slf Support include path to shaders from the hifi libraries to cmake 2015-02-13 01:30:04 -08:00
model_translucent.slf Support include path to shaders from the hifi libraries to cmake 2015-02-13 01:30:04 -08:00
PhysicsEntity.cpp move PhysicsEntity so that ModelEntityItem can initiate a model download 2015-03-11 18:34:27 -07:00
PhysicsEntity.h move PhysicsEntity so that ModelEntityItem can initiate a model download 2015-03-11 18:34:27 -07:00
point_light.slf Support include path to shaders from the hifi libraries to cmake 2015-02-13 01:30:04 -08:00
ProgramObject.cpp move ProgramObject to libraries 2014-12-15 14:21:22 -08:00
ProgramObject.h move ProgramObject to libraries 2014-12-15 14:21:22 -08:00
RenderUtil.cpp more work 2015-01-19 13:34:09 -08:00
RenderUtil.h move RenderUtils.cpp/h to libraries 2014-12-15 17:35:26 -08:00
sdf_text.slf Support include path to shaders from the hifi libraries to cmake 2015-02-13 01:30:04 -08:00
sdf_text.slv Support include path to shaders from the hifi libraries to cmake 2015-02-13 01:30:04 -08:00
Shadow.slh trying to ge the shadow to render correctly 2015-02-23 13:12:29 -08:00
simple.slf Support include path to shaders from the hifi libraries to cmake 2015-02-13 01:30:04 -08:00
simple.slv Support include path to shaders from the hifi libraries to cmake 2015-02-13 01:30:04 -08:00
skin_model.slv Fixing the remaining issue with the avatar rendering path 2015-02-20 11:26:08 -08:00
skin_model_normal_map.slv Fixing the remaining issue with the avatar rendering path 2015-02-20 11:26:08 -08:00
skin_model_shadow.slv Fixing the remaining issue with the avatar rendering path 2015-02-20 11:26:08 -08:00
spot_light.slf Support include path to shaders from the hifi libraries to cmake 2015-02-13 01:30:04 -08:00
TextRenderer.cpp attempt to load Courier if the requested font-family fails to load 2015-02-17 15:12:24 -08:00
TextRenderer.h Moving shaders to standard format, adding bounding box support and using it in text node 2015-02-04 21:32:05 -08:00
TextureCache.cpp formatting, diff minimization 2015-03-14 12:09:23 -07:00
TextureCache.h Merge branch 'master' of https://github.com/highfidelity/hifi into temp0 2015-01-27 15:43:27 -08:00