Commit graph

126 commits

Author SHA1 Message Date
Crayon2000
7494de85ce Add Codacy Badge 2017-06-18 14:29:12 -04:00
Crayon2000
f8669ff668 Correct some cppcheck warnings in examples 2017-06-17 14:13:39 -04:00
Crayon2000
6b7416f655 Correct compiling error with Particle example 2017-02-05 04:33:43 -05:00
Crayon2000
4e141fd476 Use bin2s to convert images from Particle example 2017-02-04 17:42:13 -05:00
Crayon2000
145f8e439d Use C++11 / C++14 in Particle example
This is the only C++ code in the project and it will require at least devkitPPC release 28.
2017-02-03 23:21:35 -05:00
Crayon2000
d1804e489c Remove warning in Particle example
Removed warning: variable 'WPADKeyHeld' set but not used.
2017-02-02 00:28:36 -05:00
Crayon2000
ec8af365c5 Updated Compositing sample code.
Removed extra header, corrected typo and coding standard.
2015-12-28 17:00:17 -05:00
Crayon2000
0d4b4d9a65 Updated Readme file. 2015-11-22 02:37:19 -05:00
Crayon2000
666e913831 In the examples Makefile's: added rule for PNG image. 2015-11-04 08:53:16 -05:00
Crayon2000
30c060518c Updated README file with a real Table of Contents. 2015-04-04 17:34:39 -04:00
Crayon2000
1b49480c0f [CHG] Updated examples to put all GRRLIB_FreeTexture/GRRLIB_FreeBMF/GRRLIB_FreeTTF call before GRRLIB_Exit 2011-03-16 01:24:01 +00:00
Crayon2000
0b26b535d7 [CHG] Fixed some typographical errors ... again 2010-11-09 04:10:19 +00:00
Crayon2000
6d65703f74 [CHG] GRRLIB_ClampVar8 was removed from GRRLIB 2010-10-27 19:55:53 +00:00
Crayon2000
68fd422e02 [CHG] Changed lasnd to laesnd in Makefile (the line is commented)
[CHG] doxygen file updated to version 1.7.2
2010-10-11 01:45:16 +00:00
Crayon2000
6f00bceb2f [CHG] Use M_PI instead of custom macro for PI in two examples 2010-10-05 03:02:38 +00:00
Crayon2000
675bdbab96 [CHG] Typo in a comment
[CHG] Bad indentation in three examples
2010-10-05 02:50:44 +00:00
Crayon2000
3397798833 [CHG] The font for 3D_Light4 demo as changed 2010-05-14 02:31:28 +00:00
N0NameN0
b9a3ea7b9a [ADD] 3D_Light4 sample code to show Spot light usage. 2010-05-10 22:51:14 +00:00
Crayon2000
957e2fe2c0 Added some getter functions to GRRMOD 2010-05-01 18:02:42 +00:00
N0NameN0
0eaf5e1c50 [CHG] a better sample code for 3D_Light3 2010-05-01 17:38:22 +00:00
N0NameN0
a968a16dfa [ADD] GRRLIB_SetLightSpec for specular light support ;)
[ADD] 3D_Light3 for a little specular light sample code.
2010-05-01 14:29:28 +00:00
Crayon2000
84d6fd44d6 [CHG] The font for 3D_Light2 demo as changed 2010-04-30 04:13:39 +00:00
N0NameN0
b52b9699b0 [ADD] 3D_sample5, a new sample code to show how to use new functions 2010-04-29 22:36:37 +00:00
Crayon2000
f9e3976fd5 [CHG] Code formatting 2010-04-29 19:36:03 +00:00
N0NameN0
46a2297aa6 [ADD] GRRLIB_ObjectViewInv (see doc for info)
[CHG] Improve GRRLIB_ObjectView
[ADD] 3D_Light2 to show use of GRRLIB_ObjectViewInv
2010-04-29 17:37:00 +00:00
Crayon2000
507cd75cd5 [CHG] The font for 3D_Light1 demo as changed 2010-04-07 04:45:13 +00:00
Crayon2000
8a3adabef5 [CHG] Spelling errors 2010-04-06 19:03:51 +00:00
Crayon2000
38a76e29e7 [CHG] Formating 2010-04-06 17:04:57 +00:00
N0NameN0
5c15af3217 [CHG] Improve a little bit 3D_Light1 sample code 2010-04-06 11:39:21 +00:00
N0NameN0
ff547d7787 [CHG] Improve and comment 3D_Light1 sample code 2010-04-06 11:36:38 +00:00
N0NameN0
16c25c1ed2 [CHG] function GRRLIB_3dMode color paramter removed since you now MUST pass vertex color !!
[ADD] Diffuse light function GRRLIB_SetLightDiff
[ADD] GRRLIB_SetLightAmbiant
[ADD] GRRLIB_SetLightOff
[ADD] A simple Diffuse lights sample code (Two lights)
2010-04-06 11:23:31 +00:00
Crayon2000
b7eb66f7d0 [CHG] Files did not include math.h but were using sin 2010-03-11 03:01:31 +00:00
Crayon2000
8789bd4ba6 [CHG] pngu.c does not required to include gx.h anymore
[BUG] Fixed some examples using GRRLIB_ScrShot
2010-01-19 05:09:58 +00:00
Crayon2000
f229e1b581 [CHG] Added a timestamp to the screenshot function in the TTF example 2010-01-18 03:25:39 +00:00
N0NameN0
d58f2d2c76 [CHG] Comment typo 2010-01-17 17:38:40 +00:00
N0NameN0
99a0351914 [DEL] removed two old test files 2010-01-17 17:35:34 +00:00
N0NameN0
a46deda984 [DEL] in GRRLIB_3D.c All Light functions (uggly way to provide light imho)
[ADD] NEED_GRRLIB_FUNCTION a sample demo code that can be a base to code new functions !! i really need help on this !!
2010-01-17 17:34:17 +00:00
N0NameN0
8f7e79ab29 [DEL] Light Sample since i dont like the way i defined light fonctions 2010-01-17 17:13:05 +00:00
Crayon2000
8d1b10574e [CHG] TTF functions are now using RGBA color instead of RGB 2010-01-15 06:55:22 +00:00
Crayon2000
2dbb1380df [CHG] More protection to TTF functions
[NEW] Added FPS in the TTF example
2010-01-11 21:48:01 +00:00
Crayon2000
3a88515815 [CHG] Cleaning code, I replaced all " ;" with ";" 2010-01-08 23:00:07 +00:00
N0NameN0
a4699e1780 [CHG] Just a simple printf modification 2010-01-06 18:27:55 +00:00
N0NameN0
96783d84bb [ADD] Adding GRRLIB_DrawCylinder
[CHG] Light/Primitive Demo code
2010-01-06 18:18:43 +00:00
N0NameN0
899f7f1d47 [ADD] Adding GRRLIB_DrawCube
[CHG] Adding a cube to the primitive/light demo code
2010-01-06 14:08:06 +00:00
N0NameN0
d352bd354d [ADD] Adding GRRLIB_DrawSphere
[CHG] Light and primitive demo to add a sphere
2010-01-06 13:35:27 +00:00
N0NameN0
864f2610e9 [ADD] Added GRRLIB_DrawTorus, our first primitive !!! 2010-01-06 09:25:28 +00:00
Crayon2000
42d7917d0d [CHG] TTF example is more complete
[BUG] In the 3D test branch the model could be draw with color and texture (order is: position / normal / color / texture)
[CHG] In the 3D test branch the example is now using lights
2010-01-06 04:56:37 +00:00
Crayon2000
25876beeb9 [CHG] Files cleanup 2010-01-05 22:28:13 +00:00
N0NameN0
45a9b43afb [CHG] Fixed all compil error due to latest commit 2010-01-05 22:04:33 +00:00
N0NameN0
dd1aa7045f [ADD] First Diffuse Light functions (lot of work need about light in general...)
[ADD] a Diffuse Light sample code (3 lights sources)
2010-01-05 21:39:31 +00:00