blob: 794f1a85d55b34fc9d69a768c9b0ad4f4af86a9d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
// Shave and a Haircut
// (c) 2019 Epic Games
// US Patent 6720962
/**********************************************************************
*<
FILE: shaveVrayDesc.cpp
DESCRIPTION: Vray plugin descriptor
CREATED BY: Vladimir Dubovoy <[email protected]>
HISTORY: created 29-03-2010
*>
**********************************************************************/
#include "shaveVrayDesc.h"
//VR::VRayPluginDesc* GetHairVrayDesc()
//{
// static shaveVrayDesc theDesc;
// return &theDesc;
//}
//
//tchar* shaveVrayDesc::pluginName = "hairVRayShader";
|