Signup Issues have been resolved (hopefully). If you have previously had issues signing up for the forum, please try again.
0 Members and 2 Guests are viewing this topic.
Nope.My plan is to represent the data; the whole data; and nothing but the data.I'm not even using commas.I'm thinking about only reading the first letter of the wordsframepalettetableto know what must come next on that same line and how to interpret the numerical values that will follow it.a frame can be 2D or 3D; rgb, table or palette; short, unit or real.a palette or a table is currently stored in rgb; which is the token for three separate unsigned char. Since there is no "blanking bit" in this format, the literal -1 is stored when a point is blank.In the future I want to add the hex format that would store colors as 0xRRGGBB; a single, 24 bit hexadecimal number. Again, I would use the literal -1 to designate a blank vertex.A palette can also have a name; this would be the last token on the line. Only 8 characters will be read. This will be matched with the named palette set loaded in LaserBoy.LaserBoy will be able to read more text variation that it will write. It can write short and unit. It will also read real; the universe at any size.James.