vector of Vec3f

Hello,

Is it possible to use a vector of vec3f?

1
2
3
4
5
vector<vec3f>> texsT;
texsT[1].x=1;
texsT[2].x=1;

ect...


Thanks
Yes. You can have a vector of any type, as long as that type is copyable.
Topic archived. No new replies allowed.