mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 06:34:36 +00:00
update assimp to 6.0.5
This commit is contained in:
parent
2d2eb57e2e
commit
f5cf21cfeb
941 changed files with 22718 additions and 12240 deletions
|
|
@ -3,9 +3,7 @@
|
|||
Open Asset Import Library (assimp)
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Copyright (c) 2006-2024, assimp team
|
||||
|
||||
|
||||
Copyright (c) 2006-2026, assimp team
|
||||
|
||||
All rights reserved.
|
||||
|
||||
|
|
@ -50,18 +48,7 @@ using namespace ::Assimp::Profiling;
|
|||
|
||||
class utProfiler : public ::testing::Test {
|
||||
public:
|
||||
LogStream *m_stream;
|
||||
|
||||
/*virtual void SetUp() {
|
||||
m_stream = new UTLogStream;
|
||||
DefaultLogger::create();
|
||||
DefaultLogger::get()->attachStream( m_stream );
|
||||
}
|
||||
|
||||
virtual void TearDown() {
|
||||
DefaultLogger::get()->detatchStream( m_stream );
|
||||
m_stream = nullptr;
|
||||
}*/
|
||||
LogStream *mStream = nullptr;
|
||||
};
|
||||
|
||||
TEST_F( utProfiler, addRegion_success ) {
|
||||
|
|
@ -70,8 +57,7 @@ TEST_F( utProfiler, addRegion_success ) {
|
|||
for ( int i=0; i<10; i++ ) {
|
||||
volatile int j=0;
|
||||
j++;
|
||||
(void)j; /* avoid gcc-16 warnings about unused variable */
|
||||
}
|
||||
myProfiler.EndRegion( "t1" );
|
||||
//UTLogStream *stream( (UTLogStream*) m_stream );
|
||||
//EXPECT_FALSE( stream->m_messages.empty() );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue