Skip to content

Thrown off by these main.cpp lines #13

Answered by yaniquerobyn
mrcrayon1 asked this question in Q&A
Discussion options

You must be logged in to vote

{"1-background", "2-character", "3-head", "4-eyes", "5-lip"},
{"1-background", "2-character", "3-head"}

Here, there are two lines which show the names of the Layers. The first line contains 5 attributes, background, character, head eyes and lip. The second line has three Attributes, Background character and head only.

The vector collectionSize = {10, 4}; means that it will generate 10 files using the first line of attributes and 4 files using the second line of attributes. This is good for when you have certain layers which may clash if generated together.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Goldo02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants