Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 
Share Thread:
Reddit Facebook Twitter
Wings file format specification
09-09-2014, 01:06 PM
Post: #3
RE: Wings file format specification
(09-08-2014 09:46 PM)scindix Wrote:  I already found out that they begin with the header "#!WINGS-1.0 0D 0A 1A 04 [4 bytes that are probably matching the file size] 83 50"
Almost. The four bytes are reference to the data size - that exclude the header string:
wings_ff_wings.erl Wrote:-define(WINGS_HEADER, "#!WINGS-1.0\r\n\032\04")
\r = #13 = 0D
\n = #10 = 0A
\032 = #32 = 20 (??)
\04 = #4 = 04
* The red one is not matching with your value.

If you are able to read the Erlang files you can find all information checking this file: wings_ff_wings.erl

@MicheusVieira MicheusVieira Micheuss micheus4wings3d
* Wings3D Team stands for: Björn and Dan
Reply


Messages In This Thread
Wings file format specification - scindix - 09-08-2014, 09:46 PM
RE: Wings file format specification - micheus - 09-09-2014 01:06 PM
RE: Wings file format specification - dgud - 09-12-2014, 12:42 PM
RE: Wings file format specification - dgud - 06-28-2018, 07:43 AM
RE: Wings file format specification - dgud - 07-03-2018, 11:18 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)