1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

Sprout.Darkroom 外部ファイルからテクスチャ読み込み機能を追加

texture_map クラス追加
This commit is contained in:
bolero-MURAKAMI 2011-12-17 18:00:41 +09:00
parent c0309c22ed
commit 6f2be58007
7 changed files with 368 additions and 11 deletions

View file

@ -14,5 +14,6 @@
#include <sprout/darkroom/renderers.hpp>
#include <sprout/darkroom/tracers.hpp>
#include <sprout/darkroom/pixels.hpp>
#include <sprout/darkroom/textures.hpp>
#endif // #ifndef SPROUT_DARKROOM_HPP