I am a learner of Houdini! I know that there is an image file format called rla which can give max user quite a lot of information! Such as objectId, materialId, depth data………… I think it is very powerful!
Can houdini read or generate RLA? Or can Houdini do the similar job with another way?
thank You for your attention!
rla?
5173 6 1- brucelay
- Member
- 313 posts
- Joined: July 2005
- Offline
- symek
- Member
- 1390 posts
- Joined: July 2005
- Offline
of course, since RLA is open format and supported by Houdini you can use it inside Houdini. But just from definition of RLA does not follow that it have to be used to bring you info about surfaceID or any other. What is specific about RLA id that it does not have defined number of channels - which means that you can pipe-in it any number and any information you want… or your renderer/shader can.
Mantra can bring you in rla (or few others formats) some variabels, try deep-raster tab in Mantra ROP. If you need some others data you will have to write shader which will define it and write down in variable.
hope this will help,
symek
Mantra can bring you in rla (or few others formats) some variabels, try deep-raster tab in Mantra ROP. If you need some others data you will have to write shader which will define it and write down in variable.
hope this will help,
symek
- brucelay
- Member
- 313 posts
- Joined: July 2005
- Offline
- symek
- Member
- 1390 posts
- Joined: July 2005
- Offline
- EigenAlex
- Member
- 639 posts
- Joined: July 2005
- Offline
SYmek
Mantra can bring you in rla (or few others formats) some variabels, try deep-raster tab in Mantra ROP. If you need some others data you will have to write shader which will define it and write down in variable.
Hiya,
I probably just misunderstood, but, Deep Raster is not supported in the RLA, does it?
THanks,
Alex
- symek
- Member
- 1390 posts
- Joined: July 2005
- Offline
yes, it is a misuderstanding:
rla is a kind of image format which does not specify a number of channels/plates: Discreet uses this ability to pipe into rla files shade pasess and some (maybe useful ? ) data like surfaceID. Deepraster is a internal data of renderer which can be exported to any image format (which support correct type of data - integer, float etc…).
Deepraster in Houdini can export data also to rla. Rla can store deepraster data in the same way as colour, alfa etc, etc.
ok?
cheers,
symek.
rla is a kind of image format which does not specify a number of channels/plates: Discreet uses this ability to pipe into rla files shade pasess and some (maybe useful ? ) data like surfaceID. Deepraster is a internal data of renderer which can be exported to any image format (which support correct type of data - integer, float etc…).
Deepraster in Houdini can export data also to rla. Rla can store deepraster data in the same way as colour, alfa etc, etc.
ok?
cheers,
symek.
- brucelay
- Member
- 313 posts
- Joined: July 2005
- Offline
-
- Quick Links