Advertisement

File Loading Problems

Started by February 21, 2002 06:38 PM
0 comments, last by cb007sax 23 years ago
Im loading a graphics file in my graphics engine, first, before i did the graphics file, i used a set of points in an array that i defined statically in a program, like Point3 array[] = {0.342,2.1,0.2}; like that, but now, that i am loading from file, some of the vertices of my program are not right, i am using an std::vector to load them, i even have a loop setup that says if the vertice from the file does not equal the static vertice send an error, but it doesnt! all the verties are equal, yet it still shows the vertices in correctly when i load them from a file, what is the problem?
Please post code.

If we (IE us in the forum) were to go entirely by the information you have provided then we could only come to the same conclusion you have (It dont work).



-------- E y e .Scream Software --------
----------------------------------------
                                  /-\
    http://www.eyescream.cjb.net | * |
                                  \-/
----------------------------------------

This topic is closed to new replies.

Advertisement