HDK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
OBJ_Lamp.C
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2024
3
* Side Effects Software Inc. All rights reserved.
4
*
5
* Redistribution and use of Houdini Development Kit samples in source and
6
* binary forms, with or without modification, are permitted provided that the
7
* following conditions are met:
8
* 1. Redistributions of source code must retain the above copyright notice,
9
* this list of conditions and the following disclaimer.
10
* 2. The name of Side Effects Software may not be used to endorse or
11
* promote products derived from this software without specific prior
12
* written permission.
13
*
14
* THIS SOFTWARE IS PROVIDED BY SIDE EFFECTS SOFTWARE `AS IS' AND ANY EXPRESS
15
* OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
16
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
17
* NO EVENT SHALL SIDE EFFECTS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,
18
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
19
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
20
* OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
21
* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
22
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
23
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24
*
25
*----------------------------------------------------------------------------
26
*/
27
28
#include <
UT/UT_DSOVersion.h
>
29
#include <
OP/OP_Operator.h
>
30
#include <
OP/OP_OperatorTable.h
>
31
#include <
OBJ/OBJ_Light.h
>
32
33
//
34
// This file just makes another entry in the object operator table
35
// for an object that behaves exactly like the standard light, but
36
// has a different name, icon, default setup, and parameter dialog.
37
//
38
39
void
40
newObjectOperator
(
OP_OperatorTable
*
table
)
41
{
42
table->
addOperator
(
new
OP_Operator
(
"hdk_lamp"
,
"Lamp"
,
43
OBJ_Light::myConstructor
,
44
OBJ_Light::getTemplateList
(
OBJ_PARMS_PLAIN
),
45
OBJ_Light::theChildTableName
,
46
0, 1,
47
0));
48
}
OBJ_Node::theChildTableName
static const char * theChildTableName
Definition:
OBJ_Node.h:240
OP_OperatorTable.h
OP_OperatorTable::addOperator
bool addOperator(OP_Operator *op, std::ostream *err=nullptr)
OBJ_Light::myConstructor
static OP_Node * myConstructor(OP_Network *net, const char *name, OP_Operator *entry)
OP_Operator
Definition:
OP_Operator.h:142
OBJ_PARMS_PLAIN
Definition:
OBJ_Node.h:208
table
GLenum GLenum GLsizei void * table
Definition:
glad.h:5129
newObjectOperator
void newObjectOperator(OP_OperatorTable *table)
Definition:
OBJ_Lamp.C:40
OP_Operator.h
OBJ_Ambient::getTemplateList
static PRM_Template * getTemplateList()
OBJ_Light.h
UT_DSOVersion.h
OP_OperatorTable
Definition:
OP_OperatorTable.h:42
samples
OBJ
OBJ_Lamp.C
Generated on Fri Nov 8 2024 03:42:40 for HDK by
1.8.6