Search found 3 matches

by vicit
Tue Feb 27, 2024 5:09 am
Forum: General
Topic: Shaders, Help!
Replies: 5
Views: 2146

Re: Shaders, Help!

Thank you all for the help, took a bit of a while to get the hang of it, here's a '3d' oscillating ball that I made with a flat circle 'orbiting around it'

Is there a forum where i can showcase?
by vicit
Thu Feb 22, 2024 9:10 pm
Forum: General
Topic: Shaders, Help!
Replies: 5
Views: 2146

Re: Shaders, Help!

Take a look at the documentation for love.graphics.newShader again. As the error message says, you need to provide either a "position" function or an "effect" function (or both). You are instead defining two "main" functions in the same string. Additionally, if you wan...
by vicit
Thu Feb 22, 2024 7:52 am
Forum: General
Topic: Shaders, Help!
Replies: 5
Views: 2146

Shaders, Help!

Hello I'm new to this forum and I want to know if anyone has an idea on what is wrong with the shader code i provided,(comment lines will point to location of code 'not part of the code) for I can't seem to draw a triangle on the screen, It worked well for other tests i've done like an rgb altering ...