Difference between revisions of "X3D Multitexture"
From Web3D.org
(→X3D Players Implementing Multitexture Capabilities) |
(→X3D Authoring Tools Implementing Multitexture Capabilities) |
||
Line 50: | Line 50: | ||
[[Tool support for X3D components]] summarizes currently known capabilities for all authoring (and conversion) tools and all components | [[Tool support for X3D components]] summarizes currently known capabilities for all authoring (and conversion) tools and all components | ||
+ | |||
+ | '''X3D-Edit''' | ||
+ | * Current [https://savage.nps.edu/X3D-Edit X3D-Edit distribution] supports Multitexture node editing | ||
+ | |||
+ | '''X3D Tooltips''' | ||
+ | * English support provided for [http://www.web3d.org/x3d/content/X3dTooltips.html#MultiTexture MultiTexture], [http://www.web3d.org/x3d/content/X3dTooltips.html#MultiTextureCoordinate MultiTextureCoordinate] and [http://www.web3d.org/x3d/content/X3dTooltips.html#MultiTextureTransform MultiTextureTransform] | ||
== Example Scenes for Testing == | == Example Scenes for Testing == |
Revision as of 16:29, 24 April 2013
X3D Multitexture needs a complete review of current capabilities to ensure that proper support is required.
Contents
X3D Specification and Possible Technical Issues
Multitexture capabilities are defined in the Texturing Component of the X3D Specification.
Technical problems and issues
- Dave Arendash has posted several times on specification deficiencies and Need good multitexture example
- Michalis Kamburelis has posted a detailed list of Problems with existing X3D MultiTexture specification based on implementing these capabilities in the Castle Game Engine
- 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.
- Timo reports that X3DOM can use a shader approach:
- commonSurfaceShader01.xhtml
- commonSurfaceShader02.xhtml
- x3dom_composedShader.xhtml is a bump mapping example with multitextures
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
- Multitexture support is available
Instant Reality
X3DOM
- MultiTextureNodes are part of the X3DOM HTML-Profile
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
- Current X3D-Edit distribution supports Multitexture node editing
X3D Tooltips
- English support provided for MultiTexture, MultiTextureCoordinate and MultiTextureTransform
Example Scenes for Testing
- Castle Game Engine has posted a number of VRML / X3D demo models. Inside texturing_advanced/ subdirectory there are a number of multi-texturing examples (mostly in classic encoding) in multi_tex_* files.
- Multi Texture Design Pattern is an initial example (figure), more scenes will be added to X3D for Advanced Modeling examples