Crystal Space
Welcome,
Guest
. Please
login
or
register
.
May 23, 2013, 12:56:58 pm
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
9224
Posts in
2230
Topics by
5385
Members
Latest Member:
Ritatondreau
Crystal Space
Crystal Space Development
Game Content Creation
Questions on Models w/ Bones
« previous
next »
Pages:
[
1
]
2
Author
Topic: Questions on Models w/ Bones (Read 10693 times)
FlyingIsFun1217
Newbie
Posts: 6
Questions on Models w/ Bones
«
on:
March 04, 2008, 01:14:00 am »
Hey!
A team of mine is planning on using the engine to create a shooter game (haven't heard that one before, have you?).
What would be the recommended format for models that have bones? My impression is that the cal3d format would be best, but I'm not an art person, I'm a programmer.
Thanks for the help!
FlyingIsFun1217
Logged
bookeater2
Newbie
Posts: 45
Re: Questions on Models w/ Bones
«
Reply #1 on:
March 04, 2008, 05:35:57 pm »
cal3d is possible, but if you use it I would be prepared for a lot of debugging with the plugin.
There is also the genmesh animation format, and they are working on a new advanced animation plugin.
Logged
FlyingIsFun1217
Newbie
Posts: 6
Re: Questions on Models w/ Bones
«
Reply #2 on:
March 05, 2008, 03:35:38 pm »
So would it be recommended to just use frame-based animations instead of animating real-time with bones? I figure it will be easier (for the developers, me included), but would it allow for quality as good as skeletal animation?
Thanks again, I really appreciate it!
FlyingIsFun1217
Logged
bookeater2
Newbie
Posts: 45
Re: Questions on Models w/ Bones
«
Reply #3 on:
March 05, 2008, 05:06:44 pm »
Bones is the way to go, the ones I mentioned are bone based.
Logged
FlyingIsFun1217
Newbie
Posts: 6
Re: Questions on Models w/ Bones
«
Reply #4 on:
March 05, 2008, 07:43:04 pm »
But you seemed to imply that the systems to load those formats were in their infancies.
Right now, which format is best supported by the engine, I gues is what I'm going after here...
Thanks again!
FlyingIsFun1217
Logged
bookeater2
Newbie
Posts: 45
Re: Questions on Models w/ Bones
«
Reply #5 on:
March 05, 2008, 07:58:52 pm »
Quote
Right now, which format is best supported by the engine, I gues is what I'm going after here...
maybe jorrit or another developer can answer that.
For me, I care a lot about animation, so I developed the CAL3d plugin into my ultimate animation solution, though it still has problems, and it works specifically with the model and material system.
So it also depends on what 3d app you want and how it works, and what shaders you might want...
Logged
FlyingIsFun1217
Newbie
Posts: 6
Re: Questions on Models w/ Bones
«
Reply #6 on:
March 07, 2008, 02:04:10 am »
Well, our needs are pretty simple. We'll be sticking to the lowest specs possible to target the largest market (I'll be honest, I've never actually worked with shaders before, and don't plan to use them for anything except stuff like bumpmapping).
Preferably, I would have a full pipeline through Blender and the Blender2Crystal plugin.
Thanks again for your time!
FlyingIsFun1217
Logged
bookeater2
Newbie
Posts: 45
Re: Questions on Models w/ Bones
«
Reply #7 on:
March 07, 2008, 03:44:17 pm »
basically you should plan for the new animation system they have mentioned they are working on for crystal space, which will be available in blender2crystal
Logged
FlyingIsFun1217
Newbie
Posts: 6
Re: Questions on Models w/ Bones
«
Reply #8 on:
March 09, 2008, 01:31:31 pm »
Quote from: bookeater2 on March 07, 2008, 03:44:17 pm
basically you should plan for the new animation system they have mentioned they are working on for crystal space, which will be available in blender2crystal
Is there a projected timeline?
Thanks again for the help!
FlyingIsFun1217
Logged
Lonewolf
Newbie
Posts: 10
Re: Questions on Models w/ Bones
«
Reply #9 on:
March 10, 2008, 12:31:19 am »
I am interested in this too, I'd also like to know the timeline on this as well, as I am working on a project using CS. There is almost no information that I can gleam from the website at all about this new animation system or how it will be implemented. We can contribute if we knew where to start looking and what is already done.
Logged
bookeater2
Newbie
Posts: 45
Re: Questions on Models w/ Bones
«
Reply #10 on:
March 10, 2008, 09:52:25 pm »
Same with most features they are working on I think, but they do mention some things in their mailinglist archive.
http://sourceforge.net/mailarchive/forum.php?thread_name=17ed71ca0803051651x3694e7d1p6d7e051ca3c4126%40mail.gmail.com&forum_name=crystal-develop
Logged
Vincent
Full Member
Posts: 191
Re: Questions on Models w/ Bones
«
Reply #11 on:
March 16, 2008, 01:41:44 pm »
The current animation systems are:
gmeshanim: used to animate genmeshes,
supported by blender2crystal
sprcal3d: uses Cal3D library, needs a specifc exporter (not directly supported by blender2crystal)
Then there are experimental systems, in specific SVN branches:
newanim: developped for
Apricot
, has
a wiki page
skeleton: the one discussed in previously linked mailing list post.
Unless you want to be a tester, don't use experimental branches.
Logged
FlyingIsFun1217
Newbie
Posts: 6
Re: Questions on Models w/ Bones
«
Reply #12 on:
March 17, 2008, 12:25:44 pm »
Ah, thats just what I was looking for!
I think for now, I'll stick with the genmesh animations, and think about the newanim plugin later.
Thanks for the help, I really appreciate it!
FlyingIsFun1217
Logged
shangobah@users.sourceforge.net
Newbie
Posts: 5
Re: Questions on Models w/ Bones
«
Reply #13 on:
September 03, 2008, 02:26:17 am »
Quote from: FlyingIsFun1217 on March 05, 2008, 03:35:38 pm
So would it be recommended to just use frame-based animations instead of animating real-time with bones? I figure it will be easier (for the developers, me included), but would it allow for quality as good as skeletal animation?
Thanks again, I really appreciate it!
FlyingIsFun1217
I have been using genmesh with armatures beautifully, exported directly from blender. I have many very complex animations and complex character models. I highly recommend it. If you have an issue feel free to swing it by me. I would use genmesh with armatures unless you just have some deformations which you cant get rid of. In that case you can use vertex animations. I do not like the xml based vertex animation importer due to the speed so I modified blender2crystal to generate raw c code instead. I prefer to add my vertex animations to a code library rather than import them. I am also working on my own config file format/code which will allow me to import only the vertexes I want to modify instead of keying the entire mesh. This allows me to use armatures for general animation and shapes for details like facial expressions and gestures without the overhead of complete mesh copies.
I can share the code but its just a simple hack for my current development environment and I have not cleaned it up or made it production quality yet. It requires tweaking with each export since I wrote it in a hurry.
If you use armatures with lots of blender constraints and you have issues, just bake the animation and export the baked version. My game im working on is designed to give a wide range of poses centered around roleplayers. If it works as planned then users will be able to design their own custom poses and animations without coding or requiring a 3d modeling program.
Here is a character I developed for the RP game I am making. Yes that is a lightsaber on her belt
http://www.imagedump.com/index.cgi?pick=get&tp=538435
«
Last Edit: September 03, 2008, 08:06:17 am by shangobah@users.sourceforge.net
»
Logged
dombe999
Newbie
Posts: 1
Re: Questions on Models w/ Bones
«
Reply #14 on:
December 02, 2009, 11:22:26 pm »
Got to be honest with you, i wasnt looking at her lightsaber!
Logged
Remember, people dont care what you know, until they know you care!!
Dublin limo
Chiropractic london
Pages:
[
1
]
2
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Crystal Space Development
-----------------------------
=> General Crystal Space Discussion
=> Support
-----------------------------
Crystal Space Project Development
-----------------------------
=> Feature Requests
=> Plugins
=> Bug Reports
-----------------------------
Crystal Space Development
-----------------------------
=> Game Content Creation
-----------------------------
Miscellaneous
-----------------------------
=> Article/Tutorial Requests
=> Article/Tutorial Discussion
-----------------------------
Crystal Space Project Development
-----------------------------
=> Development Discussion
-----------------------------
Crystal Space Projects
-----------------------------
=> Project Discussion
=> WIP Projects
=> Finished Projects
-----------------------------
Associate Projects
-----------------------------
=> CEL Discussion
=> Crystal Core Discussion
=> CrystalBlend Discussion
-----------------------------
Crystal Space Project Development
-----------------------------
=> Google Summer of Code
-----------------------------
Associate Projects
-----------------------------
=> Apricot (Open Game)
=> Ares Project
Loading...