Removed
Removed
-
- OGRE Expert User
- Posts: 1148
- Joined: Sat Jul 06, 2013 10:59 pm
- Location: Chile
- x 169
Re: Need some help with understanding Ogre3D structures and finding tutorials.
Yay! welcome!
You can create mesh manualy like this:timl132 wrote: ↑Wed Mar 28, 2018 2:18 pm 1. Am I right a mesh must be created by
CODE: SELECT ALL
MeshManager::getSingleton().createMesh()// or createPlane
or something else with Create?
And there thus is no way of managing my meshes and objects my self?
2. IS it possible to manage meshes and objects myself?
Code: Select all
Ogre::MeshPtr newMesh = Ogre::MeshManager::getSingleton().createManual(mNameMeshFinal, Ogre::ResourceGroupManager::DEFAULT_RESOURCE_GROUP_NAME);
you can manage all stuffs by yourself if you want, but the question is a bit broad, can you specify exactly what you mean?
yes! even in real time, in the cpu and then submiting to gpu, or directly on the gpu using shaders (way faster)
or by pointer4. Do I select them by name?
5. I have no experience with those components, sorry
-
- Orc Shaman
- Posts: 737
- Joined: Fri May 31, 2013 2:28 am
- x 65
Re: Need some help with understanding Ogre3D structures and finding tutorials.
for tutorials and general ogre usage look at the ogre3d.org page under the support tab, you can also check ogre's github repo https://github.com/OGRECave/ogre
ogre-wiki has plenty of snipplets/tutorials http://wiki.ogre3d.org/Snippets
and this is what you need http://wiki.ogre3d.org/Generating+A+Mesh
ogre playpen/tests contain lot of small examples...IIRC one of them show you how to manipulate mesh data
beside those there are tons of foss ogre projects and plugins you can learn from( e.g ogitor skyx ogre-assimp etc )
most of the problems( at least at ogre-beginner level ) have already been tackled in the forum, don't be shy to use the search bar before you summon help( use your mana wisely
)
ogre-wiki has plenty of snipplets/tutorials http://wiki.ogre3d.org/Snippets
and this is what you need http://wiki.ogre3d.org/Generating+A+Mesh
ogre playpen/tests contain lot of small examples...IIRC one of them show you how to manipulate mesh data
beside those there are tons of foss ogre projects and plugins you can learn from( e.g ogitor skyx ogre-assimp etc )
ogre developers are busy people...Anyone?
most of the problems( at least at ogre-beginner level ) have already been tackled in the forum, don't be shy to use the search bar before you summon help( use your mana wisely

the woods are lovely dark and deep
but i have promises to keep
and miles to code before i sleep
and miles to code before i sleep..
coolest videos link( two minutes paper )...
https://www.youtube.com/user/keeroyz/videos
but i have promises to keep
and miles to code before i sleep
and miles to code before i sleep..
coolest videos link( two minutes paper )...
https://www.youtube.com/user/keeroyz/videos