Level 2 #12

Merged
oleg.petruny merged 14 commits from Level2 into master 2025-04-25 21:17:42 +00:00
36 changed files with 77 additions and 8 deletions
Showing only changes of commit 2d4fd61ea3 - Show all commits

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()
));
smeshActor->GetStaticMeshComponent()->SetStaticMesh(smesh);
smeshActor->Rename(*assetName);
smeshActor->SetActorLabel(assetName, false);
smeshActor->MarkPackageDirty();
GEditor->SelectNone(false, true);
GEditor->SelectActor(smeshActor, true, true);