Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • 074cc319d1aaf7628a4f2d232b37a9e6e93f0085
  • main par défaut protégée
  • sting
3 résultats

cubes_test.ass

Blame
  • cubes_test.ass 396,35 Kio
    [Script Info]
    ; Script generated by Aegisub 3.2.2
    ; http://www.aegisub.org/
    Title: Default Aegisub file
    ScriptType: v4.00+
    WrapStyle: 0
    ScaledBorderAndShadow: yes
    YCbCr Matrix: TV.601
    PlayResX: 1920
    PlayResY: 1080
    
    [Aegisub Project Garbage]
    Last Style Storage: Default
    Video File: ?dummy:24.000000:120:1920:1080:0:0:0:
    Video AR Value: 1.777778
    Video Zoom Percent: 0.500000
    Active Line: 9
    
    [V4+ Styles]
    Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding
    Style: Default-furigana,Roman Antique,60,&H00FFFFFF,&H00CFE148,&H007F3F00,&H00000000,0,-1,0,0,100,100,0,0,1,2,0,8,10,10,10,1
    Style: Bass-furigana,Destoria,80,&H00FFFFFF,&H00CFE148,&H00007F7F,&H00000000,0,0,0,0,100,100,0,0,1,2,0,8,10,10,10,1
    Style: Baritone-furigana,Destoria,80,&H00FFFFFF,&H00CFE148,&H003F7F00,&H00000000,0,0,0,0,100,100,0,0,1,2,0,8,10,10,10,1
    Style: Tenor-furigana,Destoria,80,&H00FFFFFF,&H00CFE148,&H007F3F00,&H00000000,0,0,0,0,100,100,0,0,1,2,0,8,10,10,10,1
    Style: Chorus-furigana,Destoria,80,&H00FFFFFF,&H007FFF00,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,8,10,10,10,1
    Style: Solo-furigana,Destoria,80,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,0,8,10,10,10,1
    Style: Tenor,Roman Antique,120,&H00FFFFFF,&H00CFE148,&H007F3F00,&H00000000,0,-1,0,0,100,100,0,0,1,4,0,8,10,10,10,1
    Style: Baritone,Roman Antique,120,&H00FFFFFF,&H00CFE148,&H003F7F00,&H00000000,0,-1,0,0,100,100,0,0,1,4,0,8,10,10,10,1
    Style: Bass,Roman Antique,120,&H00FFFFFF,&H00CFE148,&H00007F7F,&H00000000,0,-1,0,0,100,100,0,0,1,4,0,8,10,10,10,1
    Style: Default,Roman Antique,100,&H96FFFFFF,&H00CFE148,&H000000FF,&H00000000,0,0,0,0,100,100,0,0,1,0,0,8,10,10,10,1
    
    [Events]
    Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text
    Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,code once,_G.require("kara3d.all")
    Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,code once,vector = _G.vector matrix = _G.matrix quaternion = _G.quaternion transform = _G.transform shape = _G.shape camera = _G.camera light = _G.light material = _G.material shader = _G.shader
    Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,code once,step_rot = quaternion.axis_angle(vector.new(3, {0, 1, 0}), math.pi/12)
    Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,code once,mat = material.new({0.25,0.25,1}, {0.25,0.25,1}, {0.5,0.5,0.5}, 1, 0) sha = shader.unlit()
    Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,code once,t1 = transform.new() t2 = transform.new(vector.new(3, {200, 0, 0})) t3 = transform.new(vector.new(3, {100, 0, 0})) t3.parent = t2 t2.parent = t1 t4 = transform.new(vector.new({-100, 0, 0})) t4.parent = t2
    Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,code once,c1 = shape.new(t1, shape.cube(100), mat, sha) c2 = shape.new(t2, shape.cube(50), mat, sha) c3 = shape.new(t3, shape.cube(20), mat, sha) c4 = shape.new(t4, shape.cube(20), mat, sha)
    Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,code once,tc1 = transform.new() tc2 = transform.new(vector.new({0, 0, 700})) tc2.parent = tc1 cam = camera.new(tc2, math.pi/2)
    Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,,
    Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,code once,light_t = transform.new(vector.new(3, {-500,0,1000}))  l1 = light.new(light_t, vector.new(3, {255, 255, 255}), vector.new(3, {255, 255, 255}))  light_t2 = transform.new(vector.new(3, {1000,0,-1000}))  l2 = light.new(light_t2, vector.new(3, {255, 0, 0}), vector.new(3, {255, 0, 0}))  ambient = vector.new(3, {80,80,80})  lights = {l1}
    Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,,
    Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,template line notext,!maxloop(24*5)!!retime("preline", (j-1)/maxj * line.duration, j/maxj * line.duration)!{!t1.rot:set(quaternion.axis_angle(vector.new({0.1, 0, 1}), (j-1)/(maxj-1) * 2 *  math.pi)):tostring()!}{!t2.rot:set(quaternion.axis_angle(vector.new({1, 1, 1}), (j-1)/(maxj-1) * 4 *  math.pi)):tostring()!}{!tc1.rot:set(quaternion.axis_angle(vector.new({0, 1, 0}), (j-1)/(maxj-1) * math.pi/2)):tostring()!}{\pos(960, 540)}!c1:draw(subs, line, "", cam, ambient, lights)!!c2:draw(subs, line, "\\3c&H00FF00&", cam, ambient, lights)!!c3:draw(subs, line, "\\3c&H00FFFF&", cam, ambient, lights)!!c4:draw(subs, line, "\\3c&HFFFF00&", cam, ambient, lights)!
    Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,,
    Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,,
    Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,,
    Comment: 0,0:00:00.00,0:00:05.00,Default,,0,0,0,karaoke,{\k100}abcde {\k100}abcde {\k100}abcde{\k100} abcde {\k100}abcde
    Comment: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,,
    Dialogue: 996923077,0:00:00.00,0:00:00.04,Default,,0,0,0,fx,{}{\an7\pos(960, 540)}{\p1}m -110.91779128121 -110.91779128121 l -110.91779128121 110.91779128121 l 110.91779128121 110.91779128121 l 110.91779128121 -110.91779128121 l -110.91779128121 -110.91779128121 
    Dialogue: 997139209,0:00:00.00,0:00:00.04,Default,,0,0,0,fx,{\3c&H00FF00&}{\an7\pos(960, 540)}{\p1}m 348.05237953759 -49.72176850537 l 348.05237953759 49.72176850537 l 373.83403728112 53.404862468731 l 373.83403728112 -53.404862468731 l 348.05237953759 -49.72176850537 
    Dialogue: 997037038,0:00:00.00,0:00:00.04,Default,,0,0,0,fx,{\3c&H00FF00&}{\an7\pos(960, 540)}{\p1}m 373.83403728112 -53.404862468731 l 373.83403728112 53.404862468731 l 480.64376221858 53.404862468731 l 480.64376221858 -53.404862468731 l 373.83403728112 -53.404862468731 
    Dialogue: 997142274,0:00:00.00,0:00:00.04,Default,,0,0,0,fx,{\3c&H00FFFF&}{\an7\pos(960, 540)}{\p1}m 588.9578494791 -20.308891361348 l 588.9578494791 20.308891361348 l 606.02909149299 20.897554879069 l 606.02909149299 -20.897554879069 l 588.9578494791 -20.308891361348 
    Dialogue: 997101450,0:00:00.00,0:00:00.04,Default,,0,0,0,fx,{\3c&H00FFFF&}{\an7\pos(960, 540)}{\p1}m 606.02909149299 -20.897554879069 l 606.02909149299 20.897554879069 l 647.82420125113 20.897554879069 l 647.82420125113 -20.897554879069 l 606.02909149299 -20.897554879069 
    Dialogue: 997142274,0:00:00.00,0:00:00.04,Default,,0,0,0,fx,{\3c&HFFFF00&}{\an7\pos(960, 540)}{\p1}m 182.78002225214 -20.308891361348 l 182.78002225214 20.308891361348 l 188.07799391162 20.897554879069 l 188.07799391162 -20.897554879069 l 182.78002225214 -20.308891361348 
    Dialogue: 997101450,0:00:00.00,0:00:00.04,Default,,0,0,0,fx,{\3c&HFFFF00&}{\an7\pos(960, 540)}{\p1}m 188.07799391162 -20.897554879069 l 188.07799391162 20.897554879069 l 229.87310366976 20.897554879069 l 229.87310366976 -20.897554879069 l 188.07799391162 -20.897554879069 
    Dialogue: 0,0:00:00.00,0:00:00.04,Default,,0,0,0,fx,{0, 0, 0, 1}{0, 0, 0, 1}{0, 0, 0, 1}{\pos(960, 540)}
    Dialogue: 996923097,0:00:00.04,0:00:00.08,Default,,0,0,0,fx,{}{\an7\pos(960, 540)}{\p1}m -117.95509945076 -104.28499609464 l -106.22490109233 117.0085614904 l 115.21477846089 105.59137131536 l 103.61599425061 -116.16428292223 l -117.95509945076 -104.28499609464 
    Dialogue: 997123562,0:00:00.04,0:00:00.08,Default,,0,0,0,fx,{\3c&H00FF00&}{\an7\pos(960, 540)}{\p1}m 342.27258145867 -68.00123296938 l 351.88214868135 31.209485902004 l 383.58930604739 40.040549821741 l 373.42187721084 -66.510286260844 l 342.27258145867 -68.00123296938 
    Dialogue: 997121392,0:00:00.04,0:00:00.08,Default,,0,0,0,fx,{\3c&H00FF00&}{\an7\pos(960, 540)}{\p1}m 440.31984137698 -79.300232467253 l 342.27258145867 -68.00123296938 l 373.42187721084 -66.510286260844 l 478.63648931166 -78.652432547697 l 440.31984137698 -79.300232467253 
    Dialogue: 997025630,0:00:00.04,0:00:00.08,Default,,0,0,0,fx,{\3c&H00FF00&}{\an7\pos(960, 540)}{\p1}m 373.42187721084 -66.510286260844 l 383.58930604739 40.040549821741 l 488.25190287348 27.599660239137 l 478.63648931166 -78.652432547697 l 373.42187721084 -66.510286260844 
    Dialogue: 997148085,0:00:00.04,0:00:00.08,Default,,0,0,0,fx,{\3c&H00FFFF&}{\an7\pos(960, 540)}{\p1}m 583.0078678231 -63.701842427716 l 586.46019574429 -23.427966436261 l 605.54811006955 -21.567141657437 l 602.0328825397 -62.999670403527 l 583.0078678231 -63.701842427716 
    Dialogue: 997147231,0:00:00.04,0:00:00.08,Default,,0,0,0,fx,{\3c&H00FFFF&}{\an7\pos(960, 540)}{\p1}m 622.47555904445 -68.291028499575 l 583.0078678231 -63.701842427716 l 602.0328825397 -62.999670403527 l 642.61305141514 -67.722040818337 l 622.47555904445 -68.291028499575 
    Dialogue: 997109457,0:00:00.04,0:00:00.08,Default,,0,0,0,fx,{\3c&H00FFFF&}{\an7\pos(960, 540)}{\p1}m 602.0328825397 -62.999670403527 l 605.54811006955 -21.567141657437 l 646.04583839902 -26.334782628767 l 642.61305141514 -67.722040818337 l 602.0328825397 -62.999670403527 
    Dialogue: 997110637,0:00:00.04,0:00:00.08,Default,,0,0,0,fx,{\3c&HFFFF00&}{\an7\pos(960, 540)}{\p1}m 182.70814353376 -17.156177798521 l 186.96200445066 23.550307284934 l 194.64410653052 26.806997914503 l 190.28082901906 -15.083514072306 l 182.70814353376 -17.156177798521 
    Dialogue: 997109760,0:00:00.04,0:00:00.08,Default,,0,0,0,fx,{\3c&HFFFF00&}{\an7\pos(960, 540)}{\p1}m 223.20411481914 -21.86492922629 l 182.70814353376 -17.156177798521 l 190.28082901906 -15.083514072306 l 231.94936354531 -19.932539104194 l 223.20411481914 -21.86492922629 
    Dialogue: 997070988,0:00:00.04,0:00:00.08,Default,,0,0,0,fx,{\3c&HFFFF00&}{\an7\pos(960, 540)}{\p1}m 190.28082901906 -15.083514072306 l 194.64410653052 26.806997914503 l 236.22586320746 21.911738477232 l 231.94936354531 -19.932539104194 l 190.28082901906 -15.083514072306 
    Dialogue: 0,0:00:00.04,0:00:00.08,Default,,0,0,0,fx,{0.0026265869116191, 0, 0.026265869116191, 0.99965154186885}{0.030469860872348, 0.030469860872348, 0.030469860872348, 0.99860641032153}{0, 0.0065999366508056, 0, 0.99997822018092}{\pos(960, 540)}
    Dialogue: 996923155,0:00:00.08,0:00:00.12,Default,,0,0,0,fx,{}{\an7\pos(960, 540)}{\p1}m -124.60565140846 -97.357646489415 l -101.20104768299 122.76669899105 l 119.23067985538 99.973915336222 l 95.991667725777 -121.0876254532 l -124.60565140846 -97.357646489415 
    Dialogue: 997108109,0:00:00.08,0:00:00.12,Default,,0,0,0,fx,{\3c&H00FF00&}{\an7\pos(960, 540)}{\p1}m 335.82401834754 -84.993960131299 l 354.72418670051 12.497095818198 l 393.08251788556 25.217637604328 l 373.16185372936 -79.389431681025 l 335.82401834754 -84.993960131299