X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=CreaPhase.git;a=blobdiff_plain;f=octave_packages%2Fvrml-1.0.13%2Fpackinfo%2FNEWS;fp=octave_packages%2Fvrml-1.0.13%2Fpackinfo%2FNEWS;h=85711e913435c5a83fa410ababe73678e9d286ad;hp=0000000000000000000000000000000000000000;hb=f5f7a74bd8a4900f0b797da6783be80e11a68d86;hpb=1705066eceaaea976f010f669ce8e972f3734b05 diff --git a/octave_packages/vrml-1.0.13/packinfo/NEWS b/octave_packages/vrml-1.0.13/packinfo/NEWS new file mode 100644 index 0000000..85711e9 --- /dev/null +++ b/octave_packages/vrml-1.0.13/packinfo/NEWS @@ -0,0 +1,32 @@ +Summary of important user-visible changes for vrml 1.0.13: +------------------------------------------------------------------- + + ** Credits: Thank you to Carnë Draug for explaining me the basics of the pkg system. + + ** The following functions are new: + + data2vrml + checker_color + vrml_Box + vrml_Sphere + vrml_parallelepiped + vrml_Viewpoint + + ** The following functions have been removed: + + select_3D_points + vrml_select_points + + ** Use of deprecated/removed functions have been fixed to work with later + Octave releases. + + ** The function `vmesh' is now able to handle vectors + + ** Some bug fixes on the function `vrml_cyl' and `vrml_material' to handles + colors correctly + + ** Package is no longer automatically loaded. + + ** The `linear-algebra' package is now a dependecy (altough not listed, + previous releases of `vrml' were also dependent on it so this is a + bugfix).