I am happy to announce the new release of the CyberVRML97.for Java.

The CyberVRML is development packages for building VRML97/2.0
applications using Java and Java3D quickly.

  CyberVRML97 for Java 1.4
  http://www.cybergarage.org/vrml/cv97/cv97java/index.html

I have fixed the data structures and the access methods to fast, and added
the following file loader classes for Java3D.

  File Format / Loader Class (cv97.j3d.loader)
  VRML2.0/97 (*.wrl) / VRML97Loader.
  Autodesk 3DS (*.3ds) / A3DSLoader
  Autodesk DXF (*dxf) / DXFLoader
  Wavefront OBJ (*.obj) / OBJLoader
  SENSE8 NFF (*.nff) / NFFLoader
  STL (*.stl) / STLLoader

I fixed the VRMLSaver class that exports a scene graph of Java3D to
a VRML97 file. The VRML97Saver converts the following Java3D nodes
into the VRML nodes.

  AmbientLight (PointLight)
  Appearance (Appearance)
  Background (Background)
  Billboard (Billboard)
  BranchGroup (Group)
  DirectionalLight (DirectionalLight)
  ExponentialFog (Fog)
  Group (Group)
  IndexedTriangleArray (IndexedFaceSet)
  IndexedQuadArray (IndexedFaceSet)
  LineArray (IndexedLiseSet)
  LineStripArray (IndexedLiseSet)
  LinearFog (Fog)
  Material (Material)
  PointLight (PointLight)
  PointArray (PointSet)
  Shape3D (Shape)
  SpotLight (SpotLight)
  Switch (Switch)
  Text3D (Text)
  Texture2D (PixelTexture)
  TransformGroup (Transform) (*1)
  TriangleArray (IndexedFaceSet)
  TriangleFanArray (IndexedFaceSet)
  TriangleStripArray (IndexedFaceSet)
  QuadArray (IndexedFaceSet)
  View (Viewpoint)

I have released the new documentations, too. Please check the documentations
to develop VRML applicatoins using the CyberVRML97.

  CyberVRML97 for Java User's Guide
  http://www.cybergarage.org/vrml/cv97/cv97java/download/cv97javauserman.pdf

-----------------------------------------------
Satoshi Konno
http://www.cybergarage.org
[EMAIL PROTECTED]

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to