368604f379
NOTE: to use the speedometer, a patched version of irrlicht is needed. The replacement files are included here, we hope that the necessary functions will be included in the next irrlicht release (STK will still compile without a patched irrlicht version, but not display the speedometer). git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3781 178a84e3-b1eb-0310-8ba1-8eac791a3b58
14 lines
579 B
Plaintext
14 lines
579 B
Plaintext
The files in this directory should replace the corresponding
|
|
files in an irrlicht-1.5 distribution. They add a new function
|
|
draw2DPolygon (with different parameters than the existing
|
|
function with the same name). The new function is used to
|
|
draw the speedometer, and the track display with the kart
|
|
symbols on it.
|
|
|
|
If an unpatched version of irrlicht is used, STK will still
|
|
compile, but the above mentioned elements will be missing.
|
|
|
|
We hope that this function (or a similar one) will be
|
|
included in the next irrlicht release, making the use of
|
|
a patched version unnecessary.
|