diff --git a/PDF-documentation.pdf b/PDF-documentation.pdf index a7ea6e7..1afac70 100644 Binary files a/PDF-documentation.pdf and b/PDF-documentation.pdf differ diff --git a/_g_r_r_l_i_b____lib_8h.html b/_g_r_r_l_i_b____lib_8h.html index 7594b3a..3a1ab67 100644 --- a/_g_r_r_l_i_b____lib_8h.html +++ b/_g_r_r_l_i_b____lib_8h.html @@ -188,7 +188,7 @@ void  Set the background parameter when screen is cleared. More...
  void GRRLIB_Camera3dSettings (f32 posx, f32 posy, f32 posz, f32 upx, f32 upy, f32 upz, f32 lookx, f32 looky, f32 lookz) - Set the camera parameter (contributed my chris_c aka DaShAmAn). More...
+ Set the camera parameter (contributed by chris_c aka DaShAmAn). More...
  void GRRLIB_3dMode (f32 minDist, f32 maxDist, f32 fov, bool texturemode, bool normalmode)  Set up the position matrix (contributed by chris_c aka DaShAmAn). More...
@@ -247,9 +247,9 @@ void void GRRLIB_SetLightDiff (u8 num, guVector pos, f32 distattn, f32 brightness, u32 lightcolor)  Set diffuse light parameters. More...
  -void GRRLIB_SetLightSpec (u8 num, guVector dir, f32 shy, u32 lightcolor, u32 speccolor) - Set specular light parameters. More...
-  +void GRRLIB_SetLightSpec (u8 num, guVector dir, f32 shininess, u32 lightcolor, u32 speccolor) + Set specular light parameters. More...
+  void GRRLIB_SetLightSpot (u8 num, guVector pos, guVector lookat, f32 angAttn0, f32 angAttn1, f32 angAttn2, f32 distAttn0, f32 distAttn1, f32 distAttn2, u32 lightcolor)  Set Spot light parameters. More...
  diff --git a/globals.html b/globals.html index 4035412..f1e7b23 100644 --- a/globals.html +++ b/globals.html @@ -368,7 +368,7 @@ $(function() { : GRRLIB__lib.h
  • GRRLIB_SetLightSpec() -: GRRLIB__lib.h +: GRRLIB__lib.h
  • GRRLIB_SetLightSpot() : GRRLIB__lib.h diff --git a/globals_func.html b/globals_func.html index eeb716b..275b8be 100644 --- a/globals_func.html +++ b/globals_func.html @@ -315,7 +315,7 @@ $(function() { : GRRLIB__lib.h
  • GRRLIB_SetLightSpec() -: GRRLIB__lib.h +: GRRLIB__lib.h
  • GRRLIB_SetLightSpot() : GRRLIB__lib.h diff --git a/group___all_func.html b/group___all_func.html index 59e955b..7a7face 100644 --- a/group___all_func.html +++ b/group___all_func.html @@ -386,7 +386,7 @@ void  Set the background parameter when screen is cleared. More...
      void GRRLIB_Camera3dSettings (f32 posx, f32 posy, f32 posz, f32 upx, f32 upy, f32 upz, f32 lookx, f32 looky, f32 lookz) - Set the camera parameter (contributed my chris_c aka DaShAmAn). More...
    + Set the camera parameter (contributed by chris_c aka DaShAmAn). More...
      void GRRLIB_3dMode (f32 minDist, f32 maxDist, f32 fov, bool texturemode, bool normalmode)  Set up the position matrix (contributed by chris_c aka DaShAmAn). More...
    @@ -445,9 +445,9 @@ void void GRRLIB_SetLightDiff (u8 num, guVector pos, f32 distattn, f32 brightness, u32 lightcolor)  Set diffuse light parameters. More...
      -void GRRLIB_SetLightSpec (u8 num, guVector dir, f32 shy, u32 lightcolor, u32 speccolor) - Set specular light parameters. More...
    -  +void GRRLIB_SetLightSpec (u8 num, guVector dir, f32 shininess, u32 lightcolor, u32 speccolor) + Set specular light parameters. More...
    +  void GRRLIB_SetLightSpot (u8 num, guVector pos, guVector lookat, f32 angAttn0, f32 angAttn1, f32 angAttn2, f32 distAttn0, f32 distAttn1, f32 distAttn2, u32 lightcolor)  Set Spot light parameters. More...
      @@ -1021,18 +1021,18 @@ GRR_EXTERN GXRModeObj * 
    -

    Set the camera parameter (contributed my chris_c aka DaShAmAn).

    +

    Set the camera parameter (contributed by chris_c aka DaShAmAn).

    Parameters
    - - - - - - + + + + + +
    posxx position of the camera.
    posyy position of the camera.
    poszz position of the camera.
    upxAlpha component.
    upyAlpha component.
    upzAlpha component.
    lookxx up position of the camera.
    lookyy up position of the camera.
    lookzz up position of the camera.
    upxx up position of the camera.
    upyy up position of the camera.
    upzz up position of the camera.
    lookxx position of the target.
    lookyy position of the target.
    lookzz position of the target.
    @@ -4126,8 +4126,8 @@ GRR_EXTERN GXRModeObj * 
    - -

    ◆ GRRLIB_SetLightSpec()

    + +

    ◆ GRRLIB_SetLightSpec()

    @@ -4148,7 +4148,7 @@ GRR_EXTERN GXRModeObj *  f32  - shy, + shininess, @@ -4175,7 +4175,7 @@ GRR_EXTERN GXRModeObj *  numNumber of the light. It's a number from 0 to 7. dirDirection of the specular ray (x/y/z). - shyShyniness of the specular. ( between 4 and 254) + shininessShininess of the specular. ( between 4 and 254) lightcolorColor of the light in RGBA format. speccolorSpecular color in RGBA format.. diff --git a/search/all_6.js b/search/all_6.js index 589ae36..565f59b 100644 --- a/search/all_6.js +++ b/search/all_6.js @@ -100,7 +100,7 @@ var searchData= ['grrlib_5fsetlightambient_106',['GRRLIB_SetLightAmbient',['../group___all_func.html#gae2db782b9842924329956daaeefbac20',1,'GRRLIB_SetLightAmbient(u32 ambientcolor): GRRLIB_3D.c'],['../group___all_func.html#gae2db782b9842924329956daaeefbac20',1,'GRRLIB_SetLightAmbient(u32 ambientcolor): GRRLIB_3D.c']]], ['grrlib_5fsetlightdiff_107',['GRRLIB_SetLightDiff',['../group___all_func.html#ga160f23daf580d4d41e491135f2f86027',1,'GRRLIB_SetLightDiff(u8 num, guVector pos, f32 distattn, f32 brightness, u32 lightcolor): GRRLIB_3D.c'],['../group___all_func.html#ga160f23daf580d4d41e491135f2f86027',1,'GRRLIB_SetLightDiff(u8 num, guVector pos, f32 distattn, f32 brightness, u32 lightcolor): GRRLIB_3D.c']]], ['grrlib_5fsetlightoff_108',['GRRLIB_SetLightOff',['../group___all_func.html#ga4b4e22c02cf692d254f32da348299b78',1,'GRRLIB_SetLightOff(void): GRRLIB_3D.c'],['../group___all_func.html#ga4b4e22c02cf692d254f32da348299b78',1,'GRRLIB_SetLightOff(void): GRRLIB_3D.c']]], - ['grrlib_5fsetlightspec_109',['GRRLIB_SetLightSpec',['../group___all_func.html#ga2cd64208138d748c5d5d8266237578f0',1,'GRRLIB_SetLightSpec(u8 num, guVector dir, f32 shy, u32 lightcolor, u32 speccolor): GRRLIB_3D.c'],['../group___all_func.html#ga2cd64208138d748c5d5d8266237578f0',1,'GRRLIB_SetLightSpec(u8 num, guVector dir, f32 shy, u32 lightcolor, u32 speccolor): GRRLIB_3D.c']]], + ['grrlib_5fsetlightspec_109',['GRRLIB_SetLightSpec',['../group___all_func.html#gab7f3bf4fbc8b4dad8902e95894f1419f',1,'GRRLIB_SetLightSpec(u8 num, guVector dir, f32 shininess, u32 lightcolor, u32 speccolor): GRRLIB_3D.c'],['../group___all_func.html#gab7f3bf4fbc8b4dad8902e95894f1419f',1,'GRRLIB_SetLightSpec(u8 num, guVector dir, f32 shininess, u32 lightcolor, u32 speccolor): GRRLIB_3D.c']]], ['grrlib_5fsetlightspot_110',['GRRLIB_SetLightSpot',['../group___all_func.html#gac4ae6bb35e12d59405c842c93e860462',1,'GRRLIB_SetLightSpot(u8 num, guVector pos, guVector lookat, f32 angAttn0, f32 angAttn1, f32 angAttn2, f32 distAttn0, f32 distAttn1, f32 distAttn2, u32 lightcolor): GRRLIB_3D.c'],['../group___all_func.html#gac4ae6bb35e12d59405c842c93e860462',1,'GRRLIB_SetLightSpot(u8 num, guVector pos, guVector lookat, f32 angAttn0, f32 angAttn1, f32 angAttn2, f32 distAttn0, f32 distAttn1, f32 distAttn2, u32 lightcolor): GRRLIB_3D.c']]], ['grrlib_5fsetmidhandle_111',['GRRLIB_SetMidHandle',['../group___all_func.html#gaf9765f9f9f807396e554cb32e50dd1d6',1,'GRRLIB_SetMidHandle(GRRLIB_texImg *tex, const bool enabled): GRRLIB_handle.h'],['../group___all_func.html#gaf9765f9f9f807396e554cb32e50dd1d6',1,'GRRLIB_SetMidHandle(GRRLIB_texImg *tex, const bool enabled): GRRLIB_handle.h']]], ['grrlib_5fsetpixeltofb_112',['GRRLIB_SetPixelToFB',['../group___all_func.html#ga2de134824b5ecc4d5011e98e7428ed31',1,'GRRLIB_SetPixelToFB(int x, int y, u32 pokeColor): GRRLIB_pixel.h'],['../group___all_func.html#ga2de134824b5ecc4d5011e98e7428ed31',1,'GRRLIB_SetPixelToFB(int x, int y, u32 pokeColor): GRRLIB_pixel.h']]], diff --git a/search/functions_0.js b/search/functions_0.js index 614cbaf..385f67c 100644 --- a/search/functions_0.js +++ b/search/functions_0.js @@ -83,7 +83,7 @@ var searchData= ['grrlib_5fsetlightambient_238',['GRRLIB_SetLightAmbient',['../group___all_func.html#gae2db782b9842924329956daaeefbac20',1,'GRRLIB_SetLightAmbient(u32 ambientcolor): GRRLIB_3D.c'],['../group___all_func.html#gae2db782b9842924329956daaeefbac20',1,'GRRLIB_SetLightAmbient(u32 ambientcolor): GRRLIB_3D.c']]], ['grrlib_5fsetlightdiff_239',['GRRLIB_SetLightDiff',['../group___all_func.html#ga160f23daf580d4d41e491135f2f86027',1,'GRRLIB_SetLightDiff(u8 num, guVector pos, f32 distattn, f32 brightness, u32 lightcolor): GRRLIB_3D.c'],['../group___all_func.html#ga160f23daf580d4d41e491135f2f86027',1,'GRRLIB_SetLightDiff(u8 num, guVector pos, f32 distattn, f32 brightness, u32 lightcolor): GRRLIB_3D.c']]], ['grrlib_5fsetlightoff_240',['GRRLIB_SetLightOff',['../group___all_func.html#ga4b4e22c02cf692d254f32da348299b78',1,'GRRLIB_SetLightOff(void): GRRLIB_3D.c'],['../group___all_func.html#ga4b4e22c02cf692d254f32da348299b78',1,'GRRLIB_SetLightOff(void): GRRLIB_3D.c']]], - ['grrlib_5fsetlightspec_241',['GRRLIB_SetLightSpec',['../group___all_func.html#ga2cd64208138d748c5d5d8266237578f0',1,'GRRLIB_SetLightSpec(u8 num, guVector dir, f32 shy, u32 lightcolor, u32 speccolor): GRRLIB_3D.c'],['../group___all_func.html#ga2cd64208138d748c5d5d8266237578f0',1,'GRRLIB_SetLightSpec(u8 num, guVector dir, f32 shy, u32 lightcolor, u32 speccolor): GRRLIB_3D.c']]], + ['grrlib_5fsetlightspec_241',['GRRLIB_SetLightSpec',['../group___all_func.html#gab7f3bf4fbc8b4dad8902e95894f1419f',1,'GRRLIB_SetLightSpec(u8 num, guVector dir, f32 shininess, u32 lightcolor, u32 speccolor): GRRLIB_3D.c'],['../group___all_func.html#gab7f3bf4fbc8b4dad8902e95894f1419f',1,'GRRLIB_SetLightSpec(u8 num, guVector dir, f32 shininess, u32 lightcolor, u32 speccolor): GRRLIB_3D.c']]], ['grrlib_5fsetlightspot_242',['GRRLIB_SetLightSpot',['../group___all_func.html#gac4ae6bb35e12d59405c842c93e860462',1,'GRRLIB_SetLightSpot(u8 num, guVector pos, guVector lookat, f32 angAttn0, f32 angAttn1, f32 angAttn2, f32 distAttn0, f32 distAttn1, f32 distAttn2, u32 lightcolor): GRRLIB_3D.c'],['../group___all_func.html#gac4ae6bb35e12d59405c842c93e860462',1,'GRRLIB_SetLightSpot(u8 num, guVector pos, guVector lookat, f32 angAttn0, f32 angAttn1, f32 angAttn2, f32 distAttn0, f32 distAttn1, f32 distAttn2, u32 lightcolor): GRRLIB_3D.c']]], ['grrlib_5fsetmidhandle_243',['GRRLIB_SetMidHandle',['../group___all_func.html#gaf9765f9f9f807396e554cb32e50dd1d6',1,'GRRLIB_SetMidHandle(GRRLIB_texImg *tex, const bool enabled): GRRLIB_handle.h'],['../group___all_func.html#gaf9765f9f9f807396e554cb32e50dd1d6',1,'GRRLIB_SetMidHandle(GRRLIB_texImg *tex, const bool enabled): GRRLIB_handle.h']]], ['grrlib_5fsetpixeltofb_244',['GRRLIB_SetPixelToFB',['../group___all_func.html#ga2de134824b5ecc4d5011e98e7428ed31',1,'GRRLIB_SetPixelToFB(int x, int y, u32 pokeColor): GRRLIB_pixel.h'],['../group___all_func.html#ga2de134824b5ecc4d5011e98e7428ed31',1,'GRRLIB_SetPixelToFB(int x, int y, u32 pokeColor): GRRLIB_pixel.h']]],