feat: clean up
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 2m44s
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 2m44s
This commit is contained in:
parent
8bd46a481a
commit
4c235fe24a
@ -46,8 +46,6 @@ pub fn execute(input: &[i32]) -> Vec<i32> {
|
|||||||
|
|
||||||
let mut offset_vec = Vec3::ZERO;
|
let mut offset_vec = Vec3::ZERO;
|
||||||
|
|
||||||
let original_length = path.get_length();
|
|
||||||
|
|
||||||
for i in 0..path.length - 1 {
|
for i in 0..path.length - 1 {
|
||||||
let alpha = i as f32 / (path.length - 1) as f32;
|
let alpha = i as f32 / (path.length - 1) as f32;
|
||||||
let start_index = i * 4;
|
let start_index = i * 4;
|
||||||
@ -91,7 +89,6 @@ pub fn execute(input: &[i32]) -> Vec<i32> {
|
|||||||
|
|
||||||
offset_vec += final_end_point - end_point;
|
offset_vec += final_end_point - end_point;
|
||||||
}
|
}
|
||||||
log!("length: {} final: {}", original_length, output.get_length());
|
|
||||||
output_data
|
output_data
|
||||||
})
|
})
|
||||||
.collect();
|
.collect();
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
|
|
||||||
export let value = [0, 0, 0];
|
export let value = [0, 0, 0];
|
||||||
export let id = '';
|
export let id = '';
|
||||||
$: console.log(value);
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
Loading…
Reference in New Issue
Block a user