Jump to content

Josh

Staff
  • Posts

    23,142
  • Joined

  • Last visited

Everything posted by Josh

  1. Where do I download LE.Net? And is there a project wizard template for it?
  2. 138 clicks total so far. Not bad. That's 138 visits we might not have had otherwise.
  3. Is LE.NET complete? You have to declare all the procedural functions anyways to make an OO wrapper, so why not just do that minimal amount of work and have something finished? An OO wrapper is more work, and still doesn't seem to satisfy C# programmers, so it has a way of never getting done. At least it can be used as a base for people to add whatever crazy syntax they want in an unofficial add-on. It's all documented in the command reference.
  4. That's pretty cool, basically the same thing as id's stuff. Not sure if people need an even more demanding art production process, but the results are nice.
  5. You came to the right place. An .x to .gmf converter is provided. Leadwerks Engine uses OpenGL, and is the equivalent to DX10. Leadwerks Engine 3 uses OpenGL 4 and has tessellation. It's the same as DX11, except it will run on Windows XP. We just released a new evaluation kit, by the way. Make sure you have the 2.43 one: http://www.leadwerks.com/werkspace/files/file/232-leadwerks-engine-evaluation-kit
  6. Occasionally the downloader can mess up one or two files. It checks the file size against what the server says it should be. Run the updater again and it will just download the files that don't match the server.
  7. It's a completely new engine, but a lot of the design and ideas of LE2 will carry over.
  8. That's why I am saying make a procedural header that follows the C API exactly, and then you can go crazy with an unofficial OO addition on top of that.
  9. After you ordered, there should have been a page with the installer that you can download. If you go to Account>Client Area in the menu at the top of this page, you should be able to see that page in your order history.
  10. Yeah, if that is necessary. That would be fine, but every time anyone has made an object-oriented C# header they always go off on their own designs that are unrelated to C++. I don't want to document all that. Leadwerks for XNA would have no physics and no scripting, because C++ is not allowed, as far as I know. If that ever changes I will be interested in those platforms.
  11. If you would like your C# header to be included in the Leadwerks Engine SDK, the command set must be an exact 1:1 duplicate of the default C command set, as documented in the command reference here: http://www.leadwerks.com/werkspace/page/Documentation/le2/_/command-reference/ This is so we don't have to write another set of docs. You can build an additional object-oriented layer on top of that if you like, and distributed it on the forum, but any official C# header must follow the C API exactly. Thanks.
  12. The refraction shader can do that. It's slightly more complex to implement a blur in the shader, but not that bad. It would not handle multiple layers of transparency, though. Just the topmost layer would be fuzzy, so if you had three panes like that, they would not get progressively more fuzzy with each layer.
  13. Don't they have a simple PHP link you can use, instead of embedding a scripted item into your site? I can see how it could catch on quickly if it's linked to SEO. Everyone will add one overnight to avoid being left out.
  14. The Share URL window will now display a QR code for your link. This is useful for printed materials. The viewer can scan the code with their phone and be taken to the page in their browser (and your referral ID is still attached).
  15. You can now click on the bitly icon and view your statistics for any given page. This will track your unique referral URL for that page and show how many clicks you got, and where they came from. Links are persistent, so you can view stats on pages you posted months ago. Another amazing implication of this is the encoded URL will still contain your referral ID when it is reposted. So if 20 people retweet your post, those all count as a referral for you if a sale is made by anyone who clicks the link.
  16. You can create the graphics driver as follows: CreateOpenGL1GraphicsDriver(); CreateOpenGL3GraphicsDriver(); etc. I might do this: CreateGraphicsDriver("OpenGL1"); The reason for this would be to allow the editor to select a new graphics driver that wasn't written when it was compiled, like if someone added a new renderer themselves and replaced the Leadwerks DLL with their own.
  17. There's a new set of pages for Leadwerks Engine 2 up. I think these do a better job communicating all the features of LE2, and explain why it's unique and awesome. Existing users might even learn something from the material: http://www.leadwerks.com/werkspace/page/Products/le2 This also integrates into the forum skin. The only page left on the site that isn't using the global forum template is the 3D World Studio page, and that will be changed shortly. The 2.43 evaluation kit will be released soon. This will allow some programming and generally be less restrictive than the current 2.3 evaluation kit. You've now got a URL, Facebook, and Twitter share button in almost every page of the site, up in the header. Use them and help us spread the word about all the great stuff people are making.
  18. I would think a quad core with multiple GPUs would be able to run three instances of the program with no performance loss over a single instance. I'm not an expert on multiple GPUs, but it seems like that would be an easier way to split up the task.
  19. Josh

    Morphs ?

    This feature is not supported.
  20. Can you rephrase that question? I don't follow.
  21. Okay, I have Facebook and Twitter buttons working now. These reference the bit.ly link, which contains your referral URL. Every time you repost content you increase the chances someone will come across it and become a new customer. If you look at the lower-right corner of a page after you click an affiliate link, it should show "RID: " followed by your user ID. That's how you know it's working.
  22. It actually contains the current URL in a PHP argument. The link first goes to the referral system, and then it forwards the user to the specified URL. I'll try to get Facebook and Twitter share links working. I have to run the URLs through a link shortener so they'll work.
  23. We are running a promotional campaign for the next 90 days during which the Leadwerks referral system will be active. You will see some share icons in the website header on some pages on the site. Clicking any of these buttons will share the current page you are viewing, with your user referral ID embedded in the link. When a new person clicks on your link to visit the site for the first time, a cookie will be saved with your referral ID. If that person eventually makes a purchase on Leadwerks.com, you will receive 10% of the sale price of anything they buy. You can withdraw your account balance every time it reaches $20 or more. A Paypal account is required. You can share videos, images, blogs posts, and other user-generated content throughout the site. You'll be promoting your fellow developers' work, helping spread the word about Leadwerks, and you may even earn some money. One easy way you can earn sales is by putting a link to your profile in your signature on other forums. Please don't spam forums or post in competing products' sites. This system has just been implemented, so please be patient. I'd rather not have everyone go out spamming the world with links until we have the 2.43 evaluation kit released.
  24. There actually is a forum topic automatically created for most file categories, and a link to the forum topic is on the file page.
×
×
  • Create New...