]> Creatis software - CreaPhase.git/blob - octave_packages/vrml-1.0.13/packinfo/NEWS
Add a useful package (from Source forge) for octave
[CreaPhase.git] / octave_packages / vrml-1.0.13 / packinfo / NEWS
1 Summary of important user-visible changes for vrml 1.0.13:
2 -------------------------------------------------------------------
3
4  ** Credits: Thank you to CarnĂ« Draug <carandraug+dev@gmail.com> for explaining me the basics of the pkg system.
5
6  ** The following functions are new:
7
8       data2vrml
9       checker_color
10       vrml_Box
11       vrml_Sphere
12       vrml_parallelepiped
13       vrml_Viewpoint
14
15  ** The following functions have been removed:
16
17       select_3D_points
18       vrml_select_points
19
20  ** Use of deprecated/removed functions have been fixed to work with later
21     Octave releases.
22
23  ** The function `vmesh' is now able to handle vectors
24
25  ** Some bug fixes on the function `vrml_cyl' and `vrml_material' to handles
26     colors correctly
27
28  ** Package is no longer automatically loaded.
29
30  ** The `linear-algebra' package is now a dependecy (altough not listed,
31     previous releases of `vrml' were also dependent on it so this is a
32     bugfix).