Changeset 491 for trunk/thune/gl/scripts/view.t
- Timestamp:
- 10/20/07 18:18:45 (13 months ago)
- Files:
-
- 1 modified
-
trunk/thune/gl/scripts/view.t (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/gl/scripts/view.t
r468 r491 1 1 ; Thune GL View 2 2 3 <"scripts/stars.t" load do> 3 ^("scripts/stars.t" load do) 4 4 5 5 ;"scripts/timer_bar.t" load do … … 33 33 particle 34 34 shader star-sh 35 call <400 make-stars>35 call ^(400 make-stars) 36 36 37 37 particle/sprite 38 38 shader bstar-sh 39 call <10 make-stars>39 call ^(10 make-stars) 40 40 pop 41 41 ;particle/off … … 128 128 [ 129 129 model 130 shader ent-shader ; FIXME: Causes text not to render.130 shader ent-shader 131 131 call ent-dl 132 132 … … 256 256 dup :mouse-pos 257 257 mouse-pos/5 [ 258 <mouse-lb>[mouse-pos/3 mouse-pos/4 view-cam/turntable]259 <mouse-mb>[light-amb mouse-pos/4 0.02 mul add :light-amb]260 <mouse-rb>[mouse-pos/3 mouse-pos/4 move-light]258 ^(mouse-lb) [mouse-pos/3 mouse-pos/4 view-cam/turntable] 259 ^(mouse-mb) [light-amb mouse-pos/4 0.02 mul add :light-amb] 260 ^(mouse-rb) [mouse-pos/3 mouse-pos/4 move-light] 261 261 ] case 262 ; KR "------------" print .s 262 263 ] 263 264 … … 301 302 text text-pos "Model Demo 1" 302 303 ;enable/? 303 image/trans logo-pos <"image/warpfleetc.png" load.tex.clamp>304 image/trans logo-pos ^("image/warpfleetc.png" load.tex.clamp) 304 305 305 306 ;shader matte
