Skip to content

Commit 427538b

Browse files
pgalibarovpegdivyaksh-chandermelund
authored
updated the tutorial to the new custom scaling system (#5)
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>
1 parent 9d050de commit 427538b

16 files changed

Lines changed: 1624 additions & 1588 deletions
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Main = {
1414

1515
// Todo. Add the model elements such as
1616
// segments, joints, and muscles here.
17+
1718
AnySeg SourceFemur =
1819
{
1920
Mass = 0; Jii = {0, 0, 0};
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@ Main = {
1414

1515
// Todo. Add the model elements such as
1616
// segments, joints, and muscles here.
17+
1718
AnySeg SourceFemur =
1819
{
1920
Mass = 0; Jii = {0, 0, 0};
2021
AnyDrawSurf Surface =
2122
{
2223
FileName = "SourceFemur.stl";
23-
RGB={0,1,0};
24+
RGB = {222,202,176}/256;
2425
};
2526
AnyDrawSurf SurfaceMorphed =
2627
{

0 commit comments

Comments
 (0)