Skip to content

iso surface from images example does not work.  #6

@nosarious

Description

@nosarious

there is an extra bracket in front of 'data' that is unnecessary.

for(int i=0;i<360;i++){
   images[i]=sketchPath("/data/square-"+index(i+1)+".png"); 
  }

should be:

 for(int i=0;i<360;i++){
   images[i]=sketchPath("data/square-"+index(i+1)+".png"); 
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions