Skip to content

Commit 8610abc

Browse files
committed
revert last commit 66151b0
1 parent 66151b0 commit 8610abc

File tree

4 files changed

+0
-2
lines changed

4 files changed

+0
-2
lines changed
-153 KB
Binary file not shown.
-153 KB
Binary file not shown.

RadeonProRender/inc/ProRenderGLTF.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,10 @@ these functions return RPR_SUCCESS if success
137137
*/
138138
extern int rprGLTF_AssignShapeToGroup(rpr_shape shape, const rpr_char* groupName);
139139
extern int rprGLTF_AssignCameraToGroup(rpr_camera camera, const rpr_char* groupName);
140-
extern int rprGLTF_AssignLightToGroup(rpr_light light, const rpr_char* groupName);
141140
extern int rprGLTF_AssignParentGroupToGroup(const rpr_char* groupChild, const rpr_char* groupParent);
142141
extern int rprGLTF_SetTransformGroup(const rpr_char* groupChild, float* matrixComponents);
143142
extern int rprGLTF_GetParentGroupFromShape(rpr_shape shape, size_t size, rpr_char* groupName, size_t* size_ret);
144143
extern int rprGLTF_GetParentGroupFromCamera(rpr_camera camera, size_t size, rpr_char* groupName, size_t* size_ret);
145-
extern int rprGLTF_GetParentGroupFromLight(rpr_light light, size_t size, rpr_char* groupName, size_t* size_ret);
146144
extern int rprGLTF_GetParentGroupFromGroup(const rpr_char* groupChild, size_t size, rpr_char* groupName, size_t* size_ret);
147145

148146

-548 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)