Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. I can confirm the same thing, when I am coding in visual Code, and I go back to the editor it is frozen, it does not respond anywhere, I have to restart it. When it happens to me I make a video.
  3. Today
  4. 0.9.6 Terrain LOD issue fixed. Terrain meshlayers member is now public in C++ lib.
  5. I have noticed Ultra projects having trouble with fullscreen mode when built from the library. Adding an application manifest seems to be the only reliable way to make programs DPI-aware: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"> <asmv3:application> <asmv3:windowsSettings> <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware> <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness> </asmv3:windowsSettings> </asmv3:application> </assembly>
  6. How would I go about removing an attachment from an entity after it's been attached to something? Entity::Attach() But no Entity::Detach() ? I tried Entity:Attach(nil, nil) but no go.
  7. 0.9.6 Adjusted mesh layer instances alignment to terrain, it's very precise now. May not match physics exactly until I adjust that.
  8. No update this week, mainly because the next update has been a huge undertaking. I'm still putting the final touches on it but without giving to much away before it's complete - I'll leave this screenshot with you.
  9. I'm on Win10, haven't experienced any other app freeze after inactivity the same way
  10. This issue will be fixed in the next build.
  11. Sorry, I got mixed up and uploaded the wrong EXEs. It's fixed now.
  12. I get the error when hitting f5 in the editor, or attempting to launch from Vcode.
  13. Yesterday
  14. 0.9.6 Adjusted bloom, SSAO, and godrays effects.
  15. Josh

    Forest

  16. 0.9.6 Add mesh layer file requester now accepts multiple files, so you can select a folder of models and it will create a new mesh layer with a variation for each model. Fixed compatibility with some DDS files. Mesh layers are now compatible with effects like SSAO.
  17. I'd like to propose 2 things: 1. I see the 4 numbered icons as "what am I selecting?" (object, vertex, face, terrain) and 3 "manipulators". I propose the numbered ones be moved together, followed by (spacer?) the 3 manipulators. 2. I'd really like hotkeys for these, 1-4 would be ok for the selectors. but i don't know about the 3 manipulators? some software use g, s, r but i like being able to use wasd for movement. so what do you all think?
  18. I've had this happen aswell, happens sometimes when i've been at another app for a while, can't make it consistently happen tho. I'm on Win11 which might be a factor. there was an update this week and i might have seen it happen in another app, tho im not sure.
  19. As soon as I place a texture ( skin ) on the mesh and hit save.. the model become deformed. Actually I don't even have to texture it. Just resaving the model from the model editor corrupts the bones somehow.
  20. I don't know what you mean by "skinning the mesh". You showed the working animated mesh above. What causes it to stop working?
  21. About 9 out of 10 animated models I bring into Ultra result in the following: Bringing the unskinned mesh into Ultra is fine, all animations show up correctly. After skinning the animated mesh, I get all kinds of deform. Oddly enough, while playing the animation in the Ultra model editor and skinning it, the animations are fine. This deformation only occurs after hitting save and exiting the model editor then reloading the model. Now if I completely skin the mesh in Leadwerks and do all my animation extractions etc.. then bring it into Ultra where I dont have to hit SAVE in the model editor, it works fine.
  1. Load more activity
×
×
  • Create New...