Jump to content

ArBuZ

Members
  • Posts

    164
  • Joined

  • Last visited

Posts posted by ArBuZ

  1. Actually as I remember Michael makes his plants the way Omid mentioned. One triangle for both sides.

    Josh almost all plants that Ive ever seen uses only one triangle for both leaf sides. Otherwise poly count will be very huge.(in 3 times bigger)

  2. I mean you can use one buffer for all windows. And try not to create and free buffer for each window. Just create it once and draw windows there. And clear it between window drawing (not free).

  3. Hi! What are you using for skinning (skin modifier or physiqe) ?

    1. The exporter supports only skin modifier, and it must be on top of modifier stack.

    2. You have to apply material to a model to be able to see animation in LE (because animation is implemented through shaders).

    3. When you want export skinned mesh select only the mesh, don't select bones. Otherwise the exporter will create mesh for bones in gmf file.

     

    I think your problem in materials. Just apply standard material and set Export materials option.

  4. Hi!

    I want to implement an option Sound and Music volume in my game. And Ive found that its not as simple as it should be :)

    There is no any global parameter in the engine, only SetSourceVolume. But then I have to go through all my sources and set it's volume.

    Have anyone done this before?

     

    Thanks in advance.

  5. Wow! Very impressive. They have interface very similar to 3ds max cool! (Josh, you should think about it :) ) Actually all this is possible to do in the Leadwerks engine with some more coding. :) All that features are very specific per game.

    Btw how much does it cost? And if they have so nice straightforward work-flow, why do they still do their games so long? :)

  6. Hi!

    As I understand I can't save buffer as dds. Only jpg TGA and png. Just wondering why would I need this function if I don't have ability to use result in the engine? :)

    How do you guys convert any kind of images in code while game is running? I need to save buffer to file on hdd. And then later use it in game (Load/Save images).

    Thanks in advance.

×
×
  • Create New...