1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
FIXME: this is just pederb's internal TODO-list at the moment. Should
be cleaned up to contain a proper list of status, missing features and
good-to-know stuff about Coin's VRML97 support. 20021108 mortene.
--
Investigate before release
==========================
- renderCaching++ fields in Transform should not be exported
(do a setDefault(TRUE) on those fields in the first write pass)
- material handling when doing textures. It seems like RGB textures
should overwrite the diffuse color entirely. This sounds weird though.
Not supported
=============
- MovieTexture
- Background (bindable)
- Collision
- Fog (bindable)
- FontStyle
- Script (needs some callback so that an application can handle it).
- Text (should implement with default font. Use code from QvLib?)
- Viewpoint (bindable)
- NavigationInfo (should be handled by browser, bindable)
- EXTERNPROTO (needs code to fetch definition from an URL)
Needs more testing
==================
- Anchor
- Billboard
- Inline
- NavigationInfo
- PointLight, SpotLight and DirectionalLight (should affect the entire group)
- ROUTE export
- Should probably test PROTO export better as well
|