wiki:FileFormat

Nova File Format (nvf)

struct ndf_root
{
  char id[4];
  
}


struct ndf_header
{ 
  int type;
  int name;
  int num_child;
  ndf_header children[];
}

struct ndf_element 
{
  int num_attr;
  ndf_attribute attr[];
}

struct ndf_attribute
{
  int name;
  char type;
}

  • mesh (name, count other)
  • submesh
  • joints

Nova Archive (nar)

Model file

model_root
--mesh
--mesh
Last modified 11 years ago Last modified on 05/21/14 13:13:43