Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (407)
games submitted by our members
Games in WIP (293)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  ignore  |  Print  
  .x3d format  (Read 1238 times)
0 Members and 1 Guest are viewing this topic.
Offline Java Cool Dude

Senior Member




Java forever


« Posted 2004-03-10 18:10:51 »

Bah I know I'm posting a crazy amount of topics these days, so please bear with me.
My idea is, instead of using super complex loader that might and might not work, let's create our specific format that could be used for a variety of things such as perpixel lighting, multi-texturing etc..
Here's my idea

Header: xith3d = file header
Meshes: 2    = number of meshes
Mesh1: numberOfElements numberOfIndices numberoftextures
tex1Type 3 or 2
...
...

4bytes4bytes4bytes vertex components
4bytes4bytes4bytes normal components
4bytes4bytes4bytes tangent components
4bytes4bytes4bytes binromal components
4bytes4bytes(4bytes) texture 1 components
......

I already wrote a little parser for this format and it's an extremely easy task, I also wrote an exporter 3ds -> .jcd (this format)
Thoughts?  


Offline abies

Senior Member





« Reply #1 - Posted 2004-03-10 19:03:27 »

For me, binary format is useful if it can be directly used from disk, without explicit loading/converting into memory(except header of course). This probably means that all major blocks should be aligned to some number of bytes (32?). It might be also useful to align vertex size to some multiple of 8,16 or 32 bytes, depending on GPU. Indices should be specified in order friendly for cache. It would be nice to have support for mixed geometry types (same vertex data, with multiple strips/free triangles).

In general, when I think about such formats, I imagine distributing models in some other format (modeller one for example) and creating binary, ready to use directly from disk format on install time. Same goes for textures, althrough dds is already designed this way.

Artur Biesiadowski
Offline aNt

Senior Member




AFK


« Reply #2 - Posted 2004-03-11 09:19:10 »

this would be cool- but 3ds wont export multi-texturing or bumpmapping etc etc anyway. so maybe we need a little editor to go with it Smiley make the model in 3ds- then open JCD texture .x3d editor to add all the other stuff- even shaders Smiley ... now that would rock!

when done save as .x3d and bosh - load your .x3d file into your own project using the cool x3dLoader.jar

bish bosh- that would be sweet.. but yes- a little to much hard work maybe?
Games published by our own members! Check 'em out!
Try the Free Demo of Titan Attacks
Offline William Denniss

JGO Coder


Projects: 2


Fire at will


« Reply #3 - Posted 2004-03-11 09:54:06 »

just an aside - be cautious using the term "x3d" as that refers to the X3D specification by the World Wide Web Consortium - the XML descendant of VRML (i'm sure you've heard of it - http://web3d.org/).

maybe .xith is a better extension Smiley

Will.

Pages: [1]
  ignore  |  Print  
 
 
You cannot reply to this message, because it is very, very old.

Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Browse for soundtracks for your game!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (94 views)
2013-05-17 21:29:12

alaslipknot (102 views)
2013-05-16 21:24:48

gouessej (132 views)
2013-05-16 00:53:38

gouessej (127 views)
2013-05-16 00:17:58

theagentd (138 views)
2013-05-15 15:01:13

theagentd (126 views)
2013-05-15 15:00:54

StreetDoggy (168 views)
2013-05-14 15:56:26

kutucuk (189 views)
2013-05-12 17:10:36

kutucuk (192 views)
2013-05-12 15:36:09

UnluckyDevil (199 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.081 seconds with 22 queries.