• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 ... 27 28 29 30 31 ... 117 Next »

Custom/Hires 3d models - Anyone interested?
View New Posts | View Today's Posts

Poll: What do you think?
This poll is closed.
Yes, I would make use of custom models
71.43%
25 71.43%
Yes, I would create custom model packs
22.86%
8 22.86%
Yes, I would hack the Dolphin source to support custom model packs
5.71%
2 5.71%
No, this idea is stupid (please explain why!)
0%
0 0%
I have no idea what this is even about
0%
0 0%
Total 35 vote(s) 100%
* You voted for this item. [Show Results]

Thread Closed 
Thread Rating:
  • 2 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Custom/Hires 3d models - Anyone interested?
12-11-2012, 08:26 AM (This post was last modified: 12-11-2012, 08:38 AM by neobrain.)
#6
neobrain Offline
"Wow, I made my code 1000x faster! That means I can make it 2048x slower now!"
**********
Developers (Some Administrators and Super Moderators)
Posts: 3,208
Threads: 50
Joined: Jun 2009
(12-11-2012, 08:04 AM)AnyOldName3 Wrote: Whether or not I'd make any custom models would of course be dependant on what format(s) they could be in, whether I'd have to make specific textures and UV maps, how easy it would be to dump existing models etc, so basically, how helpful I am depends on how well the Devs do this.

I had geometry dumping working a year ago, it's not that hard to do and coding a GUI for it should be easy. The problem is that you'd likely end up with lots and LOTS of tiny geometry dumps of small vertex groups (.. and some bigger groups). Having a hundred thousands mini-dumps lying around can be avoided by using Fifo Player (for which I recently wrote a guide, btw).
Coding an .obj exporter+importer would probably be a requirement, but shouldn't be too hard. However, it also restricts the amount of things you could do with custom "models". When editing raw display lists you can create completely new effects; when restricting yourself to geometry data you can change just that.

Custom textures would use the existing custom textures feature.

EDIT: Further thinking about it, something like this format would probably work well:
"05
04
0a
06
27
80 filename.obj
34
fa
03
22
80 filename2.obj "
I.e. the file would probably contain raw FIFO data (the numbers basically setup render states, e.g. alpha blending etc) but link to external object files when geometry is to be drawn (that's the "80" command). That way you can still manually add/change effects but keep it simple for less advanced users who just want to edit geometry data (they won't have to edit that file at all then, just copy-paste it and edit only the .obj files).

The problem with this is of course that you have to edit each piece of geometry by itself. Speaking about full-blown character models as an example, this would e.g. mean that you get separate .obj files for arms/legs/head/body/etc or an even finer separation.

EDIT2:
Aaaand thinking further about it, it would probably be possible load multiple vertex groups from a single obj file. I.e. you'd have the full character model in a single .obj file, but inside the "raw fifo data file" you additionally have to specify which vertex range maps to which vertex group. Dunno if that makes any sense to you (too tired to elaborate on this atm) Big Grin
My blog
Me on Twitter
My wishlist on Amazon.de
Find
« Next Oldest | Next Newest »
Thread Closed 


Messages In This Thread
Custom/Hires 3d models - Anyone interested? - neobrain - 12-11-2012, 07:04 AM
RE: Custom/Hires 3d models - Anyone interested? - ExtremeDude2 - 12-11-2012, 07:10 AM
RE: Custom/Hires 3d models - Anyone interested? - DefenderX - 12-11-2012, 07:27 AM
RE: Custom/Hires 3d models - Anyone interested? - AnyOldName3 - 12-11-2012, 08:04 AM
RE: Custom/Hires 3d models - Anyone interested? - Garteal - 12-11-2012, 08:22 AM
RE: Custom/Hires 3d models - Anyone interested? - neobrain - 12-11-2012, 08:26 AM
RE: Custom/Hires 3d models - Anyone interested? - neobrain - 12-11-2012, 08:39 AM
RE: Custom/Hires 3d models - Anyone interested? - Shonumi - 12-11-2012, 04:47 PM
RE: Custom/Hires 3d models - Anyone interested? - MayImilae - 12-11-2012, 06:07 PM
RE: Custom/Hires 3d models - Anyone interested? - neobrain - 12-11-2012, 06:40 PM
RE: Custom/Hires 3d models - Anyone interested? - Shonumi - 12-12-2012, 02:08 AM
RE: Custom/Hires 3d models - Anyone interested? - AnyOldName3 - 12-12-2012, 08:07 AM
RE: Custom/Hires 3d models - Anyone interested? - ThorhiantheUltimate - 12-12-2012, 02:19 PM
RE: Custom/Hires 3d models - Anyone interested? - SonofUgly - 12-12-2012, 11:48 PM
RE: Custom/Hires 3d models - Anyone interested? - djneo - 08-15-2016, 02:29 AM
RE: Custom/Hires 3d models - Anyone interested? - MayImilae - 08-15-2016, 09:10 AM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode