User Tag List

Page 3 of 5 FirstFirst 1 2 3 4 5 LastLast
Results 21 to 30 of 47

Thread: Is it possible to make a game with 3D Mesh?

  1. #21
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    Fanotherpg's Avatar
    Join Date
    Jul 2006
    Location
    High Wycombe, Buckinghamshire, UK
    Posts
    3,663
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I might dig some contacts to try to get something. But it won't be simple. Konidias it doesn't have to it should be up to 3-4 3D Meshes per frame.

  2. #22
    Clicker Fusion 2.5 DeveloperAndroid Export Module
    EdSabbath's Avatar
    Join Date
    Oct 2010
    Location
    Oklahoma, USA
    Posts
    87
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is completely doable by using an active as the hitbox around the feet and then moving the mesh and active together on a pre-rendered map. I played around with the 3D mesh object and it really isn't hard at all, if you have the meshes and textures already setup.

  3. #23
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export Module
    Konidias's Avatar
    Join Date
    Aug 2009
    Posts
    1,546
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    I know this is my third post in this thread but I really really wish someone could release an HWA optimized 3D Mesh extension. It seems long overdue. I know MMF isn't necessarily a "3D game maker" but being able to at least bring in 3D meshes that can be animated over 2D would be amazing. One of my games really needs the ability to display 3D meshes with clothing and animations but it's just not possible since I need a dozen of them on screen with several meshes per character for different components (clothes/weapon/etc)

  4. #24
    Clickteam Clickteam
    Danny's Avatar
    Join Date
    Aug 2007
    Location
    United Kingdom
    Posts
    3,016
    Mentioned
    21 Post(s)
    Tagged
    2 Thread(s)
    @Konidias - If you already have the meshes and textures ready can you not sprite them into 32 different angles with sheeted animations then into actives in MMF2 to give a pseudo-3D effect?

    There are a few apps already out there that feature model spritesheet automation... all you have to do then is convince the user it's 3D even though you know it's only 2D?
    Want to learn Clickteam Fusion 2.5?




  5. #25
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    Fanotherpg's Avatar
    Join Date
    Jul 2006
    Location
    High Wycombe, Buckinghamshire, UK
    Posts
    3,663
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    3D Mesh is 'better' as you have full control over 3D Model. You can rotate all his parts in all directions in runtime.

  6. #26
    Clickteam Clickteam
    Danny's Avatar
    Join Date
    Aug 2007
    Location
    United Kingdom
    Posts
    3,016
    Mentioned
    21 Post(s)
    Tagged
    2 Thread(s)
    Certainly, but if it's holding the project up then it's worth spriting the animations and correlating them as Actives to get on with the project in-hand...
    Want to learn Clickteam Fusion 2.5?




  7. #27
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)Firefly 3D Module (Steam)
    Phi's Avatar
    Join Date
    Jan 2010
    Location
    England
    Posts
    1,964
    Mentioned
    25 Post(s)
    Tagged
    0 Thread(s)
    Just a warning in case Konidias' didn't stick: 3D Mesh is NOT HWA'd. Your app will go CPU-happy if you use it with Direct3D display modes.

  8. #28
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export Module
    XStar's Avatar
    Join Date
    Feb 2012
    Location
    Winchester, VA
    Posts
    1,165
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've been trying the mix with Mode 7ex and 3D mesh:

    1. It looks horrid...

    2. It works. The reading of the height map and movement works well, but again the mix doesn't look good...

  9. #29
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    happygreenfrog's Avatar
    Join Date
    May 2011
    Location
    I.L.T.D.O.I.R (I.L.T.D.O.I.R's Location: The Dimension Of Infinite Recursion)
    Posts
    4,307
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Could you show us a video of it, or a example? I'd prefer a video, since it's all that's needed to see that it looks bad (and the way it looks bad), but a example would also be nice.

  10. #30
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export Module
    Konidias's Avatar
    Join Date
    Aug 2009
    Posts
    1,546
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by DannyC View Post
    @Konidias - If you already have the meshes and textures ready can you not sprite them into 32 different angles with sheeted animations then into actives in MMF2 to give a pseudo-3D effect?

    There are a few apps already out there that feature model spritesheet automation... all you have to do then is convince the user it's 3D even though you know it's only 2D?
    The problem is that I have too many meshes/animations/frames to really make this feasible. I have a character that faces 8 directions, with smooth 3D animation. Even if I take only the main keyframe poses of animation, I'm still left with a walk cycle that might be 8 frames per direction... That's 64 frames to render out just for the walk cycle. Multiply that by each outfit/weapon/whatever that needs to go on top of that, and you're looking at thousands of frames just for walking.

    I tried the sprite sheet method but that fails because you cannot import sprite sheets into MMF with an alpha. Meaning I have to import thousands of frames... one by one... which is just NOT gonna work.

    Not only is that a monsterous amount of images which will take up way too much space, but it would take dozens if not hundreds of hours of my time to load in all the graphics. Then what happens if I need to tweak an outfit or something? I have to go back and re-render thousands of frames and then re-add them one by one into the game. My game is online so I really need to be able to adjust things and add more weapons/armor quickly and easily.

Page 3 of 5 FirstFirst 1 2 3 4 5 LastLast

Similar Threads

  1. Anyway to make the 3d mesh object follow the frame?
    By path in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 13th August 2013, 02:06 AM
  2. To make a 3D game
    By castana2009 in forum Multimedia Fusion 2 - Technical Support
    Replies: 24
    Last Post: 29th August 2009, 12:42 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •