Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

AFP 3d models

Featured Replies

  • Author
  • Localization

onelove1210, posted Thu Jul 28, 2016 12:19 am (15793)


Hope you guys can take a look on 3d model from Flash Game :D. Those files in Temp folder when you are playing. Those folders which I upload, just my thinking. I'm not sure about that.
  • Author
  • Localization

onelove1210, posted Thu Jul 28, 2016 2:55 pm (15804)


Anybody can take a look on those files? :D
  • Author
  • Localization

Acewell, posted Fri Jul 29, 2016 6:39 pm (15883)


like i said before, i couldn't get anything useful out of the sample, just a point cloud
Image
that is the first submesh in the f_00012b~ sample and it looks like a weapon to me
i never could get what looked like the face indices to come out clean :(
  • Author
  • Localization

onelove1210, posted Sat Jul 30, 2016 1:06 am (15907)


Acewell wrote:
like i said before, i couldn't get anything useful out of the sample, just a point cloud
that is the first submesh in the f_00012b~ sample and it looks like a weapon to me
i never could get what looked like the face indices to come out clean :(


Yeah! The original f_00012b was a ZIP, so I decided to unzip and I got that file

This file is F_00012a~, maybe it contains something useful about face indices
...edited

If you still get stuck on those files, try other files in this link, hope they are better than the files which i uploaded before
...edited
  • Author
  • Localization

Acewell, posted Sun Jul 31, 2016 4:14 am (15967)


I see now why my first attempts were unsuccessful,
the face indices are big endian byte order and the vertices are little endian byte order
This is the first time i ever seen this happen.
Hex2obj has only a Big or Little endian switch and i can not get both perfect results together
i had to save the mesh out twice, as both big and little endian, then copy the good face indices to
the obj file with the good vertices
Image
  • Author
  • Localization

onelove1210, posted Sun Jul 31, 2016 8:22 am (15975)


Acewell wrote:
I see now why my first attempts were unsuccessful,
the face indices are big endian byte order and the vertices are little endian byte order
This is the first time i ever seen this happen.
Hex2obj has only a Big or Little endian switch and i can not get both perfect results together
i had to save the mesh out twice, as both big and little endian, then copy the good face indices to
the obj file with the good vertices


nice work, thank you for all your hard work, can you send me the obj with perfect mesh? Is it simple to make plugins for Noesis or 3Dsmax, due to what you had figure out :o
After that we should suggest shakotay to develope some futures for hex2obj :mrgreen:
  • Author
  • Localization

Acewell, posted Sun Jul 31, 2016 6:01 pm (16006)


plugins and scripts are always more difficult because you have to at least figure
out a basic structure of an unfamiliar format so that it works with more than one model.
i don't think shakotay will add a new feature to Hex2obj just for samples like this because
it is rare and can be corrected by swapping byte order in other programs. :)

here is the first submesh converted to obj with UVs
  • Author
  • Localization

onelove1210, posted Mon Aug 01, 2016 9:38 am (16035)


Thanks mate :D you help me a lot. Could you mind send me the data of 2 h2o files, big and little endian?
  • Author
  • Localization

Acewell, posted Tue Aug 02, 2016 8:30 pm (16088)


Save out the vertices with UV data with this one, and you must have "PtCld" active when saving out the mesh
Code:
0x4723E 14739
Vb1
36 12
0x6D 8091
040000
0x0 255


Save the face indices with this one, make sure "PtCld" is NOT active when saving out the mesh
Code:
0x4723E 14739
Vb1
36 12
0x6D 8091
140000
0x0 255

:)
  • Author
  • Localization

onelove1210, posted Wed Aug 03, 2016 3:51 am (16106)


Thanks mate, those file look good :D
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.