Difference between revisions of "X3D Multitexture"

From Web3D.org
Jump to: navigation, search
(X3D Players Implementing Multitexture Capabilities)
(Example Scenes for Testing: add next steps)
Line 64: Line 64:
 
* Castle Game Engine has posted a number of [http://castle-engine.sourceforge.net/demo_models.php VRML / X3D demo models]. Inside texturing_advanced/ subdirectory there are a number of multi-texturing examples (mostly in classic encoding) in multi_tex_* files.
 
* Castle Game Engine has posted a number of [http://castle-engine.sourceforge.net/demo_models.php VRML / X3D demo models]. Inside texturing_advanced/ subdirectory there are a number of multi-texturing examples (mostly in classic encoding) in multi_tex_* files.
 
* [http://x3dgraphics.com/examples/X3dForAdvancedModeling/MultiTexture3D/MultiTextureDesignPattern.x3d Multi Texture Design Pattern] is an initial example  ([http://x3dgraphics.com/examples/X3dForAdvancedModeling/MultiTexture3D/MultiTextureDesignPatternSceneGraph.png figure]), more scenes will be added to [http://x3dgraphics.com/examples/X3dForAdvancedModeling/MultiTexture3D/ X3D for Advanced Modeling] examples
 
* [http://x3dgraphics.com/examples/X3dForAdvancedModeling/MultiTexture3D/MultiTextureDesignPattern.x3d Multi Texture Design Pattern] is an initial example  ([http://x3dgraphics.com/examples/X3dForAdvancedModeling/MultiTexture3D/MultiTextureDesignPatternSceneGraph.png figure]), more scenes will be added to [http://x3dgraphics.com/examples/X3dForAdvancedModeling/MultiTexture3D/ X3D for Advanced Modeling] examples
 +
 +
== Next Steps ==
 +
 +
* Comments and additional entries for this page are welcome
 +
* We need comparable example scenes for testing
 +
* We need to review the technical comments for possible specification changes and clarifications

Revision as of 09:33, 24 April 2013

X3D Multitexture needs a complete review of current capabilities to ensure that proper support is required.

X3D Specification and Possible Technical Issues

Multitexture capabilities are defined in the Texturing Component of the X3D Specification.

Technical problems and issues

  • Yvonne Jung reports
    Having multiple textures for shaders is possible, but the compositing modes defined in the spec
    basically exactly map to some around >12 year old GL extensions from the pre-shader times.
    So, no, it won't supported in that way.

Although it appears that good support is becoming available by different players, we do need to confirm that they are generating and rendering models consistently.

X3D Players Implementing Multitexture Capabilities

Player support for X3D components summarizes currently known capabilities for all players and all components

BS Contact

  • Bitmanagement Feature Labs provides a Multitexture Lab allowing live modification of an example scene

Castle Game Engine

  • Does support multitexture

FreeX3D

Instant Reality

X3DOM

Xj3D

X3D Authoring Tools Implementing Multitexture Capabilities

Tool support for X3D components summarizes currently known capabilities for all authoring (and conversion) tools and all components

X3D-Edit

X3D Tooltips

Example Scenes for Testing

Next Steps

  • Comments and additional entries for this page are welcome
  • We need comparable example scenes for testing
  • We need to review the technical comments for possible specification changes and clarifications