ephtracy / voxel-model

1.22k stars 406 forks source link

File Format 1x4 #38

Closed feresr closed 4 years ago

feresr commented 4 years ago

I have the feeling that this might be a stupid question and that I'm going to facepalm myself when I get an answer but... what do 1x4 bytes mean below? why isn't it just 4 lime in the next line?

MagicaVoxel .vox File Format [10/18/2016]

1. File Structure : RIFF style
-------------------------------------------------------------------------------
# Bytes  | Type       | Value
-------------------------------------------------------------------------------
1x4      | char       | id 'VOX ' : 'V' 'O' 'X' 'space', 'V' is first
4        | int        | version number : 150
feresr commented 4 years ago

oh nvm, I guess it's trying to say 4 bytes, each one represents one out of 4 individual 'chars'