Created
May 3, 2024 18:41
-
-
Save 1st1/2704b89be42e0117b675b2ea294df82a to your computer and use it in GitHub Desktop.
edgedb.com 3d config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
scene_max_dpr: 1, | |
scene_max_samples: 3, | |
scene_camera_fov: 55, | |
scene_camera_rot: { x: 0, y: 0, z: 0 }, | |
scene_camera_pos: { x: 0, y: 0, z: 5 }, | |
bg_nspace: 7, | |
bg_lines: 2, | |
bg_line_size_vari: { min: 0.3, max: 0.8 }, | |
bg_line_brightness: 87.04, | |
bg_line_roughness: 1, | |
bg_line_speedfactor: 1.2, | |
bg_line_scrollfactor: 4, | |
bg_line_parallax_pow: 101, | |
bg_line_fade_after: 0.3, | |
bg_line_fade_coeff: 2.4, | |
bg_line_fade_max: 1.2, | |
bg_line_curviness: 2, | |
bg_scene: "#505050", | |
bg_color1: "#b81111", | |
bg_color2: "#57505a", | |
bg_color3: "#ca5fff", | |
bg_color4: "#504b52", | |
bg_vignette_strength: 0, | |
bg_blob1_pos: { x: 0.6563, y: -0.6906 }, | |
bg_blob1_strength: 0.28, | |
bg_blob1_color: "#8a47fd", | |
bg_blob1_dims: { x: 2.5, y: 2.3 }, | |
bg_blob2_pos: { x: -0.7031, y: 0.4438 }, | |
bg_blob2_strength: 0.22, | |
bg_blob2_color: "#97a5fa", | |
bg_blob2_dims: { x: 2.625, y: 2.6 }, | |
bg_blob3_pos: { x: -0.5313, y: -0.4563 }, | |
bg_blob3_strength: 0.14, | |
bg_blob3_color: "#1cffd8", | |
bg_blob3_dims: { x: 1.375, y: 1.85 }, | |
bg_blob4_pos: { x: 0.5, y: 0.4594 }, | |
bg_blob4_strength: 0.25, | |
bg_blob4_color: "#fad799", | |
bg_blob4_dims: { x: 3.375, y: 2.05 }, | |
bg_blob_fade_after: 0.3, | |
bg_blob_fade_coeff: 0.24, | |
bg_blob_fade_max: 0.6, | |
bg_aces: true, | |
bg_contrast: true, | |
bg_contrast_r: { x: 1.8, y: 1 }, | |
bg_contrast_g: { x: 1.6, y: 1 }, | |
bg_contrast_b: { x: 1.6, y: 1.07 }, | |
bg_noise: true, | |
bg_noise_speed: 0.28, | |
bg_noise_intensity: 0.04, | |
bg_noise_mean: 0, | |
bg_noise_variance: 0.44, | |
bg_random_seed: 72.85, | |
ice_rot: { x: 0, y: 0, z: 0 }, | |
ice_pos: { x: -0.15, y: 1.5, z: -7 }, | |
ice_top_color: "#c6d1e2", | |
ice_bottom_color: "#65b19d", | |
ice_brightness: 2, | |
ice_glow_color: "#533878", | |
ice_glow_intensity: 1.74, | |
ice_grid_color: "#00ffd0", | |
ice_water_color: "#14363f", | |
ice_water_opacity: 0.6, | |
ice_noise_speed: 0.2, | |
ice_noise_amplitude: 1, | |
ice_grid_opacity: 1, | |
ice_grid_thick: 1.25, | |
ice_edgeline_color: "#00ffcf", | |
ice_edgeline_thick: 0.01, | |
ice_edgeline_glow: 0.82, | |
debug_draw_nspace: false, | |
debug_show_statsgl: false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment