2001-01-11 00:32:10 +08:00
|
|
|
|
# Microsoft Developer Studio Project File - Name="osg" - Package Owner=<4>
|
|
|
|
|
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
|
|
|
|
# ** DO NOT EDIT **
|
|
|
|
|
|
|
|
|
|
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
|
|
|
|
|
|
|
|
|
|
CFG=osg - Win32 Debug
|
|
|
|
|
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
|
|
|
|
!MESSAGE use the Export Makefile command and run
|
|
|
|
|
!MESSAGE
|
|
|
|
|
!MESSAGE NMAKE /f "osg.mak".
|
|
|
|
|
!MESSAGE
|
|
|
|
|
!MESSAGE You can specify a configuration when running NMAKE
|
|
|
|
|
!MESSAGE by defining the macro CFG on the command line. For example:
|
|
|
|
|
!MESSAGE
|
|
|
|
|
!MESSAGE NMAKE /f "osg.mak" CFG="osg - Win32 Debug"
|
|
|
|
|
!MESSAGE
|
|
|
|
|
!MESSAGE Possible choices for configuration are:
|
|
|
|
|
!MESSAGE
|
|
|
|
|
!MESSAGE "osg - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
|
|
|
|
|
!MESSAGE "osg - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
|
|
|
|
|
!MESSAGE
|
|
|
|
|
|
|
|
|
|
# Begin Project
|
|
|
|
|
# PROP AllowPerConfigDependencies 0
|
|
|
|
|
# PROP Scc_ProjName ""
|
|
|
|
|
# PROP Scc_LocalPath ""
|
|
|
|
|
CPP=cl.exe
|
|
|
|
|
MTL=midl.exe
|
|
|
|
|
RSC=rc.exe
|
|
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "osg - Win32 Release"
|
|
|
|
|
|
|
|
|
|
# PROP BASE Use_MFC 0
|
|
|
|
|
# PROP BASE Use_Debug_Libraries 0
|
|
|
|
|
# PROP BASE Output_Dir "Release"
|
|
|
|
|
# PROP BASE Intermediate_Dir "Release"
|
|
|
|
|
# PROP BASE Target_Dir ""
|
|
|
|
|
# PROP Use_MFC 0
|
|
|
|
|
# PROP Use_Debug_Libraries 0
|
|
|
|
|
# PROP Output_Dir "../../lib"
|
|
|
|
|
# PROP Intermediate_Dir "Release"
|
|
|
|
|
# PROP Ignore_Export_Lib 0
|
|
|
|
|
# PROP Target_Dir ""
|
2001-10-09 22:18:47 +08:00
|
|
|
|
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /c
|
2001-09-20 05:08:56 +08:00
|
|
|
|
# ADD CPP /nologo /MD /W3 /GR /GX /O2 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SG_LIBRARY" /YX /FD /c
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
|
|
|
|
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
|
|
|
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
|
|
|
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
|
|
|
|
BSC32=bscmake.exe
|
|
|
|
|
# ADD BASE BSC32 /nologo
|
2001-09-20 05:08:56 +08:00
|
|
|
|
# ADD BSC32 /nologo
|
2001-01-11 00:32:10 +08:00
|
|
|
|
LINK32=link.exe
|
|
|
|
|
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
|
2001-10-09 22:18:47 +08:00
|
|
|
|
# ADD LINK32 opengl32.lib glu32.lib /nologo /dll /pdb:none /machine:I386 /out:"../../bin/osg.dll"
|
2001-01-11 00:32:10 +08:00
|
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "osg - Win32 Debug"
|
|
|
|
|
|
|
|
|
|
# PROP BASE Use_MFC 0
|
|
|
|
|
# PROP BASE Use_Debug_Libraries 1
|
|
|
|
|
# PROP BASE Output_Dir "Debug"
|
|
|
|
|
# PROP BASE Intermediate_Dir "Debug"
|
|
|
|
|
# PROP BASE Target_Dir ""
|
|
|
|
|
# PROP Use_MFC 0
|
|
|
|
|
# PROP Use_Debug_Libraries 1
|
|
|
|
|
# PROP Output_Dir "../../lib"
|
|
|
|
|
# PROP Intermediate_Dir "Debug"
|
|
|
|
|
# PROP Ignore_Export_Lib 0
|
|
|
|
|
# PROP Target_Dir ""
|
2001-10-09 22:18:47 +08:00
|
|
|
|
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /GZ /c
|
|
|
|
|
# ADD CPP /nologo /MDd /W3 /Gm /vmg /vd0 /GR /GX /Zi /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "SG_LIBRARY" /YX /FD /GZ /c
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
|
|
|
|
|
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
|
|
|
|
|
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
|
|
|
|
# ADD RSC /l 0x409 /d "_DEBUG"
|
|
|
|
|
BSC32=bscmake.exe
|
|
|
|
|
# ADD BASE BSC32 /nologo
|
2001-09-20 05:08:56 +08:00
|
|
|
|
# ADD BSC32 /nologo
|
2001-01-11 00:32:10 +08:00
|
|
|
|
LINK32=link.exe
|
|
|
|
|
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
|
2001-10-09 22:18:47 +08:00
|
|
|
|
# ADD LINK32 opengl32.lib glu32.lib /nologo /dll /pdb:"../../bin/osgd.pdb" /debug /machine:I386 /out:"../../bin/osgd.dll" /pdbtype:sept
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# SUBTRACT LINK32 /pdb:none /incremental:no
|
|
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
|
|
# Begin Target
|
|
|
|
|
|
|
|
|
|
# Name "osg - Win32 Release"
|
|
|
|
|
# Name "osg - Win32 Debug"
|
|
|
|
|
# Begin Group "Source Files"
|
|
|
|
|
|
|
|
|
|
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\AlphaFunc.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2002-02-27 08:58:54 +08:00
|
|
|
|
SOURCE=..\..\src\osg\AnimationPath.cpp
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\Billboard.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\BoundingBox.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\BoundingSphere.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\Camera.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\ClipPlane.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\ColorMask.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-12-19 08:38:23 +08:00
|
|
|
|
SOURCE=..\..\src\osg\ColorMatrix.cpp
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2002-01-29 20:52:04 +08:00
|
|
|
|
SOURCE=..\..\src\osg\CopyOp.cpp
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\CullFace.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\Depth.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\Drawable.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-10-10 04:03:51 +08:00
|
|
|
|
SOURCE=..\..\src\osg\EarthSky.cpp
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\Fog.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-10-10 04:03:51 +08:00
|
|
|
|
SOURCE=..\..\src\osg\FrameStamp.cpp
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
|
|
SOURCE=..\..\src\osg\FrontFace.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\Geode.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\GeoSet.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\GeoSet_ogl.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\GLExtensions.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\Group.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\Image.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\Impostor.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\ImpostorSprite.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\Light.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2002-02-26 06:46:38 +08:00
|
|
|
|
SOURCE=..\..\src\osg\LightModel.cpp
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\LightSource.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\LineSegment.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2002-02-25 04:55:45 +08:00
|
|
|
|
SOURCE=..\..\src\osg\LineStipple.cpp
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-12-21 04:48:46 +08:00
|
|
|
|
SOURCE=..\..\src\osg\LineWidth.cpp
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\LOD.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\Material.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\Matrix.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\Node.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-11-12 06:32:59 +08:00
|
|
|
|
SOURCE=..\..\src\osg\NodeCallback.cpp
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\NodeVisitor.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\Notify.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\Object.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\Point.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\PolygonMode.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
|
|
SOURCE=..\..\src\osg\PolygonOffset.cpp
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2002-01-24 06:15:39 +08:00
|
|
|
|
SOURCE=..\..\src\osg\PositionAttitudeTransform.cpp
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\Quat.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2002-01-05 01:35:54 +08:00
|
|
|
|
SOURCE=..\..\src\osg\ShadeModel.cpp
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\State.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-10-09 22:18:47 +08:00
|
|
|
|
SOURCE=..\..\src\osg\StateSet.cpp
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\Stencil.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\Switch.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\TexEnv.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\TexGen.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\TexMat.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\Texture.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2002-03-19 07:10:33 +08:00
|
|
|
|
SOURCE=..\..\src\osg\TextureCubeMap.cpp
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\Timer.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\Transform.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\Transparency.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\src\osg\Version.cpp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
2001-10-10 04:03:51 +08:00
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
|
|
SOURCE=..\..\src\osg\Viewport.cpp
|
|
|
|
|
# End Source File
|
2001-12-19 08:38:23 +08:00
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-12-22 06:48:19 +08:00
|
|
|
|
SOURCE=..\..\src\osg\DisplaySettings.cpp
|
2001-12-19 08:38:23 +08:00
|
|
|
|
# End Source File
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Group
|
|
|
|
|
# Begin Group "Header Files"
|
|
|
|
|
|
|
|
|
|
# PROP Default_Filter ";h;hpp;hxx;hm;inl"
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
|
|
SOURCE=..\..\Include\Osg\AlphaFunc
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2002-02-27 08:58:54 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\AnimationPath
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-01-11 00:32:10 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\Billboard
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
|
|
SOURCE=..\..\Include\Osg\BoundingBox
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
|
|
SOURCE=..\..\Include\Osg\BoundingSphere
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-10-10 04:03:51 +08:00
|
|
|
|
SOURCE=..\..\include\osg\BoundsChecking
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-01-11 00:32:10 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\Camera
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-10-09 22:18:47 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\ClippingVolume
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-10-09 22:18:47 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\ClipPlane
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\ColorMask
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-12-19 08:38:23 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\ColorMatrix
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2002-01-29 20:52:04 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\CopyOp
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2002-01-29 20:52:04 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\CullFace
|
Added support for shallow and deep copy of nodes, drawables and state, via a
copy constructor which takes an optional Cloner object, and the old
osg::Object::clone() has changed so that it now requires a Cloner as paramter.
This is passed on to the copy constructor to help control the shallow vs
deep copying. The old functionality of clone() which was clone of type has
been renamed to cloneType().
Updated all of the OSG to work with these new conventions, implemention all
the required copy constructors etc. A couple of areas will do shallow
copies by design, a couple of other still need to be updated to do either
shallow or deep.
Neither of the shallow or deep copy operations have been tested yet, only
the old functionality of the OSG has been checked so far, such running the
viewer on various demo datasets.
Also fixed a problem in osg::Optimize::RemoveRendundentNodesVisitor which
was not checking that Group didn't have have any attached StateSet's, Callbacks
or UserData. These checks have now been added, which fixes a bug which was
revealled by the new osgscribe demo, this related to removal of group acting
as state decorator.
method
2002-01-29 05:17:01 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\Depth
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\Drawable
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-10-10 04:03:51 +08:00
|
|
|
|
SOURCE=..\..\include\osg\EarthSky
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\Export
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\Fog
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-10-10 04:03:51 +08:00
|
|
|
|
SOURCE=..\..\include\osg\FrameStamp
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\FrontFace
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\Geode
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\GeoSet
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
|
|
SOURCE=..\..\Include\Osg\Gl
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\GLExtensions
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-10-10 04:03:51 +08:00
|
|
|
|
SOURCE=..\..\include\osg\Glu
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-01-11 00:32:10 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\Group
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
|
|
SOURCE=..\..\Include\Osg\Image
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\Impostor
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
|
|
SOURCE=..\..\Include\Osg\ImpostorSprite
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-01-11 00:32:10 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\Light
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2002-02-26 06:46:38 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\LightModel
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-01-11 00:32:10 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\LightSource
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\LineSegment
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2002-02-25 04:55:45 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\LineStipple
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-12-21 04:48:46 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\LineWidth
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-01-11 00:32:10 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\Lod
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
|
|
SOURCE=..\..\Include\Osg\Material
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-10-10 04:03:51 +08:00
|
|
|
|
SOURCE=..\..\include\osg\Math
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-01-11 00:32:10 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\Matrix
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\include\osg\mem_ptr
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\include\osg\MemoryAdapter
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\Node
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-10-10 04:03:51 +08:00
|
|
|
|
SOURCE=..\..\include\osg\NodeCallback
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\NodeVisitor
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\Notify
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\Object
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\Plane
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\Point
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\PolygonMode
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\PolygonOffset
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2002-01-24 06:15:39 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\PositionAttitudeTransform
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\Quat
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\include\osg\ref_ptr
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\Referenced
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2002-01-05 01:35:54 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\ShadeModel
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\State
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\StateAttribute
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-10-09 22:18:47 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\StateSet
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-10-10 04:03:51 +08:00
|
|
|
|
SOURCE=..\..\include\osg\Statistics
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-10-09 22:18:47 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\Stencil
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-01-11 00:32:10 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\Switch
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
|
|
SOURCE=..\..\Include\Osg\TexEnv
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
|
|
SOURCE=..\..\Include\Osg\TexGen
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
|
|
SOURCE=..\..\Include\Osg\TexMat
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
|
|
SOURCE=..\..\Include\Osg\Texture
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2002-03-19 07:10:33 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\TextureCubeMap
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-01-11 00:32:10 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\Timer
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\Transform
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-01-11 00:32:10 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\Transparency
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
|
|
SOURCE=..\..\Include\Osg\Types
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
|
|
SOURCE=..\..\Include\Osg\Vec2
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
|
|
SOURCE=..\..\Include\Osg\Vec3
|
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\Vec4
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-09-20 05:08:56 +08:00
|
|
|
|
SOURCE=..\..\Include\Osg\Version
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Source File
|
2001-10-10 04:03:51 +08:00
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
|
|
SOURCE=..\..\include\osg\Viewport
|
|
|
|
|
# End Source File
|
2001-12-19 08:38:23 +08:00
|
|
|
|
# Begin Source File
|
|
|
|
|
|
2001-12-22 06:48:19 +08:00
|
|
|
|
SOURCE=..\..\include\osg\DisplaySettings
|
2001-12-19 08:38:23 +08:00
|
|
|
|
# End Source File
|
2001-01-11 00:32:10 +08:00
|
|
|
|
# End Group
|
|
|
|
|
# Begin Group "Resource Files"
|
|
|
|
|
|
|
|
|
|
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
|
|
|
|
|
# End Group
|
|
|
|
|
# End Target
|
|
|
|
|
# End Project
|
2001-12-14 23:10:42 +08:00
|
|
|
|
|