Jump to content

Canardia

Developers
  • Posts

    4,127
  • Joined

  • Last visited

Posts posted by Canardia

  1. It's when you click on your name on the top right corner, and choose "Manage Blogs". If you don't have that option, then you probably need to be a registered user, which gives you also tons of other benefits, like market place, lots of free assets and tools, etc....

  2. Intensity is just a fake setting which only multiplies the actual colors, so if you have colors of 240 or higher and then use a intensity of higher than 1, it will only overburn the colors making them all gray and white. There is never a need for anything else than intensity 1.0, because you can adjust the colors yourself much more elegantly.

  3. Yeah, according to the majority of the responses the biggest demand was to keep the ads, but have them flow in a non-intrusive way. And an own area for them is the only right decision. I think the community is happy now again smile.png

  4. Yeah but false+0.00001 is already better than true, because it would be more than 50% of the democratic vote between false and true. So false and true are actually the same thing, since only a microscopic difference is needed to make either win.

  5. In case of confusion, I always look up on Webster and use the definition which says "archaic". It means the origininal and best definition, since everything over time gets only worse and more distorted:

    http://www.merriam-w...ctionary/rather

    So rather means faster and more immediate. Sounds good to me!

    I could have used also the world "instead", but it didn't sound melodically correct to me. It was too clinical.

  6. It's not very smart to have multiple meanings for the same word, because it only costs more time and money for everyone to figure out what was meant. Each word must be have a unique meaning.

  7. Yeah, that is a good solution, although I would have called "Promotion" rather "Market Place". Promotion means in Finland at least that you get a higher job position in your company, and it has nothing to do with selling 3D models.

     

    "Market Place" has also a kind of medieval and roleplaying and game related touch to it, which makes it stand out from a name like "Commericials" or "Advertisements" in a positive way.

  8. I noticed you have no keywords on your Arteria3D main page:

    <meta name="keywords" content="" />

     

    You should put there some keywords like Models, Leadwerks, Assets, Textures, Characters, Animations, Buildings, etc...

  9. I told Arteria3D about my new SuperBasic forum, which has also dedicated Market Place area (see my sig). At least you can see model and game ads there, if Leadwerks doesn't want to allow ads.

  10. Yeah, it's possible even with LE2. Basically how it can be done is like this:

    1) first have the car made with a few big physics blocks

    2) when a big enough force impacts on the physics blocks, remove them and replace them with little physics blocks at each vertex of the mesh

    3) let the deformation happen automatically with the impact force the original big block experienced

    4) compose some seperatable parts like doors and wheel covers with the same little physics blocks, but connect them with fixed joints

  11. Yeah, and I found the Arteria3D lifetime offer, which has been very valuable for me. Then I also ordered some custom models from them. Why not just make an ads area, where everyone one go shopping, and the ads are not lost in the random off-topic threads. Leadwerks could even make money with the ads, like $1 per single ad posting, $100 for a one year ad license, etc....

    And when people have finished a game made with Leadwerks, they can't either post about it in the forum, because it's a commercial product?

  12. I wonder what's so bad about the ads. For me they are valuable resources when I need to buy some models for my games. If all forums would forbid ads, where would artists announce their latest works then? Nobody uses general forums, but only forums which are made for specific purposes.

  13. I think that will cause ifstream internally to break it again down to some default size, which might be worse than 16384 (even bigger sizes can be slower, especially if they don't share a common divisor with the cluster size).

  14. You can't compare them directly, and when you use FILE* correctly, it is much faster than ifstream. I think ifstream has a default buffer size which is is bigger than 1, and if you use FILE* and read always 1 byte at a time, then your FILE* is slower. To get FILE* to maximum speed, you need to analyze the media's cluster size and adjust your buffer size to that. There are more things to consider also, like what the cluster size of the harddisk is and/or how the raid was setup.

     

    But a good default would be 16384, if you don't do any further media analysis to optimize the buffer size. Indeed, if you ever have setup raid disks, most OS will suggest a strip size of 16384, because it comes closest to the average file size on a file server, and the strip size should never be smaller than the cluster size on the harddisk.

×
×
  • Create New...