COLLADAMax Nextgen: Export - Supported features
-------------------------------------------------

Scene graph
    - Transformations 
    - Instances
      - Visual scenes
      - Geometries
      - Materials
      - Effects
      - Cameras
      - Light
	
Geometry   
    - Mesh: 
	    - POSITION, VERTEX, NORMAL, TEXCOORD (multiple also), COLOR
	    - POLYLIST or TRIANGLES
	  - Extra tags for primitives (box, sphere, ...)

Materials / Effects
    - Texture and color materials
    - Materials Phong and Blinn 

Animation
    - Animation types: LINEAR, STEP, BEZIER
    - All kinds of node transformations 
    - Material parameters like color
    - Morph controller weights
    - Extra parameters of camera, light, primitives
    
Controller
    - Skin and morph controller
    - multiple controllers
    
Camera
    - orthographic and perspective

Light
    - ambient, point, spot, directional
    
XRefs
    - Geometries
    - Materials
    - Transformations
    
    

COLLADAMax Nextgen: Import - Supported features
-------------------------------------------------

Scene graph
    - Transformations 
    - Instances
      - Visual scenes
      - Geometries
      - Materials
      - Effects
      - Cameras
      - Light
      - Node
	
Geometry   
    - Mesh: 
	    - POSITION, VERTEX, NORMAL, TEXCOORD (multiple also), COLOR
	    - triangles, tristrips, trifans, polylists, polygons ( without holes)

Materials / Effects
    - Texture and color materials
    - Materials Phong, Blinn, Constant and Lambert

Animation
    - Animation types: LINEAR, STEP, BEZIER
    - All kinds of node transformations 
    - Material parameters like color
    
Camera
    - orthographic and perspective

Light
    - ambient, point, spot, directional
    


