Skip to content

Commit 44d4464

Browse files
committed
Update Getting started Modeling tutorial
1 parent 5a8915c commit 44d4464

13 files changed

Lines changed: 112 additions & 87 deletions

File tree

1.37 KB
Binary file not shown.
0 Bytes
Loading
0 Bytes
Loading
0 Bytes
Loading
0 Bytes
Loading
7.73 KB
Loading
0 Bytes
Loading
0 Bytes
Loading
0 Bytes
Loading

A_Getting_started_modeling/lesson1.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ Double-clicking the following line:,:
7979
Opens up the “Environment.any” file which is created by the Human template.
8080

8181
```AnyScriptDoc
82-
AnyFolder Environment =
82+
//This is a place holder for the modeling of the environment.
83+
AnyFolder Environment =
8384
{
8485
8586
};
@@ -95,7 +96,8 @@ AnyFolder Environment =
9596
{
9697
§AnyFixedRefFrame GlobalRef =
9798
{
98-
AnyDrawRefFrame drw={};
99+
viewRefFrame.Visible=On;
100+
viewRefFrame.ScaleXYZ = 0.5*{1,1,1};
99101
};§
100102
};
101103
```
@@ -139,9 +141,11 @@ AnyFolder Environment =
139141
{
140142
AnyFixedRefFrame GlobalRef =
141143
{
142-
AnyDrawRefFrame drw={};
144+
viewRefFrame.Visible=On;
145+
viewRefFrame.ScaleXYZ = 0.5*{1,1,1};
143146
};
144147
§AnySeg Pedal = {
148+
viewInertia.Visible = On;
145149
Mass = 2;
146150
Jii = {0.05, 0.001, 0.05};
147151
AnyRefNode Hinge = {
@@ -150,7 +154,6 @@ AnyFolder Environment =
150154
AnyRefNode FootNode = {
151155
sRel = {0, 0.15, 0};
152156
};
153-
AnyDrawSeg drw = {};
154157
};
155158
AnyRevoluteJoint HingeJoint = {
156159
Axis = z;

0 commit comments

Comments
 (0)