User Tag List

Page 5 of 6 FirstFirst ... 3 4 5 6 LastLast
Results 41 to 50 of 60

Thread: P3D - project status update

  1. #41
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export Module
    Emerson3's Avatar
    Join Date
    Apr 2014
    Location
    Lafayette, Louisiana
    Posts
    721
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Hooray! That is really cool Schrodinger.

    I hope you the best of fortune for your hard work! Reading the post, I see the amount of time you put into this as well as still helping everyone out in the Forums!

  2. #42
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export Module
    Fusion 2.5 (Steam)
    schrodinger's Avatar
    Join Date
    Nov 2014
    Posts
    3,159
    Mentioned
    28 Post(s)
    Tagged
    1 Thread(s)
    Thanks Emerson
    yeah, it's been a very long ride!
    And it could still be longer... if the engine will be appreciated,
    I could continue improving it, adding features, model packs
    we'll see!

    I'll open another thread with further details on P3D once everything is 100% ready

  3. #43
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator ProPatch Maker
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    Crian's Avatar
    Join Date
    Oct 2009
    Posts
    415
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Thanks! I'm looking forward to buy it

  4. #44
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)
    King_Cool's Avatar
    Join Date
    Aug 2008
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Amazing, i cant believe you went through with something like this!

    What peeks my interest though, and am almost afraid to ask, is what the underlying 'base' for this creation is?

    It looks abit like the Mod7ex extencion i used to play around with, but this seems to handle fine texturing at the very least.
    How have you created the 3D objects ( boxes for example ), using 4 Active Object?

  5. #45
    Clicker

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleFirefly 3D ModuleInstall Creator Pro
    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)
    pradeep's Avatar
    Join Date
    Dec 2013
    Location
    India
    Posts
    334
    Mentioned
    11 Post(s)
    Tagged
    0 Thread(s)
    schrodinger ,
    when available package to clickstore???

  6. #46
    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)
    Quote Originally Posted by King_Cool View Post
    Amazing, i cant believe you went through with something like this!

    What peeks my interest though, and am almost afraid to ask, is what the underlying 'base' for this creation is?

    It looks abit like the Mod7ex extencion i used to play around with, but this seems to handle fine texturing at the very least.
    How have you created the 3D objects ( boxes for example ), using 4 Active Object?
    I can answer that, as someone who's testing it: It uses a Quad Deformation pixel shader. That is to say, there isn't any Mode7ex involved. As a matter of fact, it doesn't use any extensions that aren't built-in to CF2.5.

  7. #47
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export Module
    Fusion 2.5 (Steam)
    schrodinger's Avatar
    Join Date
    Nov 2014
    Posts
    3,159
    Mentioned
    28 Post(s)
    Tagged
    1 Thread(s)
    Hi guys,

    sorry I've been very busy these days (Christmas things!)
    I was hoping completing some more examples for today but looks like I won't be able to,
    as soon as these two-three missing examples are complete, I'll file the package to the clickstore for approval.
    Don't know how much (and if ) will it take then
    (maybe they'll be taking holydays for some time? )

    And of course I confirm what Happygreenfrog says: all deformations are achieved using MuddyMole's "Quad" shader. Nothing else is needed.

    @King_Cool:
    3D Objects (as "movable sprites" also) are configured as "pairs" of active objects:
    - one being the "map" top-view tile you can place to build your levels
    - the other being the "texture" bank, with all faces textures saved as "animation directions" for various faces of the cube (or other -limited- shapes).

    More informations in the new thread I'm going to open as soon as the thing is 100% ready!

    Thank you for your interest in this project I've worked very hard on
    and Merry Christmas

  8. #48
    Clicker Fusion 2.5HTML5 Export ModuleiOS Export ModuleSWF Export Module
    Hayo's Avatar
    Join Date
    Jul 2006
    Location
    Netherlands
    Posts
    62
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is really cool. Would it be possible to use this to make an old school fps like Wolfenstein 3D, meaning raycaster-like indoor locations?

  9. #49
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export Module
    Fusion 2.5 (Steam)
    schrodinger's Avatar
    Join Date
    Nov 2014
    Posts
    3,159
    Mentioned
    28 Post(s)
    Tagged
    1 Thread(s)
    Yes,
    only problem with first-person cameras is near-distortion when a texture (-> wall) slips out of view is more noticeable,
    this is among limitations P3D has to deal with due to to the inapplicability of clipping (and of a real perspective transform of textures) with pixel shaders.

    (although strictly 90° vertical walls situations -as Wolfenstein is- would be totally solvable in a clean way with some modifications,
    maybe I could include something for this later, with a modified version of the shader we already have -
    It didn't make in this version because in all other situations it is not applicable and drains some extra fps)

    quick update:
    Ehm, the "tie fighter" example is taking some unexpected extra time
    (but led me to add a new feature: dynamic+customizable centers of rotation for 3D objects)
    so this -and Xmas times!- is making for some extra delay, sorry guys.
    Will try my best to complete this slightly advanced example and file the package by the end of this week.

  10. #50
    Clicker

    Fusion 2.5Android Export Module

    Join Date
    Jan 2007
    Posts
    281
    Mentioned
    8 Post(s)
    Tagged
    1 Thread(s)
    Did you ever fix the issue with sprites jittering when you attach a camera to them?

Page 5 of 6 FirstFirst ... 3 4 5 6 LastLast

Similar Threads

  1. My project failed by update flash
    By warlords in forum SWF/Flash Export Module Version 2.0
    Replies: 5
    Last Post: 20th February 2012, 05:17 PM
  2. Status Update on New Builds for MMF2
    By droberson in forum Multimedia Fusion 2 - Technical Support
    Replies: 10
    Last Post: 1st March 2009, 06:52 PM
  3. Status update for Vitalize for MMF 2.0
    By droberson in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 15th January 2007, 08:18 AM
  4. Question, and current project update
    By JSJ in forum Extension Developers Lobby
    Replies: 5
    Last Post: 24th August 2006, 05:53 PM

Posting Permissions

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