|
@@ -191,7 +191,7 @@ export default {
|
|
getSalientPoints () {
|
|
getSalientPoints () {
|
|
// debugger
|
|
// debugger
|
|
// console.log(this.entites);
|
|
// console.log(this.entites);
|
|
- let arc = 360/20;
|
|
|
|
|
|
+ let arc = 360/30;
|
|
// loop through arcs
|
|
// loop through arcs
|
|
// for (let i = 360/arc; i >= 0 ; i--) {
|
|
// for (let i = 360/arc; i >= 0 ; i--) {
|
|
for (let i = 0; i <= 360/arc ; i++) {
|
|
for (let i = 0; i <= 360/arc ; i++) {
|