{
  "submission_id": "512793",
  "keywords": [
    {
      "keyword_id": "137564",
      "keyword_name": "ern",
      "contributed": "f",
      "submissions_count": "723"
    },
    {
      "keyword_id": "169391",
      "keyword_name": "rocketgirl adventures",
      "contributed": "f",
      "submissions_count": "2"
    }
  ],
  "hidden": "f",
  "scraps": "t",
  "favorite": "f",
  "favorites_count": "11",
  "create_datetime": "2013-11-24 22:02:10.858463+00",
  "create_datetime_usertime": "24 Nov 2013 23:02 CET",
  "last_file_update_datetime": "2013-11-24 21:50:00.832166+00",
  "last_file_update_datetime_usertime": "24 Nov 2013 22:50 CET",
  "username": "ern",
  "user_id": "181746",
  "user_icon_file_name": "164212_ern_rg_sprites.jpg",
  "user_icon_url_large": "https://nl1.ib.metapix.net/usericons/large/164/164212_ern_rg_sprites.jpg",
  "user_icon_url_medium": "https://nl1.ib.metapix.net/usericons/medium/164/164212_ern_rg_sprites.jpg",
  "user_icon_url_small": "https://nl1.ib.metapix.net/usericons/small/164/164212_ern_rg_sprites.jpg",
  "file_name": "668323_ern_12.png",
  "file_url_full": "https://nl1.ib.metapix.net/files/full/668/668323_ern_12.png",
  "file_url_screen": "https://nl1.ib.metapix.net/files/screen/668/668323_ern_12.png",
  "file_url_preview": "https://nl1.ib.metapix.net/files/preview/668/668323_ern_12.jpg",
  "thumbnail_url_huge_noncustom": "https://nl1.ib.metapix.net/files/preview/668/668323_ern_12.jpg",
  "thumbnail_url_large_noncustom": "https://nl1.ib.metapix.net/thumbnails/large/668/668323_ern_12_noncustom.jpg",
  "thumbnail_url_medium_noncustom": "https://nl1.ib.metapix.net/thumbnails/medium/668/668323_ern_12_noncustom.jpg",
  "thumb_medium_noncustom_x": "120",
  "thumb_medium_noncustom_y": "66",
  "thumb_large_noncustom_x": "200",
  "thumb_large_noncustom_y": "110",
  "thumb_huge_noncustom_x": "300",
  "thumb_huge_noncustom_y": "166",
  "files": [
    {
      "file_id": "668323",
      "file_name": "668323_ern_12.png",
      "file_url_full": "https://nl1.ib.metapix.net/files/full/668/668323_ern_12.png",
      "file_url_screen": "https://nl1.ib.metapix.net/files/screen/668/668323_ern_12.png",
      "file_url_preview": "https://nl1.ib.metapix.net/files/preview/668/668323_ern_12.jpg",
      "mimetype": "image/png",
      "submission_id": "512793",
      "user_id": "181746",
      "submission_file_order": "0",
      "full_size_x": "1277",
      "full_size_y": "705",
      "screen_size_x": "920",
      "screen_size_y": "508",
      "preview_size_x": "300",
      "preview_size_y": "166",
      "initial_file_md5": "8fafbd8f4abe6ad7efdd1291fa4ccf19",
      "full_file_md5": "fc981e4c1b235c58357dcada2fce97d1",
      "large_file_md5": "35afb38871e19de4fcdcfcbfdf4ad7d5",
      "small_file_md5": "2acb7201022bb3634d8e204a157afa4b",
      "thumbnail_md5": "392b47ba34bcb3ad32ea5b7730ab81f5",
      "deleted": "f",
      "create_datetime": "2013-11-24 21:50:00.832166+00",
      "create_datetime_usertime": "24 Nov 2013 22:50 CET",
      "thumbnail_url_huge_noncustom": "https://nl1.ib.metapix.net/files/preview/668/668323_ern_12.jpg",
      "thumbnail_url_large_noncustom": "https://nl1.ib.metapix.net/thumbnails/large/668/668323_ern_12_noncustom.jpg",
      "thumbnail_url_medium_noncustom": "https://nl1.ib.metapix.net/thumbnails/medium/668/668323_ern_12_noncustom.jpg",
      "thumb_medium_noncustom_x": "120",
      "thumb_medium_noncustom_y": "66",
      "thumb_large_noncustom_x": "200",
      "thumb_large_noncustom_y": "110",
      "thumb_huge_noncustom_x": "300",
      "thumb_huge_noncustom_y": "166"
    }
  ],
  "pools": [],
  "description": "Modularity is one of the most important things with making a game. It makes things easier on yourself and also makes the game engine run quicker with optimized texture space \n\nTheory: Games have you load textures off of maps for every object in the level. If you have two of the same objects but with different textures, then that is twice as much memory used for textures. Right. The goal is always to optimized space to give you the best quality to customization ratio possible.  \n\nHere I decided to break down one box into its basic components, create a few more variations of those components (on the right). From there I was quickly able to manufacture 16 brand new variations of boxes very quick. A lot quicker then having to draw out those 16 variations by hand and saves in texture space as the game engine only has to load the right assets to create all boxes.\n\nDon't think you'll get board by seeing the same object over and over again in this game!^^  ",
  "description_bbcode_parsed": "<span style='word-wrap: break-word;'>Modularity is one of the most important things with making a game. It makes things easier on yourself and also makes the game engine run quicker with optimized texture space <br /><br />Theory: Games have you load textures off of maps for every object in the level. If you have two of the same objects but with different textures, then that is twice as much memory used for textures. Right. The goal is always to optimized space to give you the best quality to customization ratio possible.&nbsp;&nbsp;<br /><br />Here I decided to break down one box into its basic components, create a few more variations of those components (on the right). From there I was quickly able to manufacture 16 brand new variations of boxes very quick. A lot quicker then having to draw out those 16 variations by hand and saves in texture space as the game engine only has to load the right assets to create all boxes.<br /><br />Don&#039;t think you&#039;ll get board by seeing the same object over and over again in this game!^^&nbsp;&nbsp;</span>",
  "writing": "",
  "writing_bbcode_parsed": "<span style='word-wrap: break-word;'></span>",
  "pools_count": 0,
  "title": "Game Asset Modularity ",
  "deleted": "f",
  "public": "t",
  "mimetype": "image/png",
  "pagecount": "1",
  "rating_id": "0",
  "rating_name": "General",
  "ratings": [],
  "submission_type_id": "1",
  "type_name": "Picture/Pinup",
  "guest_block": "f",
  "friends_only": "f",
  "comments_count": "4",
  "views": "363"
}