Making animating a breeze...
----------------------~NQ - semi-pro graphical artist and hobbyist programmer
I honestly dont think an "instant 2d to 3D" program is possible -
1)It has no idea what is behind/on the other side of the bits drawn
2)it doesnt know how "round" something is - ie how does it tell the difference between a 2D drawing of a circle and a 2D drawing of a sphere?
You could always try using 3d software and toonshaders to achieve your desired animation.
1)It has no idea what is behind/on the other side of the bits drawn
2)it doesnt know how "round" something is - ie how does it tell the difference between a 2D drawing of a circle and a 2D drawing of a sphere?
You could always try using 3d software and toonshaders to achieve your desired animation.
Use right-click menus... They are great :D
Sounds like it would be difficult to write a program like that.
Sounds like it would be difficult to write a program like that.
If you gave a helpful reply, I rated you up.
You can go from 2D to 3D if you have some extra information. That extra information could be "I know this is an Anime character" or it could be one sketch from front, and one sketch from the side.
It's not easy, but it can be done. Look for example at FaceGen for a tool which does it with photos.
It's not easy, but it can be done. Look for example at FaceGen for a tool which does it with photos.
enum Bool { True, False, FileNotFound };
Ah yes, I'm quite certain it's possible.
It's all about that 'extra information' and how to give it to the program.
I'm about to start a new thread in 'General programming' about this very topic. I think this thread no longer serves any real purpose. It was about asking animators how they'd like to animate, where 2D->3D was just one idea and I wanted others. I don't think I will get any feedback in this way. Since it seems to be what people wish for I'll focus on that. Check back soon, and I'll have that thread up.
It's all about that 'extra information' and how to give it to the program.
I'm about to start a new thread in 'General programming' about this very topic. I think this thread no longer serves any real purpose. It was about asking animators how they'd like to animate, where 2D->3D was just one idea and I wanted others. I don't think I will get any feedback in this way. Since it seems to be what people wish for I'll focus on that. Check back soon, and I'll have that thread up.
----------------------~NQ - semi-pro graphical artist and hobbyist programmer
It might be easier to have a set of generic character(s) that people could start off with, reflecting a variety of typical anime style characters. Think of how the character creation in MMO's work, you could have a set of generic models to choose from, hairstyles, colors, as well as clothing sets and other accessories (scars, etc.).
As far as actual animating, you could have the models pre-rigged in the application, so the animators are really just working with a skeleton that has already been established. From a 2d animation standpoint, the thing that is so great about that medium is that all it requires is a pencil, and some paper. I can sit down and start planning out a shot, and have it roughed/keyed out very quickly. With that in mind, you might want to make it easy for someone to set up a shot, place a character, and key out their poses quickly. Then make it so they can go back in and flesh out their timing and inbetweens.
As far as actual animating, you could have the models pre-rigged in the application, so the animators are really just working with a skeleton that has already been established. From a 2d animation standpoint, the thing that is so great about that medium is that all it requires is a pencil, and some paper. I can sit down and start planning out a shot, and have it roughed/keyed out very quickly. With that in mind, you might want to make it easy for someone to set up a shot, place a character, and key out their poses quickly. Then make it so they can go back in and flesh out their timing and inbetweens.
Yeah, I see what you mean, but that would be a rather limited solution.
However, after plotting out a few different approaches on how to translate scetches to 3D I've come to a conclusion:
2D->3D IS POSSIBLE (never say anything else) - but it is so cumbersome it will never be easier than the existing methods. These are words of the original poster.
I will therefore switch approach. I will now be investigating how to improve the link between animating skeltons and scetching ontop. The up-coming topic will be about this new approach, and I hope you will read it.
However, after plotting out a few different approaches on how to translate scetches to 3D I've come to a conclusion:
2D->3D IS POSSIBLE (never say anything else) - but it is so cumbersome it will never be easier than the existing methods. These are words of the original poster.
I will therefore switch approach. I will now be investigating how to improve the link between animating skeltons and scetching ontop. The up-coming topic will be about this new approach, and I hope you will read it.
----------------------~NQ - semi-pro graphical artist and hobbyist programmer
It would be limited functionality at first yes, but it's also somewhat efficient for someone who just wants to make animation to begin with. Getting bogged down in modeling, rigging, and texturing can take the excitement out of just sitting down to animate. I think you have a pretty interesting idea, but...if it's something just like Maya, where I have to fully create my character and rig it before I can even start animating it, why would I want to use your app over Maya, or even just drawing it myself?
It sounds like you want to use a system similar to Magic Pengel or Graffiti Kingdom where you can draw out a character using a tablet and take that into 3d, definitely would be cool but it might take a while to develop, using stock models could at least get people working in your app while you work the other functionality out. Something to think about, at least.
It sounds like you want to use a system similar to Magic Pengel or Graffiti Kingdom where you can draw out a character using a tablet and take that into 3d, definitely would be cool but it might take a while to develop, using stock models could at least get people working in your app while you work the other functionality out. Something to think about, at least.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement