Log into your account to keep track of your progress. You can work through the lessons without logging in but your progress will be lost when you refresh the page.
PROJECT PEGASUS | PROJECT PEGASUS | LANDSCAPE MATERIAL
総再生時間: 2h 10m 55s
Houdini と Unreal は精細な地形を作るためのパワフルなツールを提供しています。このレッスンでは、Project Pegasus で使用された地形マテリアルを詳しく見ていき、そのテクニカルな面を掘り下げていきます。
${item.description}
コメント
0chumpy 10 ヶ月, 3 週間 前 |
thanks for this, please do more like updates on new workflows
Pakle 9 ヶ月, 3 週間 前 |
I wish we had the project files. I can't see the files in Unreal although the sync is in place...
arslaneh69 8 ヶ月, 2 週間 前 |
Amazing !
I tried to implement texture bombing in the material , yet i couldn't ( probably due to my lack of knowledge tbh ) . any idea about how how i could do it?
kite3h 4 ヶ月, 3 週間 前 |
Now Unreal support Runtime Virtual Texture. You dont need ID map. You can just use a regular mask map.
Even heavy materials with complex and large number of layers are eventually rendered only once and cached in the RVT cache, and only the RVT cache is sampled thereafter. Games like Call of Duty and World of Tank also use RVT these days. The ID map method using Texture Array is not used much.
JonBierman 1 ヶ月 前 |
Hello, thanks for this very detailed tutorial series. I'm stuck trying to understand something: in the Load Landscape HDA there is a file SOP which loads a metadata file which is referenced by PE Heightfield Layers to ID and populates the list of atlas layers (eg grass_grazed, grass_boggy, scrub_heath and so on) which are specific to the demonstration use case, but are not appropriate for my use case. Elsewhere in the build I am using PE heightfield id map layers and specifying the layers that ARE appropriate, and then applying those to get correct ID layers and successfully building the IDmap. But I don't understand how I can overwrite this metadata file so that it contains the list of my custom layers. Therefore, the attribtransfer SOP which is transferring id is transferring the incorrect id names. How do I write my custom layer names to the metadata file? Or is the expectation that I should only use the layer names as given to us, and not customize them?
Please log in to leave a comment.