├── OSGEnvironment ├── .vs │ └── OSGTest │ │ └── v14 │ │ └── .suo ├── OSGTest.sln ├── OSGTest.v12.suo └── OSGTest │ ├── ClassDiagram.cd │ ├── Geom.cpp │ ├── Geom.h │ ├── Model │ └── 31_6.obj │ ├── ModelAttributeFunctor.cpp │ ├── ModelAttributeFunctor.h │ ├── OBBbox.cpp │ ├── OBBbox.h │ ├── OSGTest.cpp │ ├── OSGTest.vcxproj │ ├── OSGTest.vcxproj.filters │ ├── OSGTest.vcxproj.user │ ├── PositionVisitor.cpp │ ├── PositionVisitor.h │ ├── ReadMe.txt │ ├── TriangleIndex.cpp │ ├── TriangleIndex.h │ ├── Trianngle.cpp │ ├── Trianngle.h │ ├── Utility.cpp │ ├── Utility.h │ ├── Vertex.cpp │ ├── Vertex.h │ ├── cube.osg │ ├── stdafx.cpp │ ├── stdafx.h │ └── targetver.h ├── README.md └── ScreenShoot └── Snipaste_2019-08-11_22-04-23.png /OSGEnvironment/.vs/OSGTest/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeteorCh/OSG-OBB-and-AABB-BOX/HEAD/OSGEnvironment/.vs/OSGTest/v14/.suo -------------------------------------------------------------------------------- /OSGEnvironment/OSGTest.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeteorCh/OSG-OBB-and-AABB-BOX/HEAD/OSGEnvironment/OSGTest.sln -------------------------------------------------------------------------------- /OSGEnvironment/OSGTest.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeteorCh/OSG-OBB-and-AABB-BOX/HEAD/OSGEnvironment/OSGTest.v12.suo -------------------------------------------------------------------------------- /OSGEnvironment/OSGTest/ClassDiagram.cd: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /OSGEnvironment/OSGTest/Geom.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeteorCh/OSG-OBB-and-AABB-BOX/HEAD/OSGEnvironment/OSGTest/Geom.cpp -------------------------------------------------------------------------------- /OSGEnvironment/OSGTest/Geom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeteorCh/OSG-OBB-and-AABB-BOX/HEAD/OSGEnvironment/OSGTest/Geom.h -------------------------------------------------------------------------------- /OSGEnvironment/OSGTest/Model/31_6.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeteorCh/OSG-OBB-and-AABB-BOX/HEAD/OSGEnvironment/OSGTest/Model/31_6.obj -------------------------------------------------------------------------------- /OSGEnvironment/OSGTest/ModelAttributeFunctor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeteorCh/OSG-OBB-and-AABB-BOX/HEAD/OSGEnvironment/OSGTest/ModelAttributeFunctor.cpp -------------------------------------------------------------------------------- /OSGEnvironment/OSGTest/ModelAttributeFunctor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeteorCh/OSG-OBB-and-AABB-BOX/HEAD/OSGEnvironment/OSGTest/ModelAttributeFunctor.h -------------------------------------------------------------------------------- /OSGEnvironment/OSGTest/OBBbox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeteorCh/OSG-OBB-and-AABB-BOX/HEAD/OSGEnvironment/OSGTest/OBBbox.cpp -------------------------------------------------------------------------------- /OSGEnvironment/OSGTest/OBBbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeteorCh/OSG-OBB-and-AABB-BOX/HEAD/OSGEnvironment/OSGTest/OBBbox.h -------------------------------------------------------------------------------- /OSGEnvironment/OSGTest/OSGTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeteorCh/OSG-OBB-and-AABB-BOX/HEAD/OSGEnvironment/OSGTest/OSGTest.cpp -------------------------------------------------------------------------------- /OSGEnvironment/OSGTest/OSGTest.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeteorCh/OSG-OBB-and-AABB-BOX/HEAD/OSGEnvironment/OSGTest/OSGTest.vcxproj -------------------------------------------------------------------------------- /OSGEnvironment/OSGTest/OSGTest.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeteorCh/OSG-OBB-and-AABB-BOX/HEAD/OSGEnvironment/OSGTest/OSGTest.vcxproj.filters -------------------------------------------------------------------------------- /OSGEnvironment/OSGTest/OSGTest.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeteorCh/OSG-OBB-and-AABB-BOX/HEAD/OSGEnvironment/OSGTest/OSGTest.vcxproj.user -------------------------------------------------------------------------------- /OSGEnvironment/OSGTest/PositionVisitor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeteorCh/OSG-OBB-and-AABB-BOX/HEAD/OSGEnvironment/OSGTest/PositionVisitor.cpp -------------------------------------------------------------------------------- /OSGEnvironment/OSGTest/PositionVisitor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeteorCh/OSG-OBB-and-AABB-BOX/HEAD/OSGEnvironment/OSGTest/PositionVisitor.h -------------------------------------------------------------------------------- /OSGEnvironment/OSGTest/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeteorCh/OSG-OBB-and-AABB-BOX/HEAD/OSGEnvironment/OSGTest/ReadMe.txt -------------------------------------------------------------------------------- /OSGEnvironment/OSGTest/TriangleIndex.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeteorCh/OSG-OBB-and-AABB-BOX/HEAD/OSGEnvironment/OSGTest/TriangleIndex.cpp -------------------------------------------------------------------------------- /OSGEnvironment/OSGTest/TriangleIndex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeteorCh/OSG-OBB-and-AABB-BOX/HEAD/OSGEnvironment/OSGTest/TriangleIndex.h -------------------------------------------------------------------------------- /OSGEnvironment/OSGTest/Trianngle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeteorCh/OSG-OBB-and-AABB-BOX/HEAD/OSGEnvironment/OSGTest/Trianngle.cpp -------------------------------------------------------------------------------- /OSGEnvironment/OSGTest/Trianngle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeteorCh/OSG-OBB-and-AABB-BOX/HEAD/OSGEnvironment/OSGTest/Trianngle.h -------------------------------------------------------------------------------- /OSGEnvironment/OSGTest/Utility.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeteorCh/OSG-OBB-and-AABB-BOX/HEAD/OSGEnvironment/OSGTest/Utility.cpp -------------------------------------------------------------------------------- /OSGEnvironment/OSGTest/Utility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeteorCh/OSG-OBB-and-AABB-BOX/HEAD/OSGEnvironment/OSGTest/Utility.h -------------------------------------------------------------------------------- /OSGEnvironment/OSGTest/Vertex.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeteorCh/OSG-OBB-and-AABB-BOX/HEAD/OSGEnvironment/OSGTest/Vertex.cpp -------------------------------------------------------------------------------- /OSGEnvironment/OSGTest/Vertex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeteorCh/OSG-OBB-and-AABB-BOX/HEAD/OSGEnvironment/OSGTest/Vertex.h -------------------------------------------------------------------------------- /OSGEnvironment/OSGTest/cube.osg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeteorCh/OSG-OBB-and-AABB-BOX/HEAD/OSGEnvironment/OSGTest/cube.osg -------------------------------------------------------------------------------- /OSGEnvironment/OSGTest/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeteorCh/OSG-OBB-and-AABB-BOX/HEAD/OSGEnvironment/OSGTest/stdafx.cpp -------------------------------------------------------------------------------- /OSGEnvironment/OSGTest/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeteorCh/OSG-OBB-and-AABB-BOX/HEAD/OSGEnvironment/OSGTest/stdafx.h -------------------------------------------------------------------------------- /OSGEnvironment/OSGTest/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeteorCh/OSG-OBB-and-AABB-BOX/HEAD/OSGEnvironment/OSGTest/targetver.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeteorCh/OSG-OBB-and-AABB-BOX/HEAD/README.md -------------------------------------------------------------------------------- /ScreenShoot/Snipaste_2019-08-11_22-04-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeteorCh/OSG-OBB-and-AABB-BOX/HEAD/ScreenShoot/Snipaste_2019-08-11_22-04-23.png --------------------------------------------------------------------------------