Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling of MOVED files #29

Open
pschild opened this issue Dec 3, 2016 · 2 comments
Open

Handling of MOVED files #29

pschild opened this issue Dec 3, 2016 · 2 comments

Comments

@pschild
Copy link
Owner

pschild commented Dec 3, 2016

No description provided.

@pschild
Copy link
Owner Author

pschild commented Dec 3, 2016

  • Moved files should be visible/invisible by option
  • Between two moved files there could be drawn a THREE.QuadraticBezierCurve3 showing the relationship

var curve = new THREE.QuadraticBezierCurve3(
new THREE.Vector3(0, 0, 0),
new THREE.Vector3(11, 161, 5),
new THREE.Vector3(22, 46, 10)
);

var geometry = new THREE.Geometry();
geometry.vertices = curve.getPoints(50);

var material = new THREE.LineBasicMaterial({ color: 0xff0000 });

var curveObject = new THREE.Line(geometry, material);
scene.add(curveObject);

@pschild
Copy link
Owner Author

pschild commented Jan 20, 2017

There should be added an arrow to the end of the curve that points to the new file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant