Skip to content

Commit

Permalink
updated the tutorial to the new custom scaling system (#5)
Browse files Browse the repository at this point in the history
Updated the tutorial to the new custom scaling system

---------

Co-authored-by: peg <peg@anybodytech.com>
Co-authored-by: dsc <dsc@anybodytech.com>
Co-authored-by: Morten Enemark Lund <melund@gmail.com>
  • Loading branch information
4 people authored Feb 28, 2024
1 parent 9d050de commit 427538b
Show file tree
Hide file tree
Showing 16 changed files with 1,624 additions and 1,588 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Main = {

// Todo. Add the model elements such as
// segments, joints, and muscles here.

AnySeg SourceFemur =
{
Mass = 0; Jii = {0, 0, 0};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ Main = {

// Todo. Add the model elements such as
// segments, joints, and muscles here.

AnySeg SourceFemur =
{
Mass = 0; Jii = {0, 0, 0};
AnyDrawSurf Surface =
{
FileName = "SourceFemur.stl";
RGB={0,1,0};
RGB = {222,202,176}/256;
};
AnyDrawSurf SurfaceMorphed =
{
Expand Down
Loading

0 comments on commit 427538b

Please sign in to comment.