Jump to content

SarperSoher

Members
  • Posts

    110
  • Joined

  • Last visited

Everything posted by SarperSoher

  1. Softimage is owned by Autodesk, a company which owns the FBX file format. It can import and export FBX files. http://softimage.wiki.softimage.com/xsidocs/import_export_xwalk4xsi_ImportingandExportingFBXFiles.htm
  2. Standing in the corner looking outside to the empty space near a wall confirms that it's not a GPU bottleneck. Either that or there is no culling, not even frustum culling which is unlikely.
  3. Lights don't cast shadows when their Cast Shadows mode is set to Dynamic. Strangely they do cast dynamic shadows in static mode.
  4. So it's more like a CPU bottleneck and we shouldn't worry much on the GPU side then?
  5. It bothers me to not to be able to re-select a mistakenly un-selected object with undo. I think changes on the selection should be added to the undo queue so a CTRL+Z would re-select my unselected selection
  6. Setting the 3D viewport camera rotation speed through the options of the editor, I set it to a value of my liking, like for 30. Upon switching projects the same 3D viewport rotation speed slows down to a crawl so I set it to a high value of like 150 (This behaves like 30) after I switch the project again now it becomes incredibly fast. It was there in 3.0 but still happens in 3.1. How to reproduce: -Set the camera rotation speed to any value you like -Open a different project from the project manager -Check the 3D viewport camera rotation speed -See it's different even though the value in the options is the same
  7. I also have concerns regarding #2 I'm getting a varying but low frames per second (10-40) on the integrated FPS demo level on the highest quality settings with no AA on an AMD HD5770 gpu. I wonder what will happen if it was a production long level and there were more particles, physics and post process effects. Loading times of the scene when the game runs is rather long too.
  8. I have pre-ordered Leadwerks 3.1 but haven't received my Steam key, what should I do now?
  9. Can't wait to get my key, congrats Leadwerks!
  10. Looks more like a draw order problem. Happens here too. Background renders after the foreground of the healthbar thus stays on top.
  11. Physics have a fixed timestep, they are not updated every frame. When framerate drops, physics update intervals increase, rigidbodies and other physics stuff gets updated less. Rigidbodies start to move erratically, collision events on moving rigidbodies do not happen correctly etc.
  12. Graphical quality boils down to having good art assets and shaders. One can make the ugliest looking game even in Unreal Engine if one has no high quality assets and shaders. With deferred rendering, dynamic shadow maps, anisotropic texture filtering, post processing support, OpenGL 4.0 level shaders support, megatextured terrain amongst other things, Leadwerks 3.1 gives you a very good foundation to build a game on graphically in my opinion. Question is, how much time, experience and budget one has.
  13. Josh stated before that the trial will be updated to 3.1 once it's out
  14. Oh you misunderstand, I didn't ask you to duplicate how Unity does it. Since you thought we were asking you for plugins I wanted to clarify what we meant by asking for an API to develop our own tools. And it's always good to know what your competitors did and how they did it...
  15. This is how Unity does what I meant, please take a look when you are available http://docs.unity3d.com/Documentation/Components/ExtendingTheEditor.html
  16. Thanks for pointing those out, can't wait for 3.1 now! Wish there was a roadmap though, I would love to read on these planned features from a single official source.
  17. Editor Realtime Render uses VSync regardless of it's state in the settings. Always locked at 60 FPS.
  18. Add a mesh with a dynamic shader and set it to cast dynamic shadows. Select it and set it's "Cast Shadows" option from the "appearance" tab to None or Static Set it back to dynamic. Shadows will never come back unless you delete and undo that mesh
  19. Here is a screenshot showing the dynamic shadow problem. All uses the same material. Ground and the pillar in the middle are BSP. Planes are mesh.
  20. I downloaded the latest update. The problem continues. I can see the dynamic light of the spot and point light in the editor but they have no effect when I save my scene and run the game, they disappear. BSP still does not cast any dynamic shadows. Another strange behaviour, spot and point lights don't have any effect on normal maps. As if normal maps don't use the light information, they don't change any direction based on the light angle. Again, I'm using all dynamic shaders, dynamic material, dynamic shadow casting bsp.
  21. Textures are looking terrible at oblique angles right now. Especially geometry like ground and walls in corridors. Up to 16x Anisotropic Filtering would increase the visual quality of the textures a lot.
  22. Ah yes, the thread title is misleading, these suggestions are meant for any version in the 3.x line of updates.
  23. Perfect thanks, so do we get this bugfix with 3.1?
×
×
  • Create New...