pimonteiro / CG

MIT License
0 stars 0 forks source link

Generator generates normals and vertex of primitive #58

Closed pimonteiro closed 5 years ago

pimonteiro commented 5 years ago

Why pass by pointer instead of by reference? Why are you using a vector instead of vector<*Point>?

You have a warning in the solarSystemGen.cpp file, line 56.

Solar system wasn't touched so i won't bother with it for now.

herulume commented 5 years ago

Why pass by pointer instead of by reference? Why are you using a vector instead of vector<*Point>? You have a warning in the solarSystemGen.cpp file, line 56.

Solar system wasn't touched so i won't bother with it for now.

Slip between PRs, very well. Answer the rest, please.

pimonteiro commented 5 years ago

Why pass by pointer instead of by reference? Why are you using a vector instead of vector<*Point>?

You have a warning in the solarSystemGen.cpp file, line 56.

Don't understand what you mean with the two first questions.