]> git.mxchange.org Git - simgear.git/commit
Major shuffling to push basic material management out into FlightGear/Lib/
authorcurt <curt>
Wed, 12 May 1999 04:24:55 +0000 (04:24 +0000)
committercurt <curt>
Wed, 12 May 1999 04:24:55 +0000 (04:24 +0000)
commit5d68470c95e1857780b68a8bcb8b00755a2c2821
tree7f9a071b35d974d96e0f069035477e63c441347b
parente176b4d8b6f6b7af20cc458b0aeaa273b98cf470
Major shuffling to push basic material management out into FlightGear/Lib/
  so it can be accessible from the scenery tools.
Also implimented JIT texture loading to save start time and memory.
Lib/Misc/Makefile.am
Lib/Misc/colours.h [new file with mode: 0644]
Lib/Misc/material.cxx [new file with mode: 0644]
Lib/Misc/material.hxx [new file with mode: 0644]
Lib/Misc/texload.c [new file with mode: 0644]
Lib/Misc/texload.h [new file with mode: 0644]