File: README.VRML97

package info (click to toggle)
coin2 2.3.0-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 19,728 kB
  • ctags: 23,488
  • sloc: cpp: 147,249; ansic: 34,393; sh: 9,023; makefile: 5,648; yacc: 174; lex: 107; perl: 8
file content (42 lines) | stat: -rw-r--r-- 1,156 bytes parent folder | download
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