Search the Community
Showing results for tags 'Engine'.
-
My Card Graphics 9800 gt 1 gb. Windows 10 x 64. 4 gb ram. I appreciate any suggestions.
-
This is a query more than anything. As I read the documentation both Script:UpdateWorld() and Script:UpdatePhysics() are both initiated by a single call to World::Update(). In fact the physics is a child of world and is always(?) invoked. So it appears that the separation is more a conceptual one rather than a functional one. The only reason I can think of is by putting all physics in UpdatePhysics then if (I'm not sure) that is invoked first you would know that all physics updates have been applied before you do any other world level checks/logic. So is that it or am I missing something important? I'm feeling rather dense today.
-
Hi there, I am wondering if I am doing something wrong, or if I expect too much from Leadwerks... I built a small medivial house, just to play around. Soon I recognized that I got trouble with perfromance, very low FPS in Debug and normal run mode. So I started testing Leadwerks Performance a bit. I dont have experience with other engines, Leadwerks is the first I get my hands on. Well to move on, I rebuilt the whole house, creating models with less polygons and I also disabled most of the shadows. I posted a view screenshots where you can see my poly count and fps rate. I dont really understand why its lagging. Even if I just place a single house I get only 30 FPS. Ok the textures need some optimization but about 500 MB memory usage in summary isnt that much, even if its much for those few houses. I am a bit disappointed. How should I ever create a livley city when the performance is that bad? I searched the web for what poly counts are common and found out that 10k polygons are ok for a detailed character, for a prop its suggested to be 500 -1.5k. So 7k for a whole house really isnt much. So am I doing something wrong? Because I cannot believe Leadwerks performance is that bad. I need to add that if I decrease the resolution of my project to standart (something like 1024 x 768) it runs smoother, but for the city map I still get FPS drops and a maximum of 30 - 40 FPS which is not optimal. But still it needs to run smooth on a 1920 x 1080 resolution! I also want to add that If I activate static shadows for all the props build around the house (Planks, Lamp, Windows, etc.) the framerate is like hell. I dont think I can do something so wrong with just a single house and some textures, but I am glad if I am wrong A few more Infos: - I dont use any extra shaders - there are two point lights per house - I set the screen resolution to 1920 x 1080 - even if I export the game and run it I get 20 - 30 FPS (for the "city" map) - My specs: Intel Core i5-3570K CPU @ 3.40 GHz, 8 GB Ram, Windows 7 64 Bit, Nvidia Geforce GTX 960 4G (4 GB Vram) - I use specular and normalmaps for all textures - The houses dont have an interior I really appreciate if you are able to help me. If you need some more info please tell me. I just want to make a awesome game...
- 19 replies
-
- Performance
- Art
-
(and 2 more)
Tagged with:
-
If you now, fast objekts skip collision check and move through other objekts. Have engine any standart methods preventing it?
-
Hello. I am fairly new to the leadwerks engine. And upon my setup of a C++ project, on the first build it came up with the error, "MyProject.cpp(2): fatal error C1083: Cannot open include file: 'engine.h': No such file or directory" I did notice a few things different when i was setting up the project properties, extra parameters, etc, but i dismissed them because i am running 2010 version. I am sure i did everything right. Can someone help me solve this bug?