Search found 3 matches

by GewoonMaarten
Mon Jan 11, 2016 8:45 pm
Forum: General
Topic: light vs shadow engine v0.4.3 for LÖVE v0.10.0
Replies: 1
Views: 1886

light vs shadow engine v0.4.3 for LÖVE v0.10.0

I recently needed to use this library for my little project. I saw that it was build for LÖVE v0.9.0 so I decided to update it (to the best of my abilities). I couldn't get the demo to work properly but you should be able to use the functions(I hope). It has a MIT license(do what ever the fuck you w...
by GewoonMaarten
Sun Jan 10, 2016 8:35 pm
Forum: Support and Development
Topic: [Solved][Problem] HUMP camera:draw not working
Replies: 1
Views: 1795

Re: [Solved][Problem] HUMP camera:draw not working

I found the problem. For the cam:zoom variable I used 0,5 instead of 0.5 :P

stupid mistake haha
by GewoonMaarten
Sun Jan 10, 2016 7:44 pm
Forum: Support and Development
Topic: [Solved][Problem] HUMP camera:draw not working
Replies: 1
Views: 1795

[Solved][Problem] HUMP camera:draw not working

Hello everybody, I am trying to make a random solar system generator but, progress was halted recently because of a problem I created with the HUMP Library. The Problem is that when I use camera:draw(function) it doesn't draw anything. I use HUMP in the controls.lua file and it is supposed to draw a...