This HTML5 document contains 5 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

PrefixNamespace IRI
dctermshttp://purl.org/dc/terms/
n3http://dbkwik.webdatacommons.org/ontology/
n7http://dbkwik.webdatacommons.org/resource/thV-VMHUCfqrums24xnqtA==
rdfshttp://www.w3.org/2000/01/rdf-schema#
n2http://dbkwik.webdatacommons.org/resource/MjDCxWBAS6KzhJotcAix_Q==
n6http://dbkwik.webdatacommons.org/resource/c7_2cO6X7H7D-R1gc_4qtg==
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
xsdhhttp://www.w3.org/2001/XMLSchema#
Subject Item
n2:
rdfs:label
Screen melt
rdfs:comment
The effect is not particularly complicated. The "melting" screen is subdivided into vertical slices, two pixels wide. Each slice moves down the screen at a uniform speed, but they do not all begin moving at the same time, each slice given a random yet short delay. Some source ports, such as ZDoom, add alternate effects for screen transitions, such as an effect that "burns" away the old screen, or simply fades the old screen into the new ("crossfade").
dcterms:subject
n6: n7:
n3:abstract
The effect is not particularly complicated. The "melting" screen is subdivided into vertical slices, two pixels wide. Each slice moves down the screen at a uniform speed, but they do not all begin moving at the same time, each slice given a random yet short delay. Some source ports, such as ZDoom, add alternate effects for screen transitions, such as an effect that "burns" away the old screen, or simply fades the old screen into the new ("crossfade"). Because of the nature of the effect (relying on raster graphics), it is non-trivial to implement in GL source ports. As a result, most GL ports do not implement the screen melt effect; however, some (such as PrBoom plus and EDGE) now do.