<%@ Language=VBScript %><% option explicit %> <% Response.Buffer = FALSE %> <% Response.ContentType = "image/svg+xml" %> <% '--- plan_an.asp --- DIM ScreenWidth, ScreenHeight DIM timeout, SID DIM msg '-- for errors '' extend the timeout to allow for long files ' timeout = Server.ScriptTimeout '' Response.Write "Initial timeout=" & timeout & "
" ' Server.ScriptTimeout = 1200 ' SID = Request.Cookies("Humble")("SID") ScreenWidth = Request.Cookies("Humble")("ScreenWidth") ScreenHeight = Request.Cookies("Humble")("ScreenHeight") %> Imitation at a fitness class, with the instructor on the left 5. imitation, from visual perception to action: 4. identify the non-default joint angles: the arms (shoulder joints) are back at x degrees, the upper right leg (hip joint) is up at y degrees, the lower right leg (knee) points down at z degrees, the right foot (ankle) points down at w degrees 6. action instructions (commands): stand with the body straight, rotate the shoulder joints (arms) back x degrees, lift the left hip-joint (upper leg) to y degrees, turn the left knee (lower leg) down to z degrees, turn the left ankle (left foot) down w degrees 3. identify the vertical, based on gravity, or relative to the body (hips-chest) 7. follow the commands: rotate the joints 2. vector graphics image 8. calculate changes in muscle tension 1. 2D pixellated image from the eye 9. Move the limbs (ignoring balance for now) <% '' reset the timeout ' Server.ScriptTimeout = timeout Response.End '-----------------------------------------------------------%>