User Tag List

Results 1 to 5 of 5

Thread: Base extension

  1. #1
    Clicker Multimedia Fusion 2

    Join Date
    Nov 2009
    Location
    This side of the equator
    Posts
    119
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Base extension

    This extension is the core of the OpenGL Collection. It can create an OpenGL compatible window in the MMF frame which the other OpenGL extensions can render to. It is also possible to render to the Base window using external OpenGL libraries for the XLua, Python and .net Script objects.

    Use this thread for suggestions and general discussion of the Base extension.

  2. #2
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCiOS Export ModuleSWF Export Module

    Join Date
    Jul 2006
    Location
    USA
    Posts
    461
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Base extension

    Very interesting. Looks great so far.

  3. #3
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Aug 2006
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Base extension

    I am guessing you know i want this already but suggestions for base would be to allow it to draw under other things like MMF layers and surface object etc. The new surface object import to texture could possibly be used to workaround this though but i haven't had time to test this just yet.

    Another thing that would be useful is to be able to use a transparent clear color so you could have a model over a transparent background. The older object by looki could do this so maybe he would give you the code or something. Maybe this can be done already through lua code etc also although i have yet to work out how but maybe someone knows if you can.

    Since you mentioned it i am just wondering is there a example of base being used with python?

    Also i noticed in a recent version i downloaded .net examples are gone so i am am just wondering why as i have some from a previous zip.

    Anyways great work with the base object and thanks for the OpenGL collection, they are really great.

  4. #4
    Clicker Multimedia Fusion 2

    Join Date
    Nov 2009
    Location
    This side of the equator
    Posts
    119
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Base extension

    I am guessing you know i want this already but suggestions for base would be to allow it to draw under other things like MMF layers and surface object etc. The new surface object import to texture could possibly be used to workaround this though but i haven't had time to test this just yet.
    I have plans for a HUD extension, it wont be as flexible as having MMF objects on top of the Base window but it will be a lot faster.

    Another thing that would be useful is to be able to use a transparent clear color so you could have a model over a transparent background. The older object by looki could do this so maybe he would give you the code or something. Maybe this can be done already through lua code etc also although i have yet to work out how but maybe someone knows if you can.
    Actually, I wrote that part of the old object. The feature needed "display above frame" disabled, which had some issues I haven't been able to solve, hence why these features are missing from the Base object.

    Since you mentioned it i am just wondering is there a example of base being used with python?
    Not yet, unfortunately I don't know the Python language but I know there is an external library of OpenGL bindings for Python. Hopefully someone who knows Python could whip up an example or two.

    Also i noticed in a recent version i downloaded .net examples are gone so i am am just wondering why as i have some from a previous zip.
    This is because the .net Script object seems to sometimes be unable to locate the required dll to use OpenGL. As this is a problem with either the .net Script object or the dll in question and not with the OpenGL Collection I've chosen to remove those examples.

  5. #5
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Aug 2006
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Base extension

    Thanks for the reply min, this new HUD extension sounds like it will be great. i guess by HUD you mean like this -

    http://en.wikipedia.org/wiki/Head-up_display

    so it allows you to draw/layer over the current view, this will be very useful thanks. Maybe you could instead of allowing actives etc to be drawn over the top also have a similar feature to what surface object does and blit/draw to a 2d quad/plane of the same size so it just appears to be over it when in fact it's not really.

    The transparent clear would be useful although if it was buggy maybe not, it would possibly be good to have it as a optional feature with warning it may be buggy though but hopefully it can be fixed at some point.

Similar Threads

  1. Data base
    By Tanios in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 10th July 2010, 01:23 PM
  2. Base Files
    By afc in forum Install Creator and Patch Maker
    Replies: 0
    Last Post: 13th December 2008, 12:47 PM
  3. Base de registre
    By Venceslas in forum Install Creator and Patch Maker
    Replies: 2
    Last Post: 5th June 2007, 07:22 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
  •