BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/5260830855659520/lesson/e03513dd5b31e3ae9857e57dbcb32150?ref=outlook-calendar
SUMMARY:Drawing a Line Using gl.Line_Strip and gl.Line_Loop
DTSTART;TZID=America/Los_Angeles:20260509T190000
DTEND;TZID=America/Los_Angeles:20260509T200000
LOCATION:https://www.learndesk.us/class/5260830855659520/lesson/e03513dd5b31e3ae9857e57dbcb32150?ref=outlook-calendar
DESCRIPTION: 
Line strip - Draws lines between each vertex passed, from the beginning to the end. If you pass three vertices, A, B and C, two lines are drawn: one between A and B, and one between B and C.Line loop - Draws connected lines on the screen. The last vertex specified is connected to the first vertex.
GitHub Source Code


https://www.learndesk.us/class/5260830855659520/lesson/e03513dd5b31e3ae9857e57dbcb32150?ref=outlook-calendar
STATUS:CONFIRMED
SEQUENCE:3
BEGIN:VALARM
TRIGGER:-PT10M
DESCRIPTION:Class Reminder
ACTION:DISPLAY
END:VALARM
END:VEVENT
END:VCALENDAR