Skip to content

Handling of MOVED files #29

Open
Open
@pschild

Description

@pschild
No description provided.

Activity

self-assigned this
on Dec 3, 2016
pschild

pschild commented on Dec 3, 2016

@pschild
OwnerAuthor
  • 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

pschild commented on Jan 20, 2017

@pschild
OwnerAuthor

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @pschild

      Issue actions

        Handling of MOVED files · Issue #29 · pschild/CodeRadarVisualization