Search found 287 matches

by Bigfoot71
Tue Sep 13, 2022 7:11 am
Forum: Support and Development
Topic: Mesh generation problem
Replies: 4
Views: 1314

Mesh generation problem

Hello everyone, I'm coming back to you to find out if you have any suggestions, courses for example, to learn more about mesh generation. I made a maze game (2d) with a level generator and I would have liked to make it a 3d one (with g3d), and for that it would therefore be necessary (I suppose) tha...
by Bigfoot71
Tue Sep 13, 2022 6:39 am
Forum: Support and Development
Topic: Should I set g3d to local or global
Replies: 5
Views: 1510

Re: Should I set g3d to local or global

Thanks a lot for your answers ! And yes excuse me, I expressed myself badly, it was more suppositions than assertions that I was developing, thank you again it will help me a lot I see more clearly now ^^ edit: and I noticed that I had forgotten to put 'local' to 'self' in my example, but nothing se...
by Bigfoot71
Mon Sep 12, 2022 12:33 pm
Forum: Support and Development
Topic: Should I set g3d to local or global
Replies: 5
Views: 1510

Should I set g3d to local or global

So here is the problem and what I want to do, I use the g3d library to make a 3d game (obviously) and I looked at the demo projects done with it and the question very quickly came to me while coding with it, how to define the library, local or global? The first solution would be to import it globall...
by Bigfoot71
Sat Apr 23, 2022 3:51 am
Forum: Support and Development
Topic: [solved] Color display problem
Replies: 4
Views: 2657

Re: Color display problem

Excuse me for my absence, thank you for the explanation and for the function, I had not thought that we should apply it otherwise, thank you again ^^
by Bigfoot71
Fri Mar 25, 2022 3:38 am
Forum: Support and Development
Topic: [solved] Color display problem
Replies: 4
Views: 2657

[solved] Color display problem

Hello, I'm writing on this forum because I'm starting to discover love2d but each time I have the same color display problem and I couldn't find other topics talking about it. When I want to display gray (depending on the hues) it's only either white or black, no gray to display... I'm not talking a...
by Bigfoot71
Fri Mar 11, 2022 4:29 pm
Forum: Support and Development
Topic: [Solved] Question about multiple shaders
Replies: 3
Views: 2339

Re: Question about shaders

Thank you ReFreeze! I was able to do it by following your instructions.

Thank you also Glitchapp for this information, it will be good to have but I would like to experiment myself as much as possible, I'm still learning but thank you very much ^^

Problem solved ! <3
by Bigfoot71
Fri Mar 11, 2022 11:24 am
Forum: Support and Development
Topic: [Solved] Question about multiple shaders
Replies: 3
Views: 2339

[Solved] Question about multiple shaders

Hello to you, I'll try to be brief, I wanted to add a shader to the game I'm doing, something I succeeded. But when it comes to "stacking" them I can see a difference but really not very obvious. My question is would an approach like this be a good approach: function love.draw() love.graph...