From: <car...@us...> - 2012-04-13 10:06:41
|
Revision: 10208 http://octave.svn.sourceforge.net/octave/?rev=10208&view=rev Author: carandraug Date: 2012-04-13 10:06:29 +0000 (Fri, 13 Apr 2012) Log Message: ----------- vrml: created NEWS file Added Paths: ----------- trunk/octave-forge/main/vrml/NEWS Added: trunk/octave-forge/main/vrml/NEWS =================================================================== --- trunk/octave-forge/main/vrml/NEWS (rev 0) +++ trunk/octave-forge/main/vrml/NEWS 2012-04-13 10:06:29 UTC (rev 10208) @@ -0,0 +1,23 @@ +Summary of important user-visible changes for vrml 1.0.13: +------------------------------------------------------------------- + + ** The following functions are new: + + 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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |