|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
| 4 | + <!-- HTML Meta Tags --> |
4 | 5 | <title>CodeRed - Documentation</title> |
5 | | - <meta charset="utf-8"> |
6 | | - <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
7 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
8 | | - <meta name="description" content="Documentation for CodeRed."> |
9 | | - <meta name="author" content="ItsBranK"> |
| 6 | + <meta name="description" content="A lightweight, user-friendly enhancement for Rocket League."> |
| 7 | + |
| 8 | + <!-- Open Graph Meta Tags --> |
| 9 | + <meta property="og:url" content="https://coderedmodding.github.io/documentation.html"> |
| 10 | + <meta property="og:type" content="website"> |
| 11 | + <meta property="og:title" content="CodeRed - Rocket League"> |
| 12 | + <meta property="og:description" content="A lightweight, user-friendly enhancement for Rocket League."> |
| 13 | + <meta property="og:image" content="https://raw.githubusercontent.com/CodeRedModding/CodeRed-Retrievers/refs/heads/main/Assets/Banners/Wallpaper_Default.png"> |
| 14 | + <meta property="og:image:width" content="2560"> |
| 15 | + <meta property="og:image:height" content="1440"> |
| 16 | + |
| 17 | + <!-- Twitter Meta Tags --> |
| 18 | + <meta name="twitter:card" content="summary_large_image"> |
| 19 | + <meta property="twitter:domain" content="coderedmodding.github.io"> |
| 20 | + <meta property="twitter:url" content="https://coderedmodding.github.io/documentation.html"> |
| 21 | + <meta name="twitter:title" content="CodeRed - Rocket League"> |
| 22 | + <meta name="twitter:description" content="A lightweight, user-friendly enhancement for Rocket League."> |
| 23 | + <meta name="twitter:image" content="https://raw.githubusercontent.com/CodeRedModding/CodeRed-Retrievers/refs/heads/main/Assets/Banners/Wallpaper_Default.png"> |
| 24 | + |
10 | 25 | <link rel="shortcut icon" type="image/x-icon" href="./favicon.ico"> |
11 | 26 | <link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap" rel="stylesheet"> |
12 | 27 | <script defer src="assets/fontawesome/js/all.min.js"></script> |
|
37 | 52 | <li class="list-inline-item"><a href="https://discord.gg/t4SjXjEhk3"><i class="fab fa-discord fa-fw"></i></a></li> |
38 | 53 | <li class="list-inline-item"><a href="https://github.com/CodeRedModding"><i class="fab fa-github fa-fw"></i></a></li> |
39 | 54 | </ul> |
40 | | - <a href="https://github.com/CodeRedModding/CodeRed-Launcher/releases/latest/download/CodeRedLauncher.zip" class="btn btn-primary d-none d-lg-flex">Download</a> |
| 55 | + <a href="https://github.com/CodeRedModding/CodeRed-Launcher/releases/latest" class="btn btn-primary d-none d-lg-flex">Download</a> |
41 | 56 | </div> |
42 | 57 | </div> |
43 | 58 | </div> |
@@ -2397,8 +2412,8 @@ <h4>Window Name: <code>textures</code></h4> |
2397 | 2412 | <section class="docs-section" id="item-5-1-7"> |
2398 | 2413 | <h2 class="section-heading">Thumbnail Renderer</h2> |
2399 | 2414 | <h4>Window Name: <code>thumbnails</code></h4> |
2400 | | - <p>The thumbnail render is an experimental tool used to rendering custom 3D scenes of products, it allows you to customize its paints, camera settings, and even export them to an image file.</p> |
2401 | | - <p>There are two types of scenes, 3D scenes, and 2D scenes. 3D scenes use a camera and load in product modals, you can customize the camera location as well as the location and rotation of the modals. 2D scenes cannot be customized, they are baked into upk files and are loaded in to read the image data.</p> |
| 2415 | + <p>The thumbnail render is a tool used to rendering custom 3D scenes of products, it allows you to customize its paints, camera settings, and even export them to an image file.</p> |
| 2416 | + <p>There are two types of scenes, 3D scenes, and 2D scenes. 3D scenes use a camera and load in product modals, you can customize the camera location as well as the location and rotation of the modals. 2D scenes cannot be customized, they are baked into upk files and can only be read from.</p> |
2402 | 2417 |
|
2403 | 2418 | <div class="simplelightbox-gallery row mb-3"> |
2404 | 2419 | <div class="col-12 col-md-4 mb-3"> |
|
0 commit comments