Skip to content

initdc/VMAX_doc_1-5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>License Agreement for V-Ray for 3ds Max - V-Ray 1.5 for 3ds Max Help</title>

    <meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=2.0, user-scalable=yes">

<script type="text/javascript" src="assets/js/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.scrollTo.min.js"></script>


<script type="text/javascript" src="assets/js/scroll-tree.js"></script>

<script type="text/javascript" src="assets/js/theme.main.js"></script>


<link rel="stylesheet" href="assets/css/content-style.css">
    <link rel="stylesheet" href="assets/css/search.css">

<link rel="stylesheet" href="assets/css/theme.main.css">
<link rel="stylesheet" href="assets/css/theme.colors.css">

            <!-- ES5 support for older browsers, needed by lunr -->
        <script src="js/augment.js"></script>
        <script id="worker" type="javascript/worker">

        startIndex = function() {
            idx = lunr.Index.load(lunrIndex);
            idx.pipeline.remove(lunr.stopWordFilter);
            postMessage({type: "setup-complete"});
        }

        onmessage = function (event) {
            var message = event.data;

            if ((message.type === 'setup') && message.baseUrl) {
                var url = message.baseUrl;
                importScripts(url + 'js/lunr.js');
                importScripts(url + 'js/lunr-extras.js');
                importScripts(url + 'js/lunr-index.js');
                importScripts(url + 'js/lunr-data.js');
                startIndex();
            }

            if (idx && (message.type === 'search-request') && message.query) {
                var searchWord = message.query;
                var results = idx.search(searchWord).map(function (result) {
                    return lunrData.filter(function (d) {
                        return d.id === parseInt(result.ref, 10)
                    })[0]
                });
                postMessage({type: 'search-results', results: results, query: searchWord, queryId: message.queryId});
            }
        }

    </script>
    </head>

<body pageid="2557064">

<div id="ht-loader">
    <noscript>
        <p style="width: 100%; text-align:center; position: absolute; margin-top: 200px;">This content cannot be displayed without JavaScript.<br>Please enable JavaScript and reload the page.</p>
    </noscript>
</div>

<div>
   	<header id="ht-headerbar">
    <div class="ht-headerbar-left">
        <a href="" id="ht-menu-toggle" class="sp-aui-icon-small sp-aui-iconfont-appswitcher"></a>
    </div>
    <div class="ht-headerbar-right">
            <div class="sp-aui-icon-small ht-search-index-loader ht-header-icon"></div>

        <div id="ht-search">
            <div class="ht-search-input" style="display: none;">
              	<a href="#" class="sp-aui-icon-small sp-aui-iconfont-remove ht-search-clear"></a>

                <form action="#" method="GET" id="search">
                    <input class="search-input" type="text" placeholder="Search" tabindex="-1" autocomplete="off" name="q" value="">
                    <input type="hidden" name="max" value="15" />
                    <input type="submit" style="display:none" tabindex="-4"/>
                </form>

                <a href="#" id="ht-search-button" class="ht-header-icon ht-header-icon-svg">
                                        <svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
                        <g>
                            <path d="M29.572,28.802 L28.801,29.571 C28.515,29.857 28.187,30 27.816,30 C27.445,30 27.116,29.857 26.831,29.571 L21.392,24.134 C20.193,24.762 18.908,25.076 17.538,25.076 C15.396,25.076 13.605,24.348 12.163,22.892 C10.721,21.436 10,19.651 10,17.538 C10,15.397 10.721,13.605 12.163,12.163 C13.605,10.721 15.396,10 17.538,10 C19.651,10 21.434,10.721 22.89,12.163 C24.347,13.605 25.075,15.397 25.075,17.538 C25.075,18.937 24.761,20.222 24.132,21.393 L29.572,26.832 C29.857,27.118 30,27.446 30,27.817 C30,28.188 29.857,28.517 29.572,28.802 L29.572,28.802 Z M13.662,21.414 C14.732,22.485 16.024,23.02 17.538,23.02 C19.051,23.02 20.343,22.485 21.413,21.414 C22.484,20.344 23.019,19.052 23.019,17.538 C23.019,16.025 22.484,14.733 21.413,13.662 C20.343,12.592 19.051,12.056 17.538,12.056 C16.024,12.056 14.732,12.592 13.662,13.662 C12.591,14.733 12.056,16.025 12.056,17.538 C12.056,19.052 12.591,20.344 13.662,21.414 L13.662,21.414 Z"></path>
                        </g>
                    </svg>
              	</a>

                <div class="ht-search-dropdown ht-dropdown">
                    <ul></ul>
                </div>
            </div>
        </div>
    </div>
    </header>   	<aside id="ht-sidebar">
    <div class="ht-sidebar-content">
        <div class="ht-sidebar-content-scroll-container">
            <header class="ht-sidebar-header">
                <h1 class="ht-logo">
                    <span class="ht-logo-label">VR153M</span>
                    <img class="space-logo" src="spacelogo.png" />
                </h1>
                <a href="V-Ray_1.5_for_3ds_Max_Help_Home.html" class="ht-space-link">
                    <h2>V-Ray 1.5 for 3ds Max Help</h2>
                </a>
            </header>

            <nav class="ht-pages-nav">
                <ul class="ht-pages-nav-top">
                                                <li class="collapsed">
        <a class="ht-nav-page-link" href="License_Agreements.html">License Agreements</a>

                    <span class="sp-toggle sp-aui-icon-small ht-pages-nav-toggle">
                <svg id="icon-minus" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
                    <g fill="#CCCCCC">
                        <rect x="7" y="11" width="10" height="2"></rect>
                    </g>
                </svg>
                <svg id="icon-plus" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
                    <g fill="#CCCCCC">
                        <rect x="11" y="7" width="2" height="10"></rect>
                        <rect x="7" y="11" width="10" height="2"></rect>
                    </g>
                </svg>
            </span>

            <ul class="nav ht-pages-nav-sub">
                                        <li class="leaf">
        <a class="ht-nav-page-link current" href="License_Agreement_for_V-Ray_for_3ds_Max.html">License Agreement for V-Ray for 3ds Max</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="License_Agreement_for_the_V-Ray_License_Server.html">License Agreement for the V-Ray License Server</a>

            </li>
                            </ul>
            </li>
                                                <li class="leaf">
        <a class="ht-nav-page-link" href="Migrating_from_V-Ray_1.4x_to_V-Ray_1.5.html">Migrating from V-Ray 1.4x to V-Ray 1.5</a>

            </li>
                                                <li class="leaf">
        <a class="ht-nav-page-link" href="Features.html">Features</a>

            </li>
                                                <li class="leaf">
        <a class="ht-nav-page-link" href="Installation.html">Installation</a>

            </li>
                                                <li class="leaf">
        <a class="ht-nav-page-link" href="V-Ray_Licensing_System.html">V-Ray Licensing System</a>

            </li>
                                                <li class="leaf">
        <a class="ht-nav-page-link" href="Troubleshooting.html">Troubleshooting</a>

            </li>
                                                <li class="collapsed">
        <a class="ht-nav-page-link" href="V-Ray_and_3ds_Max.html">V-Ray and 3ds Max</a>

                    <span class="sp-toggle sp-aui-icon-small ht-pages-nav-toggle">
                <svg id="icon-minus" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
                    <g fill="#CCCCCC">
                        <rect x="7" y="11" width="10" height="2"></rect>
                    </g>
                </svg>
                <svg id="icon-plus" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
                    <g fill="#CCCCCC">
                        <rect x="11" y="7" width="2" height="10"></rect>
                        <rect x="7" y="11" width="10" height="2"></rect>
                    </g>
                </svg>
            </span>

            <ul class="nav ht-pages-nav-sub">
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="MaxScript.html">MaxScript</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="Texture_Baking.html">Texture Baking</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="Unsupported_3ds_Max_Features.html">Unsupported 3ds Max Features</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="Render_Elements.html">Render Elements</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="G-Buffer_Support.html">G-Buffer Support</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="Hair_&amp;_Fur.html">Hair &amp; Fur</a>

            </li>
                            </ul>
            </li>
                                                <li class="collapsed">
        <a class="ht-nav-page-link" href="Plugins.html">Plugins</a>

                    <span class="sp-toggle sp-aui-icon-small ht-pages-nav-toggle">
                <svg id="icon-minus" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
                    <g fill="#CCCCCC">
                        <rect x="7" y="11" width="10" height="2"></rect>
                    </g>
                </svg>
                <svg id="icon-plus" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
                    <g fill="#CCCCCC">
                        <rect x="11" y="7" width="2" height="10"></rect>
                        <rect x="7" y="11" width="10" height="2"></rect>
                    </g>
                </svg>
            </span>

            <ul class="nav ht-pages-nav-sub">
                                        <li class="collapsed">
        <a class="ht-nav-page-link" href="V-Ray_Renderer.html">V-Ray Renderer</a>

                    <span class="sp-toggle sp-aui-icon-small ht-pages-nav-toggle">
                <svg id="icon-minus" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
                    <g fill="#CCCCCC">
                        <rect x="7" y="11" width="10" height="2"></rect>
                    </g>
                </svg>
                <svg id="icon-plus" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
                    <g fill="#CCCCCC">
                        <rect x="11" y="7" width="2" height="10"></rect>
                        <rect x="7" y="11" width="10" height="2"></rect>
                    </g>
                </svg>
            </span>

            <ul class="nav ht-pages-nav-sub">
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="V-Ray_Frame_Buffer.html">V-Ray Frame Buffer</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="Global_Switches.html">Global Switches</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="Image_Sampler_(Antialiasing).html">Image Sampler (Antialiasing)</a>

            </li>
                                        <li class="collapsed">
        <a class="ht-nav-page-link" href="Indirect_Illumination_(GI).html">Indirect Illumination (GI)</a>

                    <span class="sp-toggle sp-aui-icon-small ht-pages-nav-toggle">
                <svg id="icon-minus" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
                    <g fill="#CCCCCC">
                        <rect x="7" y="11" width="10" height="2"></rect>
                    </g>
                </svg>
                <svg id="icon-plus" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
                    <g fill="#CCCCCC">
                        <rect x="11" y="7" width="2" height="10"></rect>
                        <rect x="7" y="11" width="10" height="2"></rect>
                    </g>
                </svg>
            </span>

            <ul class="nav ht-pages-nav-sub">
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="Brute_Force_GI.html">Brute Force GI</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="Irradiance_Map.html">Irradiance Map</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="Global_Photon_Map.html">Global Photon Map</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="Light_Cache.html">Light Cache</a>

            </li>
                            </ul>
            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="Caustics.html">Caustics</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="Environment.html">Environment</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="DMC_Sampler.html">DMC Sampler</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="Color_Mapping.html">Color Mapping</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="Camera.html">Camera</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="Default_Displacement.html">Default Displacement</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="System.html">System</a>

            </li>
                            </ul>
            </li>
                                        <li class="collapsed">
        <a class="ht-nav-page-link" href="Materials.html">Materials</a>

                    <span class="sp-toggle sp-aui-icon-small ht-pages-nav-toggle">
                <svg id="icon-minus" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
                    <g fill="#CCCCCC">
                        <rect x="7" y="11" width="10" height="2"></rect>
                    </g>
                </svg>
                <svg id="icon-plus" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
                    <g fill="#CCCCCC">
                        <rect x="11" y="7" width="2" height="10"></rect>
                        <rect x="7" y="11" width="10" height="2"></rect>
                    </g>
                </svg>
            </span>

            <ul class="nav ht-pages-nav-sub">
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="VRayMtl.html">VRayMtl</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="VRay2SidedMtl.html">VRay2SidedMtl</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="VRayOverrideMtl.html">VRayOverrideMtl</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="VRayLightMtl.html">VRayLightMtl</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="VRayMtlWrapper.html">VRayMtlWrapper</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="VRayFastSSS.html">VRayFastSSS</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="VRayFastSSS2.html">VRayFastSSS2</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="VRayBlendMtl.html">VRayBlendMtl</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="VRaySimbiontMtl.html">VRaySimbiontMtl</a>

            </li>
                            </ul>
            </li>
                                        <li class="collapsed">
        <a class="ht-nav-page-link" href="Textures.html">Textures</a>

                    <span class="sp-toggle sp-aui-icon-small ht-pages-nav-toggle">
                <svg id="icon-minus" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
                    <g fill="#CCCCCC">
                        <rect x="7" y="11" width="10" height="2"></rect>
                    </g>
                </svg>
                <svg id="icon-plus" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
                    <g fill="#CCCCCC">
                        <rect x="11" y="7" width="2" height="10"></rect>
                        <rect x="7" y="11" width="10" height="2"></rect>
                    </g>
                </svg>
            </span>

            <ul class="nav ht-pages-nav-sub">
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="VRaySun_and_VRaySky.html">VRaySun and VRaySky</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="VRayDirt.html">VRayDirt</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="VRayColor.html">VRayColor</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="VRayMap.html">VRayMap</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="VRayHDRI.html">VRayHDRI</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="VRayEdgesTex.html">VRayEdgesTex</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="VRayBmpFilter.html">VRayBmpFilter</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="VRayCompTex.html">VRayCompTex</a>

            </li>
                            </ul>
            </li>
                                        <li class="collapsed">
        <a class="ht-nav-page-link" href="Lights.html">Lights</a>

                    <span class="sp-toggle sp-aui-icon-small ht-pages-nav-toggle">
                <svg id="icon-minus" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
                    <g fill="#CCCCCC">
                        <rect x="7" y="11" width="10" height="2"></rect>
                    </g>
                </svg>
                <svg id="icon-plus" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
                    <g fill="#CCCCCC">
                        <rect x="11" y="7" width="2" height="10"></rect>
                        <rect x="7" y="11" width="10" height="2"></rect>
                    </g>
                </svg>
            </span>

            <ul class="nav ht-pages-nav-sub">
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="VRayLight.html">VRayLight</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="VRaySun_and_VRaySky_Parameters.html">VRaySun and VRaySky Parameters</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="VRayIES.html">VRayIES</a>

            </li>
                            </ul>
            </li>
                                        <li class="collapsed">
        <a class="ht-nav-page-link" href="Geometric_objects.html">Geometric objects</a>

                    <span class="sp-toggle sp-aui-icon-small ht-pages-nav-toggle">
                <svg id="icon-minus" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
                    <g fill="#CCCCCC">
                        <rect x="7" y="11" width="10" height="2"></rect>
                    </g>
                </svg>
                <svg id="icon-plus" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
                    <g fill="#CCCCCC">
                        <rect x="11" y="7" width="2" height="10"></rect>
                        <rect x="7" y="11" width="10" height="2"></rect>
                    </g>
                </svg>
            </span>

            <ul class="nav ht-pages-nav-sub">
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="VRayFur.html">VRayFur</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="VRayProxy.html">VRayProxy</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="VRayPlane.html">VRayPlane</a>

            </li>
                            </ul>
            </li>
                                        <li class="collapsed">
        <a class="ht-nav-page-link" href="Miscellaneous_Plugins.html">Miscellaneous Plugins</a>

                    <span class="sp-toggle sp-aui-icon-small ht-pages-nav-toggle">
                <svg id="icon-minus" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
                    <g fill="#CCCCCC">
                        <rect x="7" y="11" width="10" height="2"></rect>
                    </g>
                </svg>
                <svg id="icon-plus" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
                    <g fill="#CCCCCC">
                        <rect x="11" y="7" width="2" height="10"></rect>
                        <rect x="7" y="11" width="10" height="2"></rect>
                    </g>
                </svg>
            </span>

            <ul class="nav ht-pages-nav-sub">
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="VRayShadow.html">VRayShadow</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="VRayShadowMap.html">VRayShadowMap</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="VRayDisplacementMod.html">VRayDisplacementMod</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="VRayToon.html">VRayToon</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="VRayEnvironmentFog.html">VRayEnvironmentFog</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="VRayPhysicalCamera.html">VRayPhysicalCamera</a>

            </li>
                            </ul>
            </li>
                            </ul>
            </li>
                                                <li class="leaf">
        <a class="ht-nav-page-link" href="Distributed_rendering.html">Distributed rendering</a>

            </li>
                                                <li class="collapsed">
        <a class="ht-nav-page-link" href="Tutorials.html">Tutorials</a>

                    <span class="sp-toggle sp-aui-icon-small ht-pages-nav-toggle">
                <svg id="icon-minus" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
                    <g fill="#CCCCCC">
                        <rect x="7" y="11" width="10" height="2"></rect>
                    </g>
                </svg>
                <svg id="icon-plus" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
                    <g fill="#CCCCCC">
                        <rect x="11" y="7" width="2" height="10"></rect>
                        <rect x="7" y="11" width="10" height="2"></rect>
                    </g>
                </svg>
            </span>

            <ul class="nav ht-pages-nav-sub">
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="Irradiance_Map_Modes__Rendering_a_Static_Scene_from_Multiple_Views.html">Irradiance Map Modes: Rendering a Static Scene from Multiple Views</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="Rendering_a_Walk-Through_Animation.html">Rendering a Walk-Through Animation</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="Photon_Mapping.html">Photon Mapping</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="Displacement_Mapping.html">Displacement Mapping</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="Rendering_an_Interior_Scene.html">Rendering an Interior Scene</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="Progressive_Path_Tracing_with_V-Ray.html">Progressive Path Tracing with V-Ray</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="Rendering_Surface_Interfaces.html">Rendering Surface Interfaces</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="Rendering_an_Animation_with_Moving_Objects.html">Rendering an Animation with Moving Objects</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="Rendering_an_Animation_with_Moving_Objects_II.html">Rendering an Animation with Moving Objects II</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="Basic_Texture_Baking_with_V-Ray,_Part_I.html">Basic Texture Baking with V-Ray, Part I</a>

            </li>
                                        <li class="collapsed">
        <a class="ht-nav-page-link" href="Universal_V-Ray_1.5_settings.html">Universal V-Ray 1.5 settings</a>

                    <span class="sp-toggle sp-aui-icon-small ht-pages-nav-toggle">
                <svg id="icon-minus" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
                    <g fill="#CCCCCC">
                        <rect x="7" y="11" width="10" height="2"></rect>
                    </g>
                </svg>
                <svg id="icon-plus" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
                    <g fill="#CCCCCC">
                        <rect x="11" y="7" width="2" height="10"></rect>
                        <rect x="7" y="11" width="10" height="2"></rect>
                    </g>
                </svg>
            </span>

            <ul class="nav ht-pages-nav-sub">
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="Object_and_Light_Settings.html">Object and Light Settings</a>

            </li>
                            </ul>
            </li>
                            </ul>
            </li>
                                                <li class="collapsed">
        <a class="ht-nav-page-link" href="Tools.html">Tools</a>

                    <span class="sp-toggle sp-aui-icon-small ht-pages-nav-toggle">
                <svg id="icon-minus" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
                    <g fill="#CCCCCC">
                        <rect x="7" y="11" width="10" height="2"></rect>
                    </g>
                </svg>
                <svg id="icon-plus" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
                    <g fill="#CCCCCC">
                        <rect x="11" y="7" width="2" height="10"></rect>
                        <rect x="7" y="11" width="10" height="2"></rect>
                    </g>
                </svg>
            </span>

            <ul class="nav ht-pages-nav-sub">
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="Irradiance_map_viewer.html">Irradiance map viewer</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href=".obj_and_.ply_to_.vrmesh_converter.html">.obj and .ply to .vrmesh converter</a>

            </li>
                                        <li class="leaf">
        <a class="ht-nav-page-link" href=".vrimg_to_.exr_converter.html">.vrimg to .exr converter</a>

            </li>
                            </ul>
            </li>
                                                <li class="collapsed">
        <a class="ht-nav-page-link" href="Theory.html">Theory</a>

                    <span class="sp-toggle sp-aui-icon-small ht-pages-nav-toggle">
                <svg id="icon-minus" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
                    <g fill="#CCCCCC">
                        <rect x="7" y="11" width="10" height="2"></rect>
                    </g>
                </svg>
                <svg id="icon-plus" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
                    <g fill="#CCCCCC">
                        <rect x="11" y="7" width="2" height="10"></rect>
                        <rect x="7" y="11" width="10" height="2"></rect>
                    </g>
                </svg>
            </span>

            <ul class="nav ht-pages-nav-sub">
                                        <li class="leaf">
        <a class="ht-nav-page-link" href="Classification_of_GI_methods.html">Classification of GI methods</a>

            </li>
                            </ul>
            </li>
                                                <li class="leaf">
        <a class="ht-nav-page-link" href="Terminology.html">Terminology</a>

            </li>
                                                <li class="leaf">
        <a class="ht-nav-page-link" href="Frequently_Asked_Questions.html">Frequently Asked Questions</a>

            </li>
                                    </ul>
            </nav>
        </div>
    </div>

</aside></div>

<div id="ht-wrap-container">

            
    <div id="ht-sidebar-dragbar">
    <div class="ht-sidebar-drag-handle">
        <span class="drag-handle-1"></span>
        <span class="drag-handle-2"></span>
        <span class="drag-handle-3"></span>
    </div>
</div>
    <article id="ht-content" class="ht-content">
        <header class="ht-content-header">
            <div id="ht-breadcrumb">
    <ul>
        <li><a href="V-Ray_1.5_for_3ds_Max_Help_Home.html">V-Ray 1.5 for 3ds Max Help</a></li>
                                                                                     <li><a href="License_Agreements.html">License Agreements</a></li>
                                                            </ul>
</div>            <h1 id="src-2557068"> <span>License Agreement for V-Ray for 3ds Max</span></h1>
        </header>

        <div id="main-content" class="wiki-content sp-grid-section" data-index-for-search="true">

    <p  >    <span style="color: #000000;">
END USER SOFTWARE LICENSE AGREEMENT    </span>
<br/>    <span style="color: #000000;">
V-Ray for Autodesk 3ds Max, version 1.5 SP5    </span>
    </p>
    <p  class="important">    <span style="color: #000000;">
IMPORTANT - PLEASE READ CAREFULLY:    </span>
    </p>
    <p  >    <span style="color: #000000;">
Chaos Software Ltd. (&quot;THE COMPANY&quot;), acting on its own behalf or on behalf of an authorized by THE COMPANY reseller, licenses the rendering system V-Ray for Autodesk 3ds Max, version 1.5 SP5 (hereinafter referred to as &quot;THE PRODUCT&quot;) to you (either you personally if you have acquired THE PRODUCT for yourself, or another legal entity which has acquired THE PRODUCT on your behalf; hereinafter referred to as &quot;THE LICENSEE&quot;) only upon the condition that you accept all of the terms contained in this END USER LICENSE AGREEMENT (&quot;THE AGREEMENT&quot;).    </span>
    </p>
    <p  >    <span style="color: #000000;">
By installing, accessing, or otherwise copying or using all or any portion of THE PRODUCT, THE LICENSEE agrees to be legally bound by THE AGREEMENT. If THE LICENSEE does not agree to any or all of the terms in THE AGREEMENT, THE LICENSEE must not install, access, or otherwise copy or use THE PRODUCT and may, within thirty (30) days from the date of acquisition, return THE PRODUCT and any accompanying documentation and materials to THE COMPANY or its authorized reseller from which THE PRODUCT was acquired for a refund.    </span>
    </p>
    <div class="section section-1" id="src-2557068_LicenseAgreementforV-Rayfor3dsMax-Article1.SCOPE">
        <h1 class="heading "><span>Article 1. SCOPE</span></h1>
    <p  >    <span style="color: #000000;">
1.1. THE COMPANY transfers and THE LICENSEE accepts the following nonsublicensable, nonexclusive, nontransferable rights over THE PRODUCT, subject to the restrictions in section 1.4:    </span>
    </p>
    <p  >    <span style="color: #000000;">
a) to load THE PRODUCT, to view it on a computer screen, to execute it, to transmit it to a distance, to keep it on a computer storage device;    </span>
    </p>
    <p  >    <span style="color: #000000;">
b) to create a back-up copy of THE PRODUCT, if that is needed for the specific use that the program has been acquired for.    </span>
    </p>
    <p  >    <span style="color: #000000;">
c) to benefit commercially from using THE PRODUCT in the authorized manner considering the restrictions in Article 3.1. below, excluding the sale or transfer of purchased licensed copies to third parties.    </span>
    </p>
    <p  >    <span style="color: #000000;">
1.2. By this AGREEMENT, THE COMPANY transfers to THE LICENSEE the rights referred to in paragraph 1.1 for 1 (one) licensed copy of THE PRODUCT.    </span>
    </p>
    <p  >    <span style="color: #000000;">
1.3. A licensed copy constitutes all computer files provided to THE LICENSEE by THE COMPANY (including but not limited to: installation files, binary executable files, library files, configuration files, and documentation files).    </span>
    </p>
    <p  >    <span style="color: #000000;">
1.4. THE LICENSEE is entitled to use the graphical user interface of THE PRODUCT only on one computer or another technical device, respectively, at any one time. THE LICENSEE is entitled to use up to 10 (ten) running copies of THE PRODUCT for distributed network rendering at any one time, and unlimited number of running copies of THE PRODUCT for network frame-by-frame rendering.    </span>
    </p>
    <p  >    <span style="color: #000000;">
1.5. By this AGREEMENT no rights over the trademarks of THE COMPANY, or other rights not specified herein, respectively, are being transferred to THE LICENSEE.    </span>
    </p>
    </div>
    <div class="section section-1" id="src-2557068_LicenseAgreementforV-Rayfor3dsMax-Article2.RightsandobligationsofTHECOMPANY">
        <h1 class="heading "><span>Article 2. Rights and obligations of THE COMPANY</span></h1>
    <p  >    <span style="color: #000000;">
2.1. THE COMPANY shall have to furnish THE LICENSEE via electronic way with the amount, specified herein, of licensed copies of the PRODUCT whose rights to use, as defined in Article 1.1., are being transferred by THE AGREEMENT.    </span>
    </p>
    <p  >    <span style="color: #000000;">
2.2. THE COMPANY shall have to keep confidential any of THE LICENSEE's trade secrets, as well as any other information or data THE COMPANY may become aware of during or in relation with the execution of THE AGREEMENT, except in cases where such information or data is required by applicable law.    </span>
    </p>
    <p  >    <span style="color: #000000;">
2.3. THE COMPANY shall keep the right to make any changes, improvements, and corrections it deems necessary of the PRODUCT herein, as long as such change, improvement or correction does not affect the PRODUCT's main function (rendering of 3d models) and does not qualify as a new product.    </span>
    </p>
    <p  >    <span style="color: #000000;">
2.4. All purchased licenses will be authorized via a License Server. The rights and obligations of THE COMPANY with respect to the License Server shall be arranged in a separate agreement.    </span>
    </p>
    <p  >    <span style="color: #000000;">
2.5. THE COMPANY shall not be responsible for any problems that may appear during or because of the use of the PRODUCT. THE COMPANY shall not be liable in case THE LICENSEE is not able to use any or all of the PRODUCT's features due to a force majeure (including, but not limited to short-circuits, power outages, internet network malfunctions, administrative limitations, and others such as a war, strike, riot, crime, or an event described by the legal term &quot;act of God&quot;, e.g., floodings, earthquakes, etc.).    </span>
    </p>
    <p  >    <span style="color: #000000;">
2.6. THE COMPANY's entire liability shall be limited to damages of an amount equal to the amount of the initial purchase price originally paid by THE LICENSEE for THE PRODUCT. The entire liability of THE COMPANY and THE LICENSEE's exclusive remedy will be to attempt to correct or work around errors, to replace THE PRODUCT or to refund the purchase price and terminate THE AGREEMENT.    </span>
    </p>
    </div>
    <div class="section section-1" id="src-2557068_LicenseAgreementforV-Rayfor3dsMax-Article3.RightsandobligationsofTHELICENSEE">
        <h1 class="heading "><span>Article 3. Rights and obligations of THE LICENSEE</span></h1>
    <p  >    <span style="color: #000000;">
3.1. THE LICENSEE shall not:    </span>
    </p>
    <p  >    <span style="color: #000000;">
a) Reproduce THE PRODUCT, except for back-up copies made only for their personal usage and which cannot be provided to any third parties;    </span>
    </p>
    <p  >    <span style="color: #000000;">
b) Use THE PRODUCT to develop a new software product with the same main function (rendering of 3d models);    </span>
    </p>
    <p  >    <span style="color: #000000;">
c) Give THE PRODUCT away in any way (lease, rent, charge, donate, exchange or other) to any third parties. THE LICENSEE is not allowed to sell, transfer, assign or grant access to his/her purchased licensed copy to a third party.    </span>
    </p>
    <p  >    <span style="color: #000000;">
d) THE PRODUCT cannot be used for commercial render-farm services that provide third parties with contracted/on demand rendering services. Render-farm service providers will need a separate agreement with THE COMPANY.    </span>
    </p>
    <p  >    <span style="color: #000000;">
e) Make any translation, adaptation, arrangement, and any other alteration of THE PRODUCT or make any reproduction, distribution, communication, display, or performance to the public of the results of such acts;    </span>
    </p>
    <p  >    <span style="color: #000000;">
f) Adapt, reverse compile, or reverse engineer the whole or any part of THE PRODUCT;    </span>
    </p>
    <p  >    <span style="color: #000000;">
g) Remove or alter any copyright or other proprietary notice from THE PRODUCT;    </span>
    </p>
    <p  >    <span style="color: #000000;">
h) Not by itself or with others participate in any illegal, deceptive, misleading or unethical practices and activities, which may be detrimental to THE COMPANY or THE PRODUCT;    </span>
    </p>
    <p  >    <span style="color: #000000;">
3.2. THE LICENSEE shall notify THE COMPANY immediately if THE LICENSEE becomes aware of any unauthorized use of the whole or any part of THE PRODUCT by any third party.    </span>
    </p>
    <p  >    <span style="color: #000000;">
3.3. THE LICENSEE shall be entitled only to the rights specified in Article 1.1 of THE AGREEMENT.    </span>
    </p>
    <p  >    <span style="color: #000000;">
3.4. THE LICENSEE shall be obligated to provide THE COMPANY with any information needed for the accurate completion of THE AGREEMENT's objective.    </span>
    </p>
    <p  >    <span style="color: #000000;">
3.5. THE LICENSEE shall be obligated to keep confidential any of THE COMPANY's trade secrets, as well as any other information he/she may become aware of during or in relation with the execution of THE AGREEMENT, except in cases where such information is required by applicable law.    </span>
    </p>
    </div>
    <div class="section section-1" id="src-2557068_LicenseAgreementforV-Rayfor3dsMax-Article4.Productauthorization">
        <h1 class="heading "><span>Article 4. Product authorization</span></h1>
    <p  >    <span style="color: #000000;">
4.1. THE PRODUCT may include protection schemes to prevent usage of unlicensed copies of THE PRODUCT.    </span>
    </p>
    <p  >    <span style="color: #000000;">
4.2. THE PRODUCT will be authorized by a License Server, which terms and conditions are arranged in an additional agreement as described in Article 2.4.    </span>
    </p>
    </div>
    <div class="section section-1" id="src-2557068_LicenseAgreementforV-Rayfor3dsMax-Article5.Durationandtermination">
        <h1 class="heading "><span>Article 5. Duration and termination</span></h1>
    <p  >    <span style="color: #000000;">
5.1. THE AGREEMENT is effective until terminated.    </span>
    </p>
    <p  >    <span style="color: #000000;">
5.2. THE LICENSEE may terminate THE AGREEMENT at any time by destroying THE PRODUCT, related documentation, and all copies thereof. Upon the termination of THE AGREEMENT, THE LICENSEE shall cease all use of THE PRODUCT and destroy all copies, full or partial, of THE PRODUCT.    </span>
    </p>
    <p  >    <span style="color: #000000;">
5.3. THE AGREEMENT will terminate immediately without notice from THE COMPANY if THE LICENSEE fails to comply with any provision of THE AGREEMENT.    </span>
    </p>
    </div>
    <div class="section section-1" id="src-2557068_LicenseAgreementforV-Rayfor3dsMax-Article6.Otherprovisions">
        <h1 class="heading "><span>Article 6. Other provisions</span></h1>
    <p  >    <span style="color: #000000;">
6.1. Any dispute about the existence and the validity of THE AGREEMENT, or in relation with THE AGREEMENT or with a breach of it, including any dispute and discrepancy about the effect, interpretation, termination, performance, or failure to execute it, shall be settled by negotiations. In the event no solution is achieved, the dispute shall be taken to the Arbitration Court of Zurich. The arbitration language shall be English, and the applicable legislation shall be the Bulgarian legislation.    </span>
    </p>
    <p  >    <span style="color: #000000;">
6.2. In the event any of the terms of THE AGREEMENT is declared void because it conflicts with the applicable law, the rest of the terms and the AGREEMENT as a whole shall remain in full effect. Such invalid term shall be superseded by the legal provisions.    </span>
    </p>
    <p  >    <span style="color: #000000;">
6.3.The parties hereto shall be obligated not to disclose to any third party any part of the information exchanged in the negotiations held between them during or in relation with the execution of THE AGREEMENT, except where such information is required by applicable law.    </span>
    </p>
    <p  >    <span style="color: #000000;">
6.4. Any amendment or modification of THE AGREEMENT shall only be made by an additional agreement made in writing between the parties (annex) and signed by both of them.    </span>
    </p>
    <div class="section section-2" id="src-2557068_safe-id-TGljZW5zZUFncmVlbWVudGZvclYtUmF5Zm9yM2RzTWF4LVYtUmF5YW5kdGhlVi1SYXlsb2dvYXJlcmVnaXN0ZXJlZHRyYWRlbWFya3NvZkNoYW9zU29mdHdhcmVMdGQuQXV0b2Rlc2thbmQzZHNNYXhhcmV0cmFkZW1hcmtzb3JyZWdpc3RlcmVkdHJhZGVtYXJrc29mQXV0b2Rlc2ssSW5jLkFsbG90aGVyYnJhbmRuYW1lcyxwcm9kdWN0bmFtZXMsb3J0cmFkZW1hcmtzYmVsb25ndG90aGVpcnJlc3BlY3RpdmVob2xkZXJzLg">
        <h2 class="heading "><span>V-Ray and the V-Ray logo are registered trademarks of Chaos Software Ltd. Autodesk and 3ds Max are trademarks or registered trademarks of Autodesk, Inc. All other brand names, product names, or trademarks belong to their respective holders.</span></h2>
    <p  >    </p>
    <p  >    </p>
    </div>
    </div>
        </div>

    </article>


            <nav id="ht-post-nav">
                <a href="License_Agreements.html" class="ht-post-nav-prev">
            <svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg"
                 xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
                <g id="ht-icon-prev" sketch:type="MSArtboardGroup">
                    <path fill="#000000" d="M16,8 L16,6 L6,6 L6,16 L8,16 L8,8 L16,8 Z" id="Rectangle-2"
                          sketch:type="MSShapeGroup"
                          transform="translate(11.000000, 11.000000) rotate(-45.000000) translate(-11.000000, -11.000000) "></path>
                </g>
            </svg>
            <span>License Agreements</span>
        </a>
                <a href="License_Agreement_for_the_V-Ray_License_Server.html" class="ht-post-nav-next">
            <svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg"
                 xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
                <g id="ht-icon-next" sketch:type="MSArtboardGroup">
                    <path fill="#000000" d="M16,8 L16,6 L6,6 L6,16 L8,16 L8,8 L16,8 Z" id="Rectangle-2"
                          sketch:type="MSShapeGroup"
                          transform="translate(11.000000, 11.000000) rotate(-225.000000) translate(-11.000000, -11.000000) "></path>
                </g>
            </svg>
            <span>License Agreement for the V-Ray License Server</span>
        </a>
    </nav>    
            
            <article id="html-search-results" class="ht-content" style="display: none;">
            <header class="ht-content-header">
                <div id="ht-spacetitle">
                    <ul>
                        <li><a href="V-Ray_1.5_for_3ds_Max_Help_Home.html">V-Ray 1.5 for 3ds Max Help</a></li>
                    </ul>
                </div>
                <h1>Search results</h1>
            </header>
            <div id="search-results"></div>
        </article>
    
    <footer id="ht-footer">
    <a href="#" id="ht-jump-top" class="sp-aui-icon-small sp-aui-iconfont-arrows-up"></a>
</footer></div>

<div>
    <div id="ht-mq-detect"></div>
</div>

    <script src="js/lunr.js"></script>
    <script src="js/lunr-extras.js"></script>
    <script src="assets/js/scroll-search.js"></script>

</body>
</html>