Jump to content

VicToMeyeZR

Members
  • Posts

    570
  • Joined

  • Last visited

Posts posted by VicToMeyeZR

  1. http://codeblocks.org

     

    It was designed with wxWidgets. but has ALL the compilers built into it.

     

    MSVC, GCC, etc.. Plus you can customize it to find your needs.

     

    Worth checking out.

    Plus its cross platform already.

     

    One of the nice things about this is, is is also designed to build GUI right from wxWidgets, so if you want to build a custom tool for LE, it sure is easy.

  2. i think LoadAnimation() will return sequence number of entity its related to, increased by 1 every time its called...

     

     

    Could you expand on that?

     

    model.gmf would become model1.gmf?

     

    or are you saying if model.gmf has 1-20 frames, LoadAnimation() would then take the seq of the animation you are loading and make it 21-xx, and so on?

     

    So wen you call animate, you just need to know the number of frames in each animation file you load?

  3. yeah. The function is listed, but no reference to use it after you call the function.

     

    I am guessing your model would only be rigged, and the LoadAnimation(entity, path) would have to be an single animation file, you couldn't load a different one for each sequence you want, because Animate(frame, blend, sequence, recursion)...?

     

    My question, does LoadAnimation() override or append any animation that may be currently set in the original enitty?

  4. There is a B3D format and a b3d format. They are two different formats.

     

    3D World Studio, DOES export Blitz3D format, which is b3d. I am sorry you can't get it to work in DarkPro, but thats why the suggestion was to go to the forums of the company the developed DarkPro. TGC...

  5. kind of weird he is trying to market himself and his company with a site/and graphics that looks like a kiddy did them. I mean if your looking at marketing a tech, that stands to make you millions, wouldn't you spend a little money to make it presentable?

  6.  

    EDIT: Been trying millions of ways. Whenever you throw a new thread in, beware the massive, huge lag. I wonder how I'm supposed to do my networking.

     

     

    Are you using reference pointers to get the data you want to send via networks? You shouldn't use the network library to actually run an engine command, just make sure its a pointer to the variable you want. That should work.

  7. The engine does not control your threading. If the engine is running on one thread, you can do anything you want on another one, as long as it isn't simultaneously calling the engine commands.

     

     

    So LE isn't multi-threading capable?

     

    Trying to run networking on another thread is going to access the engine commands. You have to pull positional data to send via networks.

  8. Here is an email reply from Mr. Bolthouse.

     

     

    Greetings,

     

    Unfortunately, Unwrap3D does not support such mesh transformations, so the entire mesh hierarchy is combined on import. If you're working with skinned meshes and animation, usually this isn't much of a concern, but I can see how it can be important for static meshes.

     

    In short, it may take some time to add proper mesh transformations. A lot of internal structures would need to be changed.

     

    Regards,

    Brad Bolthouse

     

    I take from that, he sees the impotrance of it, so hopefully he will look into this feature.

     

    Maybe if other software owners email him from the contact page, he may look at it more seriously.

  9. second link....

     

    The library requires programmers to call glutMainLoop(), a function which never returns. This makes it hard for programmers to integrate GLUT into a program or library which wishes to have control of its own event loop.

×
×
  • Create New...