Skip to content

Commit 775786c

Browse files
committed
Updated PythonWrapperGenerator/pytypesobjects/
1 parent 317878a commit 775786c

21 files changed

+13851
-4603
lines changed

PythonWrapperGenerator/pytypesobjects/python3_unigine_assetmanager.cpp

Lines changed: 477 additions & 461 deletions
Large diffs are not rendered by default.

PythonWrapperGenerator/pytypesobjects/python3_unigine_mat4.cpp

Lines changed: 585 additions & 171 deletions
Large diffs are not rendered by default.

PythonWrapperGenerator/pytypesobjects/python3_unigine_mat4.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ class Python3Uniginemat4 : public Python3PyTypeObjectBase {
1414

1515
class mat4 {
1616
public:
17-
static PyObject * NewObject(Unigine::mat4 * unigine_object_ptr);
18-
static Unigine::mat4 * Convert(PyObject *pObject);
17+
static PyObject * NewObject(Unigine::Math::mat4 * unigine_object_ptr);
18+
static Unigine::Math::mat4 * Convert(PyObject *pObject);
1919
};
2020

2121
}; // namespace PyUnigine

PythonWrapperGenerator/pytypesobjects/python3_unigine_material.cpp

Lines changed: 2594 additions & 995 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)