house and moss

This commit is contained in:
Oleg Petruny 2025-02-17 22:58:39 +01:00
parent f16d51168a
commit 2d4fd61ea3
36 changed files with 77 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 637 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 636 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 545 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 573 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 547 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 608 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 494 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 529 KiB

View File

@ -0,0 +1,4 @@
T_Moss1 - https://cc0-textures.com/t/cc0t-moss-001
T_Moss2 - https://cc0-textures.com/t/cc0t-moss-002
T_Moss3 - https://cc0-textures.com/t/cc0t-moss-003
T_Moss4 - https://cc0-textures.com/t/cc0t-moss-004

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -219,6 +219,8 @@ void AGrassGenerator::Export()
GetActorTransform() GetActorTransform()
)); ));
smeshActor->GetStaticMeshComponent()->SetStaticMesh(smesh); smeshActor->GetStaticMeshComponent()->SetStaticMesh(smesh);
smeshActor->Rename(*assetName);
smeshActor->SetActorLabel(assetName, false);
smeshActor->MarkPackageDirty(); smeshActor->MarkPackageDirty();
GEditor->SelectNone(false, true); GEditor->SelectNone(false, true);
GEditor->SelectActor(smeshActor, true, true); GEditor->SelectActor(smeshActor, true, true);