metafizzy / zdog

Flat, round, designer-friendly pseudo-3D engine for canvas & SVG

Home Page:https://zzz.dog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot create new shapes inside animate function

charlesr1971 opened this issue · comments

When I try and create a new shape inside:

var shapes = [];

function animate(){
push.shapes(new Zdog.Shape({...}));
illo.updateRenderGraph();
window.requestAnimationFrame(animate);
}

Although the array gets populated, the new shapes do not get rendered to the screen.

I am not sure whether this is a bug or a constraint of 'requestAnimationFrame'?

I'm sorry to see you're having trouble with Zdog. Could you provide a reduced test case? See Submitting Issues in the contributing guidelines.