<%@ Language=VBScript %><% option explicit %> <% Response.Buffer = FALSE %> <% Response.ContentType = "image/svg+xml" %> <% DIM ScreenWidth, ScreenHeight DIM timeout, SID DIM ownername 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") ' set it up for a graph bounding box of 2000 horizontal by 1000 vertical ' the viewBox has to be larger, to allow for left (and right?) parameter stuff ' the graph should have 20 by 10 internal dividers (grid pattern) %> <%'------------------- public --------------------------------%> aq-public information: stage in Cartesian 3D, time in steps (frames) Timing, coordination choreography, Stage directions - Cartesian 3D world - - time in frames - <%'----------------- private 1 ------------------------------------%> 1 action: new bone positions for self in world Plan 2D visual perception Hearing - rhythm <%'-------------------- private 2 -------------------------------------%> 2 3D world model with objects, self beats Directions for movement, based on a 3D world model neural & muscle control of joint rotations, up to 3D polar coord. per joint <%'------------------ private 3 -------------------------------%> 3 stepwise goals - bone positions in 3D Cartesian, (synchronized) estimate distance, direction detailed & synchronized conditional commands start, beat counter, stop <%'---------------------------------------------------------------------%> 4 integrate perception and plan, generate detailed task sequence execute task in sequence dependent on start & timing <%'---------------------------------------------------------------------%> <%'---------------------------------------------------------------------%> Next Previous <% '' reset the timeout ' Server.ScriptTimeout = timeout Response.End '-----------------------------------------------------------%>