opensurgsim
Namespaces | Functions
OsgTextureCubeMapTests.cpp File Reference

Tests for the OsgTextureCubeMap class. More...

#include "SurgSim/Framework/ApplicationData.h"
#include "SurgSim/Graphics/OsgTextureCubeMap.h"
#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>
#include <gtest/gtest.h>
#include <sstream>

Namespaces

 SurgSim
 Wraps glewInit() to separate the glew opengl definitions from the osg opengl definitions only imgui needs glew but we need to call glewInit() from a osg callback, using this call we avoid getting warnings about redefinitions.
 

Functions

 SurgSim::Graphics::TEST (OsgTextureCubeMapTests, InitTest)
 
 SurgSim::Graphics::TEST (OsgTextureCubeMapTests, SetSizeTest)
 
 SurgSim::Graphics::TEST (OsgTextureCubeMapTests, LoadAndClearImageTest)
 
 SurgSim::Graphics::TEST (OsgTextureCubeMapTests, LoadImageFacesTest)
 

Detailed Description

Tests for the OsgTextureCubeMap class.