|
|||||||
![]() |
|
|
Thread Tools |
|
|||
|
I found this here:
Quote:
What exactly is snailrose doing? I ask this, because I plan to do a bit a similar thing (just search all post from me on the OGE Forums and that would make no sense if two are doing the same twice. Greetings, Mohij
............................................
Even a fool is thought wise if he keeps silent, and discerning if he holds his tongue. Proverbs 17,28 |
|||
|
#1
|
|||
|
|
|
||||
|
Yes !!! This is great idea: Ogre3D inside Blender !!! Good luck
|
||||
|
#2
|
|
|||
|
Charlie is making the GE system pluginable with OGRE as the first plugin, also he and Erwin will add parts of the Blender GE to OGRE so it will be a complete system.
There is a project similar to OGE - YAKE which uses OGRE as its graphic engine but adds the rest for a complete engine. The YAKE project has a Blender exporter already, LetterRip Last edited by LetterRip; 14-May-06 at 08:35. |
|||
|
#3
|
|
||||
|
that's wonderful news, it would be nice to see an official thread about the development
............................................
Riccardo Covino |
||||
|
#4
|
|
|||
|
About whose project snailroses or ours?
............................................
Even a fool is thought wise if he keeps silent, and discerning if he holds his tongue. Proverbs 17,28 |
|||
|
#5
|
|
||||
|
We are currently migrating/replacing/improving parts of the Blender Game Engine.
The primary Physics engine will be Bullet, and the primary graphics engine will be Ogre3d. The logic system and Python will initially mostly be compatible with the current system. Apart from that, there is the plugin interface, that allows external game engines. Charlie/snailrose is focussing on the Graphics and plugin, and I'm focussing on the physics. I don't know about your project, but we should probably get in touch to see if there is enough overlap between the projects. Also, perhaps best to post such questions on the Game Engine forum: http://blenderartists.org/forum/forumdisplay.php?f=12 Thanks, Erwin |
||||
|
#6
|
|
|||
|
Quote:
Because when you want to create games professionally you would never use a game maker that tries to do everything at once (alias "create fps game", "create strategy game" or "create rpg game" button), you would either use an engine and the tools that are exactly made for the purpose that you want to achieve (for example the quake3 engine, GTK-Radiant and a modelling package when you want to create an indoor shooter) or you take a generic engine and generic tools and adapt them to your purpose. And till now Blender has been a great (generic) modelling package, but is not that good in some other categories, for example in level editing. That is what I want to change. I hope I didn't take you by surprise with this answer. Quote:
Greetings, Mohij
............................................
Even a fool is thought wise if he keeps silent, and discerning if he holds his tongue. Proverbs 17,28 Last edited by Mohij; 17-May-06 at 09:57. |
|||
|
#7
|
|
|||
|
wow, ogre (and also crystal space) in blender sounds incredibly cool!
i am very interested in machinima movie making and i think this would make blender _the_ tool for machinima. when will we see a first version?
|
|||
|
#8
|
|
|||
|
would it be easy to expose the (py)ogre api for blender game programming, or at least parts of it by proxying or something? i don't see fully yet all of what that means tho.
~Toni |
|||
|
#9
|
|
||||
|
those 3d engine generated movies made a big hit at the ottawa animation festival two years ago. however the movies shows where quite weak because they were too much a tech demo.
however i agree that blender will be great for it, it offeres the animation tools for it. the price tag will be also a selling point!
............................................
C l a a s E i c k e K u h n e n Assistant Professor Industrial Design Kendall College of Art and Design |
||||
|
#10
|
|
||||
|
I would love to have these implementations, can we expect this by the next release?
............................................
\"quiet Professionals\"= \"walk softly but carries a big stick\" http://img27.imageshack.us/img27/677...bbd1d0c42b.png |
||||
|
#11
|
|
|||
|
Quote:
............................................
Even a fool is thought wise if he keeps silent, and discerning if he holds his tongue. Proverbs 17,28 |
|||
|
#12
|
|
||||
|
I'm fine with that. You ever need a tester I am ready.
windows xp home edition 256mb ddr ram fx5200 128mb p4 2.4 gig For now can someone tell me what I need to download to use the ogre engine sdk files or windows source.
............................................
\"quiet Professionals\"= \"walk softly but carries a big stick\" http://img27.imageshack.us/img27/677...bbd1d0c42b.png |
||||
|
#13
|
|
||||
|
whatever happened to crystalspace? Ogre is only a rendering engine and is not suitable for using in the game engine- you still physics, sound, entity management, ... crystalspace offers all of this.
|
||||
|
#14
|
|
|||
|
I think Ogre is going to be used for graphics.
............................................
Alien Character WIP http://blenderartists.org/forum/showthread.php?t=75543 |
|||
|
#15
|
|
||||
|
I'll also be a tester. I've always been hoping that the blender GE gets a lot better. I've seen ogre, and it looks amazing! I also like the fact that it's sort of a drag and drop GE, versus a C++ one.
Computer stats: 1 GB ram Windows XP/Fedora 5 Dual boot NVidia AMD Athlon XP
............................................
Too bad life doesn't come with a CTRL+Z |
||||
|
#16
|
|
|||
|
Quote:
moHiJ
............................................
Even a fool is thought wise if he keeps silent, and discerning if he holds his tongue. Proverbs 17,28 |
|||
|
#17
|
|
|||
|
Hi, Snailrose and Erwin.
I have currently started to work on plugin that provides access to game data in Blender from Python scripts - that means physical properties of objects, sensors, controllers, actuators, that aren't accessible from Python API at this moment. It's intended to provide base for exporting game data to our game engine. Do you have already finished the similar part of your work? Is implementation of this functionality available for download? Or can I help somehow with design and coding? I don't want to do duplicated work but I need to get this plugin working really soon. |
|||
|
#18
|
|
|||
|
Hello
Great news Count me in to help making a Demo/Game for the release Bye and thank you for your work |
|||
|
#19
|
|
||||
|
Cool, Ogre is a nice rendering engine!
I am liking the Bullet physics in the existing blender and the beta builds too. What i am wondering is why use Ogre over Crystal space? I have the newest Crystal space walkktest binary beta, and CEL and the blend2CS blender plug-in. I make my stuff in blender and hit the export button, and I have a full blown walk test.... with a little python scripting I can have a simplistic game in a few minnuets. But alas, there is no logic block export This is why I am looking forward to this project..What i am reading is that it will be plug-in based . Will this mean that other game engines can make a plug-in for blender game engine, like Crystal space, and Irrlicht? another concern is how recently the GLSL was introduced to the blender game engine. It dosent allow non programmers to use the parallax shader without scripting. Not only dose this alienate the non programming artist, it is also slow as hell to manually type in a script. (especially when blender had all the stuff for the GUI already made in the material system) Please make the new game engine simple to use like the Crystal space plug-in... if the CS plug-in sees that an object has a material with the NOR button pressed it assigns it as a simple bump shader... if it sees both NOR and DISP pressed it makes it into a parallax shader. If the Normal map has a Alpha chanel in the texture, the cs exporter will use the alpha channel as a specular map. well to make a long story short, please take a look at how simplistic the CS exporter is making some very common tasks, like materials, shaders, terrains, lights, Etc... It really is nice as an artist to concentrate on how my art work looks. Complex game engines that require me to script, and other manual operations really slows me down, and sometimes Excludes me because it is way more technical than it has to be.( I only learn redundant things when there is money involved , otherwise I just wait for the better mousetrap to be invented) One of the biggest things that attracted me to the blender game engine was the use of logic blocks... it made things very simple and easy to understand. It seems like more and more that the logic blocks are getting left out of the loop. Simple things like mouse movement, to make the joystick logic blocks work correctly, and the use of armatures require programming/scripting knowledge. Just for the record, I don't use game engines for games... I use them for Architect visualizations, I also have a lawyer friend I help sometimes to with real time presentations. (we are offering a reward for anyone who can implement a rag doll template into a physics engine for us) Simple things would be nice to be able to use like joystick controls, and mouse movements with logic blocks. Sorry for the Novel ![]() Have a nice day everyone
Last edited by p00f; 08-Jun-06 at 19:36. |
||||
|
#20
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Blender Desktop - 07/27/05 | Prince | News & Discussion | 10 | 08-Jul-06 07:03 |
| What does blender mean to you? | reD_Fox | News & Discussion | 6 | 17-Jun-06 22:22 |
| Virtual Blender Community CG Studio | JA-forreal | News & Discussion | 19 | 02-May-06 14:27 |
| Blender Courses and Certification Program | RCAS | News & Discussion | 48 | 12-Oct-04 20:24 |
| What apps. comprise your 3D work chain? | rwv01 | News & Discussion | 14 | 30-Sep-02 16:04 |