Jump to content

Josh

Staff
  • Posts

    22,895
  • Joined

  • Last visited

Everything posted by Josh

  1. Okay, here it is. I will let you guys experiment with this and see what you think: modelimport.zip
  2. I am guessing there is somehow two active components being updated, which causes the mouse to be moved back to the center twice each frame...
  3. Copy the /Shaders folder from a new project into the project you are trying to import.
  4. For this reason, I was considering making 3D viewports render twice in the editor each time, if SSR is enabled.
  5. 0.9.5 Today's bug fixes included. Added Texture::GetIndex(). (Returns the OpenGL texture name / id, only use this in a rendering hook). Added Texture::GetHandle() (Returns the OpenGL bindless sampler handle).
  6. There are some questions that need to be decided. How much info should a brush instance share with the original? Should texture mapping be updated on a brush that came from a prefab? The behavior we are seeing right now is a result of not having decided these questions.
  7. This is from my current build, once the SSR was fixed.
  8. It appears the effect is not working in the editor and is causing errors to be printed...
  9. Okay, it was just a missing shader combo.
  10. The reason for this has something to do with the camera depth prepass, which indicates a problem with the depth shader...
  11. It just needed a matrix update to be forced for some reason, to update the sprite entity showing the icon. This is fixed for the next build.
  12. I am going to leave this "unsolved" until we decide what to do with this.
  13. As for the font rendering, I need to modify the way the font texture works...
  14. It's normal that a plugin cannot be loaded from a zip archive, because under the hood this is using the Win32 function LoadLibrary. There may be a win32 function to load a library from memory, but I have not confirmed whether there the equivalent functions for Mac and Linux exist.
  15. Okay, I just had to make a small change to the way the zip file names are evaluated.
  16. I think the next step is to work this library into a standard Ultra C++ project so we can all test different files and see how well it works.
  17. Yes, I believe this is what I was asking for.
  18. 0.9.5 Everything updated, on Steam and standalone, this sorts out the terrain problem. Nothing had to be programmed, I just had to make sure all the executables, libraries, and shaders were really up to date.
  19. It doesn't appear the library supports loading files from memory, if the model consists of more than one file, like external textures, or in the case of glTF, an external binary file. I asked about it here but have not received a response yet: https://github.com/assimp/assimp/issues/5511
  20. Gotta go fast! Lots of updates came this week, followed by some really interesting tech talk. 3-23-24.zip
  21. 0.9.5 Standalone build is updated.
×
×
  • Create New...