<feed xmlns='http://www.w3.org/2005/Atom'>
<title>raylib/src/models.c, branch gh-pages</title>
<subtitle>Forked from https://github.com/raysan5/raylib</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/'/>
<entry>
<title>Removed raylib src files to store just web</title>
<updated>2015-09-13T17:29:38+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2015-09-13T17:29:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=ace7b233986520a9e2aa20b13ad1c10f8d1b172c'/>
<id>ace7b233986520a9e2aa20b13ad1c10f8d1b172c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Corrected crazy bug about model textures</title>
<updated>2015-09-02T18:36:05+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2015-09-02T18:36:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=94d0e8320795aeba496dbda639a5430375fcce07'/>
<id>94d0e8320795aeba496dbda639a5430375fcce07</id>
<content type='text'>
On OpenGL ES it was set to use GL_CLAMP_TO_EDGE wrap mode for textures.
On LoadOBJ() texture coordinates were wrongly Y-flipped
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On OpenGL ES it was set to use GL_CLAMP_TO_EDGE wrap mode for textures.
On LoadOBJ() texture coordinates were wrongly Y-flipped
</pre>
</div>
</content>
</entry>
<entry>
<title>Reviewed to work on Raspberry Pi</title>
<updated>2015-09-01T23:08:41+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2015-09-01T23:08:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=4879106096c868e5c8f16ca3796dcb9c85c0dac6'/>
<id>4879106096c868e5c8f16ca3796dcb9c85c0dac6</id>
<content type='text'>
[rlgl] Extensions strings loading was redone to avoid a Segmentation
Fault on Raspberry Pi
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[rlgl] Extensions strings loading was redone to avoid a Segmentation
Fault on Raspberry Pi
</pre>
</div>
</content>
</entry>
<entry>
<title>Added trace log for data unloading</title>
<updated>2015-08-05T17:17:56+00:00</updated>
<author>
<name>Ray</name>
<email>raysan5@gmail.com</email>
</author>
<published>2015-08-05T17:17:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=a42bfa77942565b7806294c40a4d970f9c3d27df'/>
<id>a42bfa77942565b7806294c40a4d970f9c3d27df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added security check if file not found</title>
<updated>2015-08-03T15:27:04+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2015-08-03T15:27:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=36552ff995e402c4acff6261d42541732febf10b'/>
<id>36552ff995e402c4acff6261d42541732febf10b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced old mail by twitter user</title>
<updated>2015-07-29T19:43:30+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2015-07-29T19:43:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=7834a4e2fc967e88bebb168ad63c8a28eb5e44eb'/>
<id>7834a4e2fc967e88bebb168ad63c8a28eb5e44eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added some functions and renamed some others</title>
<updated>2015-07-13T16:19:29+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2015-07-13T16:19:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=66556b8b479e998dc022fa9c884eb39fae1479f7'/>
<id>66556b8b479e998dc022fa9c884eb39fae1479f7</id>
<content type='text'>
Added:
- LoadImageRaw()
- ImageCopy()
Renamed:
- GetPixelData() -&gt; GetImageData()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added:
- LoadImageRaw()
- ImageCopy()
Renamed:
- GetPixelData() -&gt; GetImageData()
</pre>
</div>
</content>
</entry>
<entry>
<title>Corrected bug on UnloadModel()</title>
<updated>2015-06-18T01:08:21+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2015-06-18T01:08:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=bae1bf7b0a4758996cd2373367e712089dded221'/>
<id>bae1bf7b0a4758996cd2373367e712089dded221</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated postpro shaders system</title>
<updated>2015-06-16T18:02:01+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2015-06-16T18:02:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=9572d6c0632fae001481d8395e8e6f154aaf4a4c'/>
<id>9572d6c0632fae001481d8395e8e6f154aaf4a4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved ResolveCollisionCubicmap()</title>
<updated>2015-06-02T07:54:51+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2015-06-02T07:54:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=6a4afae5cc3c6b8677c8c22f02bdf2b926d517a8'/>
<id>6a4afae5cc3c6b8677c8c22f02bdf2b926d517a8</id>
<content type='text'>
Now it supports multiple maps one next to the other
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now it supports multiple maps one next to the other
</pre>
</div>
</content>
</entry>
</feed>
