Clean repository-owned GDScript warnings
This commit is contained in:
parent
ff536e62a6
commit
1284619079
17 changed files with 60 additions and 74 deletions
|
|
@ -340,13 +340,13 @@ func _sample_cell_transform(
|
|||
tangent = Vector3.RIGHT
|
||||
var bitangent: Vector3 = normal.cross(tangent).normalized()
|
||||
var pixel_size: float = cell_size * clampf(fill, 0.05, 1.0)
|
||||
var basis := Basis(
|
||||
var cell_basis := Basis(
|
||||
tangent * pixel_size,
|
||||
bitangent * pixel_size,
|
||||
normal,
|
||||
)
|
||||
return Transform3D(
|
||||
basis,
|
||||
cell_basis,
|
||||
to_local(point + normal * _surface_offset()),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue