Skip to content

Smoothest vector field for user specified alignments #3

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

Draft
wants to merge 57 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
5a54487
Added support for user specified vector field
Apr 21, 2023
64eb5b1
some changes
PrithvirajKhelkar Apr 21, 2023
e4906bd
Merge branch 'master' of github.com:PrithvirajKhelkar/fieldgen
PrithvirajKhelkar Apr 21, 2023
8df0d72
fixes
PrithvirajKhelkar Apr 21, 2023
1905f7a
fixed build command
PrithvirajKhelkar Apr 21, 2023
2fbf60f
commented buggy line
PrithvirajKhelkar Apr 21, 2023
efdb5d5
add make command
PrithvirajKhelkar Apr 21, 2023
f84b202
Added alignmnment bug fix when there's no alignment
Apr 21, 2023
3277b9e
Added support to show user given input fields
Apr 21, 2023
5100d39
Made the angle alignment
Apr 21, 2023
b14f79e
Changed the angle to appropriate projection angle
Apr 21, 2023
d317026
projection angle bug fix
Apr 21, 2023
0dec9a5
fixes for angles in setupqForGivenVectorAlignment. Not perfect
PrithvirajKhelkar Apr 21, 2023
be2da73
added a vector alignment for face. Need to make the input work for it
Apr 22, 2023
d263132
Taking new face based input from trvial connections
Apr 22, 2023
59e02a6
bug fix
Apr 22, 2023
50ddd19
calculated complex alignments for every vertex by averaging face comp…
Apr 22, 2023
9ef1cb1
calculated complex alignments for every vertex by averaging face comp…
Apr 22, 2023
1a6f659
calculated complex alignments for every vertex by averaging face comp…
Apr 22, 2023
9f46bcb
calculated complex alignments for every vertex by averaging face comp…
Apr 22, 2023
ab8ec06
bug fix
Apr 22, 2023
721b36f
bug fix
Apr 22, 2023
59b139e
bug fix
Apr 22, 2023
b1dcf7c
bug fix
Apr 22, 2023
5b2a8b1
bug fix
Apr 22, 2023
929c08a
bug fix
Apr 22, 2023
4f8bf65
bug fix
Apr 22, 2023
0f0ccfb
Revert "fixes for angles in setupqForGivenVectorAlignment. Not perfect"
Apr 22, 2023
aa2e3a7
Reverted to 0dec9a585cd5d23a88b3438a9e4869c89b56ebd5. Files now look …
Apr 22, 2023
00ef185
Reverted to 0dec9a5. Files now look like 0dec9a5
Apr 22, 2023
89a7b2c
bug fix
PrithvirajKhelkar Apr 23, 2023
94cd69a
useless chaNGES
PrithvirajKhelkar Apr 23, 2023
b8d09c3
set t values
Apr 23, 2023
126cd42
scale q
PrithvirajKhelkar Apr 23, 2023
cd30c75
normalising properly
Apr 23, 2023
a328eeb
clean makefile
PrithvirajKhelkar Apr 23, 2023
ca898af
pussy man
PrithvirajKhelkar Apr 27, 2023
f1fdecb
revert to fash base
PrithvirajKhelkar Apr 27, 2023
d3349db
changes
PrithvirajKhelkar Apr 27, 2023
2bd2d85
bug fix
Apr 27, 2023
77a7a50
n rings bug fix
Apr 27, 2023
f283848
fix commandline line
PrithvirajKhelkar May 3, 2023
22e5a01
commented normalize code
PrithvirajKhelkar May 3, 2023
c385403
modify meshio cmd output func
PrithvirajKhelkar May 3, 2023
68abaee
add fieldgen out file
PrithvirajKhelkar May 3, 2023
c27eb5d
fix commandline cpp
PrithvirajKhelkar May 3, 2023
8f9d723
fix obj
PrithvirajKhelkar May 3, 2023
c0200e6
add out file
PrithvirajKhelkar May 3, 2023
b1750fc
add out file
PrithvirajKhelkar May 3, 2023
87ec722
add out file
PrithvirajKhelkar May 3, 2023
f5beff5
Added support for n vector alignment for n = 2 and n = 4
May 11, 2023
1f22919
Added support for per vertex alignment magnitude
May 11, 2023
b81f96a
fix t bug
May 11, 2023
a9ea118
Changed gitignore
May 11, 2023
72d2c02
build
PrithvirajKhelkar May 11, 2023
9826b45
bug fix magnitude
May 11, 2023
5127514
Added comments
May 13, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
9 changes: 4 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
obj/
.*.sw*
fieldgen
.viewer_state.txt
out.obj
obj/
.*.sw*
.viewer_state.txt
out.obj
244 changes: 123 additions & 121 deletions Makefile

Large diffs are not rendered by default.

423 changes: 213 additions & 210 deletions README.md

Large diffs are not rendered by default.

Loading