loader_aw

Load OBJ/MTL file formats
git clone git://git.meso-star.fr/loader_aw.git
Log | Files | Refs | README | LICENSE

commit 9023085b4c61264c4e5c57a29c0a72c559bd6c6a
parent ea9c2ad6113d39f4fd408476bd01bed21ec000c1
Author: vaplv <vaplv@free.fr>
Date:   Wed, 27 May 2015 10:33:13 +0200

Fix wrong links in the README files

Diffstat:
MREADME.md | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -16,17 +16,17 @@ bump textures as well as their attributes (blend< u|v \>, color correction, channel mapping, texcoord < offset|scale|turbulence \>, image resolution and bump multiplier). -# How to build +## How to build The library uses [CMake](http://www.cmake.org) and the -[RCMake](https://gitorious.org/code-plot/rcmake/) package to build. It also -depends on the [RSys](https://gitorious.org/code-plot/rsys/) library. First, +[RCMake](https://gitlab.com/vaplv/rcmake/#tab-readme) package to build. It also +depends on the [RSys](https://gitlab.com/vaplv/rsys/#tab-readme) library. First, install the RCMake package and the RSys library. Then, generate the project from the cmake/CMakeLists.txt file by appending the RCMake lib/cmake and RSys install directories to the `CMAKE_PREFIX_PATH` variable. The resulting project can be edited, built, tested and installed as any CMake project. -# License +## License *AW* is Copyright (C) 2013-2015 Vincent Forest (vaplv@free.fr)