Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shinjiogaki committed Jul 28, 2016
1 parent 96d70dd commit 1fcd70e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
Binary file modified bin/rq.dll
Binary file not shown.
Binary file modified doc/rq.pdf
Binary file not shown.
3 changes: 2 additions & 1 deletion include/rq.h
Expand Up @@ -187,7 +187,8 @@ API void rqSetPointLightImage ( const int point_light_id,
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
API int rqAddParallelLight ( );
API void rqSetParallelLightDirection ( const int parallel_light_id, const float x, const float y, const float z );
API void rqSetParallelLightTangent ( const int parallel_light_id, const float x, const float y, const float z );
API void rqSetParallelLightTangent ( const int parallel_light_id, const float x, const float y, const float z ); // Used for projection map
API void rqSetParallelLightPosition ( const int parallel_light_id, const float x, const float y, const float z ); // Used for projection map
API void rqSetParallelLightColor ( const int parallel_light_id, const float r, const float g, const float b );
API void rqSetParallelLightPhoton ( const int parallel_light_id, const int photon ); // # of light paths
API void rqSetParallelLightSample ( const int parallel_light_id, const int sample );
Expand Down
Binary file modified lib/rq.exp
Binary file not shown.
Binary file modified lib/rq.lib
Binary file not shown.

0 comments on commit 1fcd70e

Please sign in to comment.