Wiki Tracker

The Ogre Wikipage bug tracker

Items 63

WikiPage Issue Type Description Created Last modified Comments
RetrieveVertexData has problems hello According to this paper, I met this problem "no suitable conversion function from "const Ogre::MeshPtr" to "Ogre::Mesh*" exists" when I called the function "getMeshInformation()". Tue 16 of Oct, 2012 02:01 GMT-0000 Tue 16 of Oct, 2012 02:01 GMT-0000 0
QtOgre has problems Ogre::Viewport *mViewport = mOgreWindow->addViewport( mCamera ); Is wrong, because mViewport is already initialized in ogrewidget.h! Should be: mViewport = mOgreWindow->addViewport( mCamera ); Sat 08 of Dec, 2012 17:40 GMT-0000 Sat 08 of Dec, 2012 17:40 GMT-0000 0
Manual Resource Loading needs updating Overlay loading needs updating for 1.9 usage Mon 17 of Dec, 2012 17:01 GMT-0000 Mon 17 of Dec, 2012 17:01 GMT-0000 0
TOC Cookbook has problems Duplicate entries for first person camera near the bottom of the TOC, already in Animation and movement Tue 18 of Dec, 2012 13:35 GMT-0000 Tue 18 of Dec, 2012 13:35 GMT-0000 0
Setting Up An Application - CodeBlocks - Linux needs updating The directory is different on Linux Mint 13. This needs to be in the CMakeLists.txt if(UNIX) if(EXISTS "/usr/share/OGRE/cmake") set(CMAKE_MODULE_PATH "/usr/share/OGRE/cmake/modules/;${CMAKE_MODULE_PATH}") set(OGRE_SAMPLES_INCLUDEPATH "/usr/share/OGRE-1.7.4/Samples/Common/inc Wed 02 of Jan, 2013 00:19 GMT-0000 Wed 02 of Jan, 2013 00:19 GMT-0000 0
ManuallyControllingBones has problems in "anim->destroyTrack(manuallyControlledBone->getHandle());" destroyTrack() is obsolete and the "note" on that is currently a 404. Thu 07 of Feb, 2013 02:36 GMT-0000 Thu 07 of Feb, 2013 02:36 GMT-0000 0
Subversion settings is obsolete Ogre don't use SVN anymore. Sat 07 of Sep, 2013 14:00 GMT-0000 Sat 07 of Sep, 2013 14:00 GMT-0000 0
Skeleton Debugger needs updating Code improvement : I fixed the bones orientation by adding an extra parameter when calling attachObjectToBone for child bone. see : http://www.ogre3d.org/forums/viewtopic.php?f=11&t=71152#p497625 Someone can test and update the wiki ? Fri 01 of Nov, 2013 14:11 GMT-0000 Fri 01 of Nov, 2013 14:11 GMT-0000 0
RenderWindowParameters is inaccurate In the properties table : FSAA 0,2,4,6,... It's not rather pow of 2 : FSAA 0,2,4,8,... Mon 18 of Nov, 2013 13:24 GMT-0000 Mon 18 of Nov, 2013 13:24 GMT-0000 0
Holographe Shader has problems how to create TGA file? Mon 18 of Aug, 2014 07:51 GMT-0000 Mon 18 of Aug, 2014 07:51 GMT-0000 0
Mogre Wiki Tutorial Framework has problems Download links aren't working Sun 19 of Oct, 2014 16:52 GMT-0000 Sun 19 of Oct, 2014 16:52 GMT-0000 1
ali_lak-Sun 09 of Oct, 2016
Euler Angle Class has problems The basic APIs like getYaw(), getPitch(), getRoll() could not been found in Euler class,but use yaw(),pitch(),roll() instead. Tue 16 of Dec, 2014 08:02 GMT-0000 Tue 16 of Dec, 2014 08:02 GMT-0000 0
Using SDL Input has problems SDL_GL_SwapBuffers() is working only with SDL1, with SDL2 it got substitued by SDL_GL_SwapWindow(sdl_window); see https://wiki.libsdl.org/MigrationGuide for details (search for SDL_GL_SwapWindow in the page) Sun 12 of Jul, 2015 01:26 GMT-0000 Sun 12 of Jul, 2015 01:26 GMT-0000 0