You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/mdl_sdkapi/example_axf_to_mdl.dox
+2-2
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ This example loads an X-Rite AxF(Appearance Exchange Format) file and converts i
46
46
AxF to MDL material format conversion
47
47
</b></dt>
48
48
<dd><br>
49
-
The example first loads an AxF file and parses it using the AxF Decoding SDK (not distributed with MDL-SDK,
49
+
The example first loads an AxF file and parses it using the AxF Decoding SDK (not distributed with MDLSDK,
50
50
please check \link mi_neuray_getting_started Getting started \endlink for further information) in order to decode AxF material representations, its parameters,
51
51
its resources such a texture bitmaps, measurements, and metadata.
52
52
@@ -60,7 +60,7 @@ This example loads an X-Rite AxF(Appearance Exchange Format) file and converts i
60
60
61
61
This means The MDL representations will have a close visual appearance to its AxF equivalents and will expose the same input parameters.
62
62
63
-
This way, by using MDL-SDK, the example will load this module and use it as template to create material variations to map parameters,
63
+
This way, by using MDLSDK, the example will load this module and use it as template to create material variations to map parameters,
64
64
textures and measurements between MDL and AxF representations and so achieving the conversion.
65
65
66
66
Finally, the example will write a output MDL file with the resulting variation(s) along its resources (bitmaps).
0 commit comments