POV-Ray : Newsgroups : povray.binaries.utilities : Little spline editor for Povray in Java Server Time
28 Mar 2024 18:15:41 EDT (-0400)
  Little spline editor for Povray in Java (Message 1 to 1 of 1)  
From: Andris R
Subject: Little spline editor for Povray in Java
Date: 17 Dec 2008 05:10:00
Message: <web.4948cf189cc5ddcb1258e2050@news.povray.org>
Greetings!

Hope this is the right place for it.

Only natural cubic spline is supported :(
Maths for spline were taken from:
http://www.cse.unsw.edu.au/~lambert/splines/

Controls are similar to Wings3D:
   space key clears selected vertex, edge.
   x, y, z switch to corresponding view.
   r restore view.

   e edge mode, an edge(?) can be cut into edges by pressing 2
   v vertex mode, single vertex can be moved around
      if holding down a, s, d keys while dragging around
      any x, y or z coordinate will be changed
   b body mode, whole spline can be moved around

   n add new spline.
   p export splines to file (if menu is not visible).

   middle button click toggles rotation
   left button selects, drags item

To run this program you will need to install Java 3D library for your platform,
it can be downloaded here:
http://java.sun.com/javase/technologies/desktop/java3d/

WARNING. This program is not extensively tested (not at all),
contains lots of bugs and can be crashed easily with all consequences.

Still maybe someone will be able to use it.

Source code and updates will be posted later somewhere, after cleanup :).


Post a reply to this message


Attachments:
Download 'splineedit.jar.zip' (71 KB)

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.