瀏覽代碼

Merge pull request #82 from jMonkeyEngine/Ali-RS-patch-1

Update link to example pbr asset
Ali-RS 7 年之前
父節點
當前提交
19a7489d18
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/docs/asciidoc/jme3/advanced/pbr_part1.adoc

+ 1 - 1
src/docs/asciidoc/jme3/advanced/pbr_part1.adoc

@@ -74,7 +74,7 @@ These parameters are the basics of PBR. Of course, each of them can be stored in
 
 The nice thing is that Metalness, Roughness and AO are grey scaled textures, so basically they only use one channel of a texture. So you can pack those 3 maps in one texture.
 
-You can find an example asset that should work in a typical PBR implementation here. This page showcases pretty well what the textures should look like.
+You can find an example asset that should work in a typical PBR implementation link:http://artisaverb.info/PBT.html[here]. This page showcases pretty well what the textures should look like.
 
 That’s it for PBR from the artist point of view. Next week I’ll explain what’s under the hood for you fellow developers 😉