Move simgear/sky/ -> simgear/scene/sky/ as part of the consolidation of
graphics code.
This commit is contained in:
@@ -420,11 +420,11 @@ AC_CONFIG_FILES([ \
|
||||
simgear/scene/Makefile \
|
||||
simgear/scene/material/Makefile \
|
||||
simgear/scene/model/Makefile \
|
||||
simgear/scene/sky/Makefile \
|
||||
simgear/scene/sky/clouds3d/Makefile \
|
||||
simgear/scene/tgdb/Makefile \
|
||||
simgear/screen/Makefile \
|
||||
simgear/serial/Makefile \
|
||||
simgear/sky/Makefile \
|
||||
simgear/sky/clouds3d/Makefile \
|
||||
simgear/sound/Makefile \
|
||||
simgear/threads/Makefile \
|
||||
simgear/timing/Makefile \
|
||||
|
||||
@@ -28,7 +28,6 @@ SUBDIRS = \
|
||||
scene \
|
||||
screen \
|
||||
serial \
|
||||
sky \
|
||||
sound \
|
||||
$(SGTHREAD_DIR) \
|
||||
timing \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
includedir = @includedir@/scene
|
||||
|
||||
SUBDIRS = material model tgdb
|
||||
SUBDIRS = material model sky tgdb
|
||||
|
||||
# lib_LIBRARIES = libsgscene.a
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
includedir = @includedir@/sky
|
||||
includedir = @includedir@/scene/sky
|
||||
|
||||
# SUBDIRS = clouds3d
|
||||
|
||||
|
||||
@@ -42,11 +42,11 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include <simgear/sky/cloud.hxx>
|
||||
#include <simgear/sky/dome.hxx>
|
||||
#include <simgear/sky/moon.hxx>
|
||||
#include <simgear/sky/oursun.hxx>
|
||||
#include <simgear/sky/stars.hxx>
|
||||
#include <simgear/scene/sky/cloud.hxx>
|
||||
#include <simgear/scene/sky/dome.hxx>
|
||||
#include <simgear/scene/sky/moon.hxx>
|
||||
#include <simgear/scene/sky/oursun.hxx>
|
||||
#include <simgear/scene/sky/stars.hxx>
|
||||
|
||||
SG_USING_STD(vector);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user