Added support for Matrixd and Matrixf implementations, with the default

Matrix typedef's to either Matrixd or Matrixf.
This commit is contained in:
Robert Osfield
2003-09-05 20:48:42 +00:00
parent 604e478f52
commit 5b93250eb0
36 changed files with 1231 additions and 690 deletions

View File

@@ -273,7 +273,15 @@ SOURCE=..\..\src\osg\Material.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\osg\Matrix.cpp
SOURCE=..\..\src\osg\Matrixf.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\osg\Matrixd.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\osg\Matrix_implementation.cpp
# End Source File
# Begin Source File
@@ -665,6 +673,14 @@ SOURCE=..\..\Include\Osg\Matrix
# End Source File
# Begin Source File
SOURCE=..\..\Include\Osg\Matrixf
# End Source File
# Begin Source File
SOURCE=..\..\Include\Osg\Matrixd
# End Source File
# Begin Source File
SOURCE=..\..\Include\Osg\MatrixTransform
# End Source File
# Begin Source File