Skip to content

Commit

Permalink
Update copyrights, demo settings
Browse files Browse the repository at this point in the history
  • Loading branch information
TokisanGames committed Jan 7, 2025
1 parent 787a4cd commit f88f7e4
Show file tree
Hide file tree
Showing 28 changed files with 36 additions and 25 deletions.
5 changes: 4 additions & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ Project Leads
* Cory Petkovsek [@TokisanGames](https://github.com/TokisanGames)
* Roope Palmroos [@outobugi](https://github.com/outobugi)

Contributors
MVPs
* Emerson Rowland [@XTarsia](https://github.com/XTarsia)
* Tom Coxon [@tcoxon](https://github.com/tcoxon)

Contributors
* Loïc Chen (陳明佑) [@painfulexistence](https://github.com/painfulexistence)
* Lorenz Wildberg [@lw64](https://github.com/lw64)
* Jacob Coughenour [@jacobcoughenour](https://github.com/jacobcoughenour)
Expand All @@ -30,4 +32,5 @@ Contributors
* [@directedchaossoftware](https://github.com/directedchaossoftware)
* [@stakira](https://github.com/stakira) / [@lfxu](https://github.com/lfxu)
* Sven Cannivy [@svencan](https://github.com/svencan)
* [@DissonantVoid](https://github.com/DissonantVoid)

2 changes: 1 addition & 1 deletion project/addons/terrain_3d/extras/hex_grid.gdshader
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2024 Cory Petkovsek, Roope Palmroos, and Contributors.
// Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
// This shader snippet draws a hex grid
// Contributed by Broco

Expand Down
2 changes: 1 addition & 1 deletion project/addons/terrain_3d/extras/import_sgt.gd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2024 Cory Petkovsek, Roope Palmroos, and Contributors.
# Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
# Import From SimpleGrassTextured
#
# This script demonstrates how to import transforms from SimpleGrassTextured. To use it:
Expand Down
2 changes: 1 addition & 1 deletion project/addons/terrain_3d/menu/bake_lod_dialog.gd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2024 Cory Petkovsek, Roope Palmroos, and Contributors.
# Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
# Bake LOD Dialog for Terrain3D
@tool
extends ConfirmationDialog
Expand Down
2 changes: 1 addition & 1 deletion project/addons/terrain_3d/menu/baker.gd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2024 Cory Petkovsek, Roope Palmroos, and Contributors.
# Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
# Baker for Terrain3D
extends Node

Expand Down
2 changes: 1 addition & 1 deletion project/addons/terrain_3d/menu/channel_packer.gd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2024 Cory Petkovsek, Roope Palmroos, and Contributors.
# Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
# Channel Packer for Terrain3D
extends RefCounted

Expand Down
2 changes: 1 addition & 1 deletion project/addons/terrain_3d/menu/channel_packer_dragdrop.gd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2024 Cory Petkovsek, Roope Palmroos, and Contributors.
# Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
# Channel Packer Dragdropper for Terrain3D
@tool
extends Button
Expand Down
2 changes: 1 addition & 1 deletion project/addons/terrain_3d/menu/directory_setup.gd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2024 Cory Petkovsek, Roope Palmroos, and Contributors.
# Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
# Directory Setup for Terrain3D
extends Node

Expand Down
2 changes: 1 addition & 1 deletion project/addons/terrain_3d/menu/terrain_menu.gd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2024 Cory Petkovsek, Roope Palmroos, and Contributors.
# Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
# Menu for Terrain3D
extends HBoxContainer

Expand Down
2 changes: 1 addition & 1 deletion project/addons/terrain_3d/src/asset_dock.gd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2024 Cory Petkovsek, Roope Palmroos, and Contributors.
# Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
# Asset Dock for Terrain3D
@tool
extends PanelContainer
Expand Down
2 changes: 1 addition & 1 deletion project/addons/terrain_3d/src/double_slider.gd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2024 Cory Petkovsek, Roope Palmroos, and Contributors.
# Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
# DoubleSlider for Terrain3D
# Should work for other UIs
@tool
Expand Down
2 changes: 1 addition & 1 deletion project/addons/terrain_3d/src/editor_plugin.gd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2024 Cory Petkovsek, Roope Palmroos, and Contributors.
# Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
# Editor Plugin for Terrain3D
@tool
extends EditorPlugin
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2024 Cory Petkovsek, Roope Palmroos, and Contributors.
# Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
# Gradient Operation Builder for Terrain3D
extends "res://addons/terrain_3d/src/operation_builder.gd"

Expand Down
2 changes: 1 addition & 1 deletion project/addons/terrain_3d/src/multi_picker.gd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2024 Cory Petkovsek, Roope Palmroos, and Contributors.
# Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
# Multipicker for Terrain3D
extends HBoxContainer

Expand Down
2 changes: 1 addition & 1 deletion project/addons/terrain_3d/src/operation_builder.gd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2024 Cory Petkovsek, Roope Palmroos, and Contributors.
# Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
# Operation Builder for Terrain3D
extends RefCounted

Expand Down
2 changes: 1 addition & 1 deletion project/addons/terrain_3d/src/region_gizmo.gd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2024 Cory Petkovsek, Roope Palmroos, and Contributors.
# Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
# Editor Region Gizmos for Terrain3D
extends EditorNode3DGizmo

Expand Down
2 changes: 1 addition & 1 deletion project/addons/terrain_3d/src/tool_settings.gd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2024 Cory Petkovsek, Roope Palmroos, and Contributors.
# Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
# Tool settings bar for Terrain3D
extends PanelContainer

Expand Down
2 changes: 1 addition & 1 deletion project/addons/terrain_3d/src/toolbar.gd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2024 Cory Petkovsek, Roope Palmroos, and Contributors.
# Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
# Toolbar for Terrain3D
extends VFlowContainer

Expand Down
2 changes: 1 addition & 1 deletion project/addons/terrain_3d/src/ui.gd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2024 Cory Petkovsek, Roope Palmroos, and Contributors.
# Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
# UI for Terrain3D
extends Node

Expand Down
2 changes: 1 addition & 1 deletion project/addons/terrain_3d/tools/importer.gd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2024 Cory Petkovsek, Roope Palmroos, and Contributors.
# Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
# Importer for Terrain3D
@tool
extends Terrain3D
Expand Down
2 changes: 1 addition & 1 deletion project/addons/terrain_3d/utils/terrain_3d_objects.gd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2024 Cory Petkovsek, Roope Palmroos, and Contributors.
# Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
# Objects parent for Terrain3D
# Children nodes get transform updates on sculpting
@tool
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2024 Cory Petkovsek, Roope Palmroos, and Contributors.
# Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
# Transform Changed Notifier for Terrain3D
@tool
extends Node3D
Expand Down
5 changes: 3 additions & 2 deletions project/demo/Demo.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ _shader_parameters = {
"auto_height_reduction": 0.1,
"auto_overlay_texture": 1,
"auto_slope": 1.0,
"bias_distance": 512.0,
"blend_sharpness": 0.87,
"depth_blur": 0.0,
"dual_scale_far": 170.0,
"dual_scale_near": 100.0,
"dual_scale_reduction": 0.3,
Expand All @@ -47,6 +49,7 @@ _shader_parameters = {
"macro_variation1": Color(0.878431, 0.862745, 0.901961, 1),
"macro_variation2": Color(0.898039, 0.898039, 0.803922, 1),
"macro_variation_slope": 0.333,
"mipmap_bias": 1.0,
"noise1_angle": 0.1,
"noise1_offset": Vector2(0.5, 0.5),
"noise1_scale": 0.04,
Expand All @@ -55,8 +58,6 @@ _shader_parameters = {
"noise_texture": SubResource("NoiseTexture2D_bov7h"),
"projection_angular_division": 1.436,
"projection_threshold": 0.8,
"texture_depth_blur": 0.0,
"texture_mipmap_bias": 1.0,
"tri_scale_reduction": 0.3,
"world_noise_fragment_normals": false,
"world_noise_height": 34.0,
Expand Down
2 changes: 2 additions & 0 deletions project/demo/assets/models/RockA.glb.import
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ nodes/root_type="StaticBody3D"
nodes/root_name="Scene Root"
nodes/apply_root_scale=true
nodes/root_scale=1.0
nodes/import_as_skeleton_bones=false
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
Expand All @@ -28,6 +29,7 @@ animation/import=true
animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
animation/import_rest_as_RESET=false
import_script/path=""
_subresources={
"materials": {
Expand Down
2 changes: 2 additions & 0 deletions project/demo/assets/models/RockB.glb.import
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ nodes/root_type="StaticBody3D"
nodes/root_name="Scene Root"
nodes/apply_root_scale=true
nodes/root_scale=1.0
nodes/import_as_skeleton_bones=false
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
Expand All @@ -28,6 +29,7 @@ animation/import=true
animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
animation/import_rest_as_RESET=false
import_script/path=""
_subresources={
"materials": {
Expand Down
2 changes: 2 additions & 0 deletions project/demo/assets/models/RockC.glb.import
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ nodes/root_type="StaticBody3D"
nodes/root_name="Scene Root"
nodes/apply_root_scale=true
nodes/root_scale=1.0
nodes/import_as_skeleton_bones=false
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
Expand All @@ -28,6 +29,7 @@ animation/import=true
animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
animation/import_rest_as_RESET=false
import_script/path=""
_subresources={
"materials": {
Expand Down
2 changes: 2 additions & 0 deletions project/demo/assets/models/Tunnel.glb.import
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ nodes/root_type="StaticBody3D"
nodes/root_name="Scene Root"
nodes/apply_root_scale=true
nodes/root_scale=1.0
nodes/import_as_skeleton_bones=false
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
Expand All @@ -28,6 +29,7 @@ animation/import=true
animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
animation/import_rest_as_RESET=false
import_script/path=""
_subresources={
"materials": {
Expand Down
1 change: 0 additions & 1 deletion project/demo/data/assets.tres
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ distance_fade_max_distance = 75.0

[sub_resource type="Terrain3DMeshAsset" id="Terrain3DMeshAsset_2qf8x"]
height_offset = 0.5
density = 10.0
material_override = SubResource("StandardMaterial3D_mapyw")
generated_type = 1

Expand Down

0 comments on commit f88f7e4

Please sign in to comment.