soc-2008-mxcurioni: implemented (but did not test) the following classes: Material, Chain, FEdgeSharp, FEdgeSmooth. All Interface1D classes have now been fully implemented.

This commit is contained in:
Maxime Curioni
2008-07-26 02:33:21 +00:00
parent 51f9082c96
commit b216e4d12d
14 changed files with 1165 additions and 147 deletions
@@ -1,112 +0,0 @@
PyObject *_wrap_Material_diffuse(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Material_diffuseR(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Material_diffuseG(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Material_diffuseB(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Material_diffuseA(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Material_specular(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Material_specularR(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Material_specularG(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Material_specularB(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Material_specularA(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Material_ambient(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Material_ambientR(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Material_ambientG(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Material_ambientB(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Material_ambientA(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Material_emission(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Material_emissionR(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Material_emissionG(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Material_emissionB(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Material_emissionA(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Material_shininess(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Material_SetDiffuse(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Material_SetSpecular(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Material_SetAmbient(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Material_SetEmission(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Material_SetShininess(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Material___ne__(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Material___eq__(PyObject *self , PyObject *args) {
}