Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<title>GemPixel Engine v0.4</title>
<!-- POSTPROCESSING — cargados síncronos para evitar race conditions -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/three@0.128.0/examples/js/postprocessing/EffectComposer.js"></script>
<script src="https://cdn.jsdelivr.net/npm/three@0.128.0/examples/js/shaders/CopyShader.js"></script>
<script src="https://cdn.jsdelivr.net/npm/three@0.128.0/examples/js/postprocessing/ShaderPass.js"></script>