Squamster | needs work | Add description
Add links to this page (wiki internal)
Add screenshot
| Mon 28 of Dec, 2009 09:02 GMT-0000 | Mon 28 of Dec, 2009 09:02 GMT-0000 | jacmoe | 0
|
OGRE DCC Tools | needs updating | Add the page Glue Editor - a screenshot is in its forum thread | Tue 17 of Aug, 2010 16:07 GMT-0000 | Tue 17 of Aug, 2010 16:07 GMT-0000 | Beauty | 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
|
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
|
VRML Converter | needs work | check if alternative project links are available
look for direct SVN link instead of this
maybe try to contact the author by Ogre forum | Thu 13 of May, 2010 12:28 GMT-0000 | Thu 13 of May, 2010 12:28 GMT-0000 | jacmoe | 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 |
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
|
Mogre Basic Tutorial VB 5 | needs work | Convert awful inline html coloured code | Thu 31 of Dec, 2009 04:08 GMT-0000 | Thu 31 of Dec, 2009 04:08 GMT-0000 | jacmoe | 0
|
Mogre Basic Tutorial VB 6 | needs work | Convert awful inline html coloured code | Thu 31 of Dec, 2009 04:09 GMT-0000 | Thu 31 of Dec, 2009 04:09 GMT-0000 | jacmoe | 0
|
Mogre Basic Tutorial VB 4 | needs work | Convert awful inline html coloured code | Thu 31 of Dec, 2009 04:08 GMT-0000 | Thu 31 of Dec, 2009 04:08 GMT-0000 | jacmoe | 0
|
MOgre VB.NET Intermediate Tutorial 2 | needs work | Convert html code to *real* code. | Thu 31 of Dec, 2009 09:36 GMT-0000 | Thu 31 of Dec, 2009 09:36 GMT-0000 | jacmoe | 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 |
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 |
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
|
Visual Studio Debugging Settings | needs work | Elaborate on this - put new pictures in - write some notes about Visual Studio 2010, etc. | Thu 29 of Apr, 2010 20:22 GMT-0000 | Thu 29 of Apr, 2010 20:22 GMT-0000 | jacmoe | 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
|
Assembling a production pipeline | needs updating | Here are projects, which could be added to the overview.
1)
Glue Engine/Editor
http://code.google.com/p/glueengine
http://www.ogre3d.org/forums/viewtopic.php?f=11&t=54208
2)
3D Level Editor
http://www.getic.net/index.php?dir=web/Getic&file=Download.php
3)
Alimer Engine
... | Mon 19 of Jul, 2010 12:05 GMT-0000 | Mon 19 of Jul, 2010 12:21 GMT-0000 | Beauty | 2 Beauty-Mon 19 of Jul, 2010 |
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
|
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
|
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
|
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 - 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
|
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
|
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
|
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
|