Search the Community
Showing results for tags 'performance'.
-
I'm planning to use LOT'S of decals in my project. I will use them to for signs, labels, dirt etc. My question is, before I go ahead, do they eat lot of processing power? What if I have a prefab with ten decals and then I have that prefab used in 20 different places? Even hundreds? Well, yes best way is to test it But wanted to ask if it is just plain stupid thing to do one should not even try. Another question, can we have emissive decals? I created "Emissive decal" by applying it over emissive surface (needed to reverse the decal though), but although it works, It is not usable in many
-
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
- 19 replies
-
- Performance
- Art
-
(and 2 more)
Tagged with:
-
http://pastebin.com/yQ2jHPii > I put my script on pastebin for better overview. This is the script I attached to a turret . Basic explaination: It ckecks for enemies nearby and alligns itself to them, calls shoot() function once in a while. The Bullet itself is only for the visual. To hurt the enemy, I will later acces the enemy script trough the turret and call a hurt function. In the start funcion I set up an emitter which should look like a bullet flying . I want to know how i properly let the emitter play , and have multiple bullets at one time. ( or just how to play it , i can ma
-
I'm running into a huge issue, I can't wrap my head around it. Whenever I compile the Lua interpreter (Visual Studio Express 2013, Release mode, Windows-32 bit), I get back an exe about 5.5 MB large. The Lua interpreter that comes in each project is only 4.5 MB large. This fact alone wouldn't be a huge issue, but I have a feeling that it is contributing to perfomance issues. Here's the problem: If I create a map with too many entities, my compiled interpreter will exponentially decrease it's framerate until the game basically freezes. The same map used on the Lua interpreted version does n
-
I find it really strange that I'm getting really low FPS on all of the maps that I make, I usually have around 5-10 fps when the map is fully finished, and the bad thing is, I'm not the only one with this problem. I get that my map is intense in terms of lights and whatnot but my specs should allow me to run the game at 60+fps. I thought that this issue would be a bit better with 3.4 but it's the same as 3.3 Oh and I've published the game and ran it, same deal. Low FPS for days.
- 38 replies
-
- Performance
- Low frames
-
(and 1 more)
Tagged with:
-
This might be a pretty obscure question, but I just had a thought as to why I might sometimes get crashes randomly. Anyway, do loaded assets get "cached"? If not, then could loading and releasing assets possibly fragment memory to an extent that could cause a game to crash?
-
- performance
- crashing
-
(and 1 more)
Tagged with:
-
Here is the issue I'm having. I recently updated my map with a ton of new assets. Anyway, I still get about 30 fps, but when I have the number of assets that I now have in the scene, it crashes, particularly when I move the camera to face the more dense areas. Sometimes it even crashes outright. When I remove a few buildings or a few cars, this doesn't happen. I can't upload the map, but maybe this video will help: https://www.youtube.com/watch?v=vRo1zVLjOvk Video Card: GeForce GTX 750 Ti Processor: AMD FX-4130 Also, I thought this might be an occlusion culling bug, but when I di
-
So, I was trying to find out why my game's framerate wasn't the best, and I came across an unexpected discovery. When I have 6 separate car models in game, the framerate plummets. However, if I use the same car model, the framerate is more reasonable. Anyway, I was just wondering, is this supposed to happen? I mean I only have 6 AI cars currently, but the performance seems a bit low. The FPS drops about 75% (like from 40 fps to 10 fps or something like that) once all 6 models are added.
-
I've noticed during the testing, performance is really bad. Whether it's the AI testing level (3-10 FPS), 2 lights+floor+kicking around a box, or a particle emitter with high particle count, as soon as something starts happening it is visibly choppy. It is bogged down from 200 FPS to around 20 FPS with hardly anything going on, and I don't see why that could be, it's not like many unnecessary things are being rendered. (the moving platform level has more lights and moving shadows, unless that's different because the fixed movement path allows the shadows to be buffered) Now my computer is a
- 4 replies
-
- performance
- shadows
-
(and 1 more)
Tagged with:
-
So I was reading a something from a post on one of Unity's forums (I'm not interested in the engine, but some of the discussions there are helpful), and atlas texturing seems to be a big thing there. I had no idea that one large texture that combined multiple small textures could improve performance substantially. Anyway, how does Leadwerks draw textures under the hood? Does it go through all draw calls like Unity (and thus atlas texturing is important)? Also, are textures dynamically freed when the last instance of a material is hidden from view? Thanks in advance for any feedback! I'
-
Is Leadwerks designed to handle a lot of unique textures without significant performance drop? I'm just curious because I trying to decide on whether or not to use a bunch of unique textures in my game to a lot add variety. Also, how many unique textures are you using if you are working on a game? I'd be interested to know! Thanks, nick.ace