Jump to content

Josh

Staff
  • Posts

    23,254
  • Joined

  • Last visited

Everything posted by Josh

  1. Okay, I just added a timer that runs when the game is active, so events are continuously being emitted in the editor and it keeps reading the process pipes.
  2. I am seeing something similar. It seems you must move the mouse out of the game window, probably because this is triggering an event in the editor, Maybe the process needs to have its write buffer cleared before it can proceed past a print command...
  3. It looks like the triangle indices are being modified in memory?... I am not seeing anything wrong on an AMD 6600. What GPU is this occurring with?
  4. It's because the FBX file has a child. When multiple objects are selected, the gizmo is placed in the center of the selection bounds. The parent model's pivot is still in the right place. The logic to handle this in an intuitive way is a little tricky. Let me think about this...
  5. Josh

    Third LOD

    The way LOD distances is stored in the MDL file format is a little weird. I am changing this in the next build and this problem will be fixed.
  6. In the current build I am not able to reproduce this error...
  7. 0.9.6 Fixed duplicate mesh layers listed in editor. Fixed map loading when colliders were embedded in file.
  8. 0.9.6 Fixed depth bug with alpha masked materials (requires new shader file) Full build of library and Lua exes. This is the first build that actually supports terrain mesh layer loading from maps. Collision and picking are currently not supported on mesh layers.
  9. Could be useful https://github.com/codetiger/Font23D
  10. Your images are broken links. There was a problem with the depth mask shader not working. I have fixed it. DepthPass_Masked.frag
  11. 0.9.6 Added support for save / load of terrain mesh layers in map file format.
  12. Josh

    Foliage System

    Today's progress
  13. Josh

    Grass model

    If you use RGB 183, 230, 183 for the terrain material color with that grass texture, it will blend very closely with the model color.
  14. 0.9.6 Added support for groups in scene browser.
  15. This week we review the new foliage system, learn some tricks to make outdoor scenes look better, and discuss progress on our example game.
  16. Josh

    Grass model

    @Andy90 Here is the grass model I was using in the live chat today. I also included the terrain textures I was using. grass.zip
  17. For grass, this extension will make all normals point up. Grass Normals.lua
  18. Josh

    Foliage

    Adding some rocks to the mountainside.
  19. Josh

    Foliage

  20. Josh

    Foliage

    This was the look I was going for with the material. Much better.
  21. 0.9.6 Improved support for specular-gloss lighting model in material editor.
  22. Josh

    Palm trees

    The specular-gloss model is much better for plants.
  23. 0.9.6 Fixes for buggy spinner widget behavior.
  24. 0.9.6 Fixed alpha cutoff not working correctly. Requires a shader update, currently only works in editor. Fixed directional lights not casting shadows on brushes in editor.
  25. Josh

    Foliage System

    Image quality can still be improved in many ways, but the system basically works now.
×
×
  • Create New...