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 | portaloffreedom | 0
|
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 | formula123 | 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 | 4EverNoob | 1 ali_lak-Sun 09 of Oct, 2016 |
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 | lenglengcsy | 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 | daarkron | 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 | daarkron | 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 | Klaim | 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 | solesschong | 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 | Gyrth | 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 | drwbns | 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 | drwbns | 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 | visviva | 0
|
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 | James_jams | 0
|
OgreBullet | has problems | Links to "OgreBullet forums" and "latest SDK (available from Tuan's website) here" returns "404 Not Found" Page | Tue 12 of Jun, 2012 20:14 GMT-0000 | Tue 12 of Jun, 2012 20:14 GMT-0000 | tgbyhn2008 | 0
|
Help - Basic Syntax | has problems | In the Simple Box section in the Bug Warning box, escaping the ^ exponent character does not appear to be working within the transclude, either by doubling the character or using 'no parse' markup. | Tue 05 of Jun, 2012 18:28 GMT-0000 | Tue 05 of Jun, 2012 18:29 GMT-0000 | Neutrino Sunset | 0
|
Mipmapping | has problems | The LaTeX formulas aren't working on this page. I'm not sure myself how to fix it so I'm reporting it here. | Mon 21 of May, 2012 13:53 GMT-0000 | Mon 21 of May, 2012 13:53 GMT-0000 | anstow | 0
|
Equal Length Spline | has problems | If the last point in the spline does not fulfill with the wantedDistance restriction, the last segment is not copied to splineDest. Possible solution:
if j splineSrc.getNumPoints() -1) && (length < wantedDistanceSquared
{
splineDest->addPoint(end);
break;
} | Mon 12 of Mar, 2012 15:59 GMT-0000 | Mon 12 of Mar, 2012 15:59 GMT-0000 | xme | 0
|
OIS | needs updating | AFAIK OIS switched to SVN years ago... | Mon 12 of Dec, 2011 13:58 GMT-0000 | Mon 12 of Dec, 2011 13:58 GMT-0000 | Klaim | 0
|
Creating a simple first-person camera system | needs work | Code has variables that have not been declared (like this->mRotY).
Also uses the old Ogre keyboard input system (like "inputManager->isKeyDown(Ogre::KC_PGDOWN)")
Must convert this to OIS-version. | Wed 30 of Jun, 2010 08:25 GMT-0000 | Mon 26 of Sep, 2011 08:44 GMT-0000 | Flateno | 1 drwbns-Mon 17 of Dec, 2012 |
QuickGUI | is inaccurate | License states "LGPL". At least some source code files would contradict this, as would other places on the ogre Wiki. Not wanting to change it myself due to being new to the code and it being a legal matter. | Wed 24 of Aug, 2011 17:05 GMT-0000 | Wed 24 of Aug, 2011 17:05 GMT-0000 | Cameron | 0
|
User:Nfz | is obsolete | Based on this guy's description and the time since the last update it might be safe to assume that Nfz is now Resting in Peace. | Wed 04 of May, 2011 07:42 GMT-0000 | Wed 04 of May, 2011 07:42 GMT-0000 | jubei | 0
|
Setting Up An Application - Autotools - Linux | needs updating | In Prerequisite, the correct spelling of the package is build-essential. but according to my research that package is only needed to create debian packages. the autotools packages must be installed individualy it seems. | Thu 21 of Apr, 2011 12:44 GMT-0000 | Thu 21 of Apr, 2011 12:44 GMT-0000 | montaropdf | 0
|
Building Dependencies | is inaccurate | I'm not shure, but maybe the directory name "ogrenew" was changed to "ogre". If true, then update the related text of this page.
(use Strg+F in your browser to find the position inside this page) | Sat 12 of Feb, 2011 18:42 GMT-0000 | Sat 12 of Feb, 2011 18:42 GMT-0000 | Beauty | 0
|
Prerequisites | needs updating | Dependencies : it don't explain the case where dependencies are built from CMake... | Sun 30 of Jan, 2011 18:45 GMT-0000 | Sun 30 of Jan, 2011 18:45 GMT-0000 | Klaim | 1 jacmoe-Tue 13 of Sep, 2011 |
OgreNewt | has problems | Jacmoe, please compare the section "Newton SDK in a Nutshell" with the page of the old wiki. Is seems so that some information was removed by converting the content. | Sun 19 of Dec, 2010 22:47 GMT-0000 | Sun 19 of Dec, 2010 22:47 GMT-0000 | Beauty | 0
|