The next release of Nova 2009 is about to go live.
Here are the news features of this release:
- Corrections of bugs:
- Correction of a bug in the Collada importer for files issued from Autocad.
- Web Plugin:
- An event has been added when selecting an object
- The property « Paused » has been added to stop the rendering
- Scripts & SDK
- Vector3Interpolator has been renamed NovaVector3Interpolator
- QuaternionInterpolator has been renamed NovaQuaternionInterpolator
- The enums InterpolatorTypes and InterpolationLoop are now global
- NovaObject.DisableRenderDepthSorting:Possibility of not sorting an object according to its distance to the camera at the time of the rendering
- NovaEntity.ComputeWorldMatrixOnce is removed and replaced by NovaEntity.IsDynamic
- Scripts
- New property : MainForm.RenderEvenInBackground. NovaExplorer will render scene even in background
- Nova Explorer:
- New editing control of the scripts and shaders code
- Better support of the undo/redo
- Better search engine for find/replace
- Better support of the intelliscript
- The namespace imports are no longer automatic for a better visibility of the code