<feed xmlns='http://www.w3.org/2005/Atom'>
<title>raylib/examples/resources/shaders/standard.fs, branch develop</title>
<subtitle>Forked from https://github.com/raysan5/raylib</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/'/>
<entry>
<title>Reorganize shaders to respective folders</title>
<updated>2016-06-27T16:32:56+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2016-06-27T16:32:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=c4922c9e8854f9c936b28c3f8b00162b407ae503'/>
<id>c4922c9e8854f9c936b28c3f8b00162b407ae503</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Review text formatting (spacing, tabs...)</title>
<updated>2016-05-31T17:12:37+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2016-05-31T17:12:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=d17a0cee1aa53978387e68be58d901bffd1ac0a9'/>
<id>d17a0cee1aa53978387e68be58d901bffd1ac0a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed colTint, tint color is colDiffuse</title>
<updated>2016-05-31T16:15:53+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2016-05-31T16:15:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=302ec438dd8a5483e4fcf81d4bd80ac7d09e6a61'/>
<id>302ec438dd8a5483e4fcf81d4bd80ac7d09e6a61</id>
<content type='text'>
Tint color could be applied to colDiffuse... but what's the best way?
Replace it? Multiply by? A point to think about...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tint color could be applied to colDiffuse... but what's the best way?
Replace it? Multiply by? A point to think about...
</pre>
</div>
</content>
</entry>
<entry>
<title>Standard Lighting (3/3)</title>
<updated>2016-05-30T17:59:21+00:00</updated>
<author>
<name>victorfisac</name>
<email>victorfisac@gmail.com</email>
</author>
<published>2016-05-30T17:59:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=11cf455fe0d2c956043aa70f7d8256c4a339b430'/>
<id>11cf455fe0d2c956043aa70f7d8256c4a339b430</id>
<content type='text'>
- Added normal and specular maps to standard shader.
- Added full tint attribute to standard shader and material data type.
- Changed point light attenuation to radius.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added normal and specular maps to standard shader.
- Added full tint attribute to standard shader and material data type.
- Changed point light attenuation to radius.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix small bug and spacing</title>
<updated>2016-05-21T16:22:15+00:00</updated>
<author>
<name>victorfisac</name>
<email>victorfisac@gmail.com</email>
</author>
<published>2016-05-21T16:22:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=dcd6942ed1ab703625f5c7072cbcfd823c681db7'/>
<id>dcd6942ed1ab703625f5c7072cbcfd823c681db7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add standard lighting (2/3)</title>
<updated>2016-05-21T16:16:39+00:00</updated>
<author>
<name>victorfisac</name>
<email>victorfisac@gmail.com</email>
</author>
<published>2016-05-21T16:16:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=c320a21f2b0e96f7605624e84048ccab9700b516'/>
<id>c320a21f2b0e96f7605624e84048ccab9700b516</id>
<content type='text'>
- 3 light types added (point, directional, spot).
- DrawLights() function added using line shapes.
- Standard lighting example added.
- Removed useless struct variables from material and light.
- Fixed light attributes dynamic locations errors.
- Standard vertex and fragment shaders temporally added until rewrite it
as char pointers in rlgl.
TODO:
- Add normal and specular maps calculations in standard shader.
- Add control structs to handle which attributes needs to be calculated
(textures, specular...).
- Adapt standard shader to version 110.
- Rewrite standard shader as char pointers in rlgl.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- 3 light types added (point, directional, spot).
- DrawLights() function added using line shapes.
- Standard lighting example added.
- Removed useless struct variables from material and light.
- Fixed light attributes dynamic locations errors.
- Standard vertex and fragment shaders temporally added until rewrite it
as char pointers in rlgl.
TODO:
- Add normal and specular maps calculations in standard shader.
- Add control structs to handle which attributes needs to be calculated
(textures, specular...).
- Adapt standard shader to version 110.
- Rewrite standard shader as char pointers in rlgl.
</pre>
</div>
</content>
</entry>
</feed>
