Age | Commit message (Collapse) | Author |
|
defaults.
|
|
External GLSL should probably only be used for development testing,
not released products. The GLSL files are tied to the code, and the
code changes some what often.
Fixes using OpenArena 0.8.8 which has incompatible GLSL files in a pk3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
normals/tangents/lightdirs
|
|
|
|
Thanks Xycaleth for pointing out.
|
|
|
|
|
|
normalized byte arrays.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Integer blend indices are converted to bytes at load, ioq3 doesn't allow more than 128 joints.
Heavily based on code by @zippers.
|
|
|
|
|
|
by shader.
|
|
|
|
|
|
|
|
fixes and optimizations.
|
|
drops on some hardware
|
|
|
|
|
|
|
|
sunlight and map lighting into one GLSL shader (r_sunlightMode 2) Change single lightmap blends to use lightall
|
|
|
|
MAN-AT-ARMS
|
|
|
|
|
|
|
|
|
|
|
|
It use to return pose joint's offset from base at the lerped frame, now it returns the joint's origin at the lerped frame.
Patch by Axel Isouard and Zack Middleton.
|
|
tr_noise.c is in renderercommon directory, so declare them in header there too.
|
|
|
|
|
|
|
|
|