User Tag List

Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 11 to 20 of 21

Thread: Performance Decrease with 3D Mesh object

  1. #11
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Sphax's Avatar
    Join Date
    Jun 2006
    Location
    Paris, France
    Posts
    4,454
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Performance Decrease with 3D Mesh object

    Quote Originally Posted by Jamie
    No, I was referring to drawing 3D polygons directly to MMF2 HWA's window.
    That's very interesing, I hope some information about how to do that rapidly will be available for developers and maybe some functions to interface it will be available in the future HWA SDK.

  2. #12
    No Products Registered

    Join Date
    Oct 2007
    Location
    MA
    Posts
    95
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Performance Decrease with 3D Mesh object

    Quote Originally Posted by Jamie
    it should finally be possible to natively render 3D objects directly to the screen and with full hardware acceleration.
    Correct! Villy has already done it.
    Heya Jamie. Are you saying that someone has already made an optimized version of the 3D mesh object for HWA?

    If so do you know when it will be released. Not something I have to have for what I'm working on but it would be nice and increase the visual presentation a bit.

  3. #13
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Performance Decrease with 3D Mesh object

    No, I am saying that someone has already managed to natively render 3D objects directly to the screen and with full hardware acceleration.

  4. #14
    No Products Registered

    Join Date
    Oct 2007
    Location
    MA
    Posts
    95
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Performance Decrease with 3D Mesh object

    Ah. Sweetness.

  5. #15
    No Products Registered

    Join Date
    Jul 2006
    Location
    Texas
    Posts
    1,225
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Performance Decrease with 3D Mesh object

    Quote Originally Posted by Jamie
    No, I am saying that someone has already managed to natively render 3D objects directly to the screen and with full hardware acceleration.
    How'd they do that?

  6. #16
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Performance Decrease with 3D Mesh object

    With a custom extension, programmed to grab the D3D9 surface of the MMF2 window and then draw to it.

  7. #17
    No Products Registered

    Join Date
    Jul 2006
    Location
    Texas
    Posts
    1,225
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Performance Decrease with 3D Mesh object

    Ah.

    Umm... they're not uh... thinking of releasing that extension now are they? (I don't suppose it's 100% complete though?)

  8. #18
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Performance Decrease with 3D Mesh object

    All he did was draw a cube..

  9. #19
    No Products Registered

    Join Date
    Jul 2006
    Location
    Texas
    Posts
    1,225
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Performance Decrease with 3D Mesh object

    Coincidentally enough, that's all I need. I need a cube with textures on it so I can make a Myst IV style game (where you can look around and such). I've tried using the 3d Mesh object, but it's really slow at high resolutions (1280x1024).

    Will the 3d mesh object get faster when it's made HWA compatible? (or will a better object replace it entirely?)

  10. #20
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Performance Decrease with 3D Mesh object

    I didn't say he made an extension which allowed you to create a dynamic textured cube and look around it with a camera. I said he drew a cube to the HWA screen using a custom extension.

    By custom extension I mean no actions, conditions or expressions.. just hardcoded C++ to draw the cube.

Page 2 of 3 FirstFirst 1 2 3 LastLast

Similar Threads

  1. Performance decrease with DX 8 & 9
    By Blizna in forum Hardware Accelerated Runtime
    Replies: 2
    Last Post: 5th November 2011, 08:39 PM
  2. [BUG]3d Mesh Object (regardless of HWA)
    By LazyCoder in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 20th January 2008, 06:52 PM
  3. For 3d mesh object
    By Durnus in forum Extension Development
    Replies: 9
    Last Post: 22nd October 2006, 08:28 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
  •