ParticleSystem and Canvas

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
Post Reply
Goober
Prole
Posts: 6
Joined: Wed Mar 11, 2015 9:28 pm

ParticleSystem and Canvas

Post by Goober »

When I draw a ParticleSystem to a canvas, then draw that canvas, it seems like it's only drawing a tiny portion of the particle system. Perhaps the first set of the 8 types of particle that can be used? Is there something I'm doing wrong?

This is all I'm doing with it:

Code: Select all

canvas = love.graphics.newCanvas()
love.graphics.setCanvas(canvas)
love.graphics.draw(particleSystem, x, y)
love.graphics.setCanvas()
love.graphics.draw(canvas)
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 57 guests