forked from PHengLEI/PHengLEI-TestCases
C混合、D高阶、E大涡参数,文档更新
This commit is contained in:
parent
e8c3ddafe4
commit
243058d1ec
File diff suppressed because it is too large
Load Diff
|
@ -5,9 +5,12 @@
|
||||||
// 0 -- Unstructured grid.
|
// 0 -- Unstructured grid.
|
||||||
// 1 -- Structured grid.
|
// 1 -- Structured grid.
|
||||||
// 2 -- Hybrid grid, include both of unstructured and structured grid.
|
// 2 -- Hybrid grid, include both of unstructured and structured grid.
|
||||||
// axisup: Type of Cartisien coordinates system, used in grid conversion.
|
// nAxisRotateTimes: number of axis rotating times, zero (default) meaning without rotating.
|
||||||
// 1 -- Y upward. (default)
|
// axisRotateOrder : axis rotating order.
|
||||||
// 2 -- Z upward.
|
// 1 -- X-axis.
|
||||||
|
// 2 -- Y-axis.
|
||||||
|
// 3 -- Z-axis.
|
||||||
|
// axisRotateAngles: axis rotating angles (degree), which are corresponding to the axis rotating order.
|
||||||
// from_gtype: Type of grid data type in grid conversion process.
|
// from_gtype: Type of grid data type in grid conversion process.
|
||||||
// -1 -- MULTI_TYPE.
|
// -1 -- MULTI_TYPE.
|
||||||
// 1 -- PHengLEI, *.fts.
|
// 1 -- PHengLEI, *.fts.
|
||||||
|
@ -35,7 +38,9 @@
|
||||||
int gridtype = 2;
|
int gridtype = 2;
|
||||||
|
|
||||||
// default
|
// default
|
||||||
int axisup = 1;
|
int nAxisRotateTimes = 0;
|
||||||
|
int axisRotateOrder[] = [1, 2, 3];
|
||||||
|
double axisRotateAngles[] = [0.0, 0.0, 0.0];
|
||||||
int from_gtype = 2;
|
int from_gtype = 2;
|
||||||
int omit_no_bound_bc = 1;
|
int omit_no_bound_bc = 1;
|
||||||
|
|
||||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -5,9 +5,12 @@
|
||||||
// 0 -- Unstructured grid.
|
// 0 -- Unstructured grid.
|
||||||
// 1 -- Structured grid.
|
// 1 -- Structured grid.
|
||||||
// 2 -- Hybrid grid, include both of unstructured and structured grid.
|
// 2 -- Hybrid grid, include both of unstructured and structured grid.
|
||||||
// axisup: Type of Cartisien coordinates system, used in grid conversion.
|
// nAxisRotateTimes: number of axis rotating times, zero (default) meaning without rotating.
|
||||||
// 1 -- Y upward. (default)
|
// axisRotateOrder : axis rotating order.
|
||||||
// 2 -- Z upward.
|
// 1 -- X-axis.
|
||||||
|
// 2 -- Y-axis.
|
||||||
|
// 3 -- Z-axis.
|
||||||
|
// axisRotateAngles: axis rotating angles (degree), which are corresponding to the axis rotating order.
|
||||||
// from_gtype: Type of grid data type in grid conversion process.
|
// from_gtype: Type of grid data type in grid conversion process.
|
||||||
// -1 -- MULTI_TYPE.
|
// -1 -- MULTI_TYPE.
|
||||||
// 1 -- PHengLEI, *.fts.
|
// 1 -- PHengLEI, *.fts.
|
||||||
|
@ -35,7 +38,9 @@
|
||||||
int gridtype = 2;
|
int gridtype = 2;
|
||||||
|
|
||||||
// default
|
// default
|
||||||
int axisup = 1;
|
int nAxisRotateTimes = 0;
|
||||||
|
int axisRotateOrder[] = [1, 2, 3];
|
||||||
|
double axisRotateAngles[] = [0.0, 0.0, 0.0];
|
||||||
int from_gtype = 2;
|
int from_gtype = 2;
|
||||||
int omit_no_bound_bc = 1;
|
int omit_no_bound_bc = 1;
|
||||||
|
|
||||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -5,9 +5,12 @@
|
||||||
// 0 -- Unstructured grid.
|
// 0 -- Unstructured grid.
|
||||||
// 1 -- Structured grid.
|
// 1 -- Structured grid.
|
||||||
// 2 -- Hybrid grid, include both of unstructured and structured grid.
|
// 2 -- Hybrid grid, include both of unstructured and structured grid.
|
||||||
// axisup: Type of Cartisien coordinates system, used in grid conversion.
|
// nAxisRotateTimes: number of axis rotating times, zero (default) meaning without rotating.
|
||||||
// 1 -- Y upward. (default)
|
// axisRotateOrder : axis rotating order.
|
||||||
// 2 -- Z upward.
|
// 1 -- X-axis.
|
||||||
|
// 2 -- Y-axis.
|
||||||
|
// 3 -- Z-axis.
|
||||||
|
// axisRotateAngles: axis rotating angles (degree), which are corresponding to the axis rotating order.
|
||||||
// from_gtype: Type of grid data type in grid conversion process.
|
// from_gtype: Type of grid data type in grid conversion process.
|
||||||
// -1 -- MULTI_TYPE.
|
// -1 -- MULTI_TYPE.
|
||||||
// 1 -- PHengLEI, *.fts.
|
// 1 -- PHengLEI, *.fts.
|
||||||
|
@ -35,7 +38,9 @@
|
||||||
int gridtype = 2;
|
int gridtype = 2;
|
||||||
|
|
||||||
// default
|
// default
|
||||||
int axisup = 1;
|
int nAxisRotateTimes = 0;
|
||||||
|
int axisRotateOrder[] = [1, 2, 3];
|
||||||
|
double axisRotateAngles[] = [0.0, 0.0, 0.0];
|
||||||
int from_gtype = 2;
|
int from_gtype = 2;
|
||||||
int omit_no_bound_bc = 1;
|
int omit_no_bound_bc = 1;
|
||||||
|
|
||||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -5,9 +5,12 @@
|
||||||
// 0 -- Unstructured grid.
|
// 0 -- Unstructured grid.
|
||||||
// 1 -- Structured grid.
|
// 1 -- Structured grid.
|
||||||
// 2 -- Hybrid grid, include both of unstructured and structured grid.
|
// 2 -- Hybrid grid, include both of unstructured and structured grid.
|
||||||
// axisup: Type of Cartisien coordinates system, used in grid conversion.
|
// nAxisRotateTimes: number of axis rotating times, zero (default) meaning without rotating.
|
||||||
// 1 -- Y upward. (default)
|
// axisRotateOrder : axis rotating order.
|
||||||
// 2 -- Z upward.
|
// 1 -- X-axis.
|
||||||
|
// 2 -- Y-axis.
|
||||||
|
// 3 -- Z-axis.
|
||||||
|
// axisRotateAngles: axis rotating angles (degree), which are corresponding to the axis rotating order.
|
||||||
// from_gtype: Type of grid data type in grid conversion process.
|
// from_gtype: Type of grid data type in grid conversion process.
|
||||||
// -1 -- MULTI_TYPE.
|
// -1 -- MULTI_TYPE.
|
||||||
// 1 -- PHengLEI, *.fts.
|
// 1 -- PHengLEI, *.fts.
|
||||||
|
@ -35,7 +38,9 @@
|
||||||
int gridtype = 2;
|
int gridtype = 2;
|
||||||
|
|
||||||
// default
|
// default
|
||||||
int axisup = 1;
|
int nAxisRotateTimes = 0;
|
||||||
|
int axisRotateOrder[] = [1, 2, 3];
|
||||||
|
double axisRotateAngles[] = [0.0, 0.0, 0.0];
|
||||||
int from_gtype = 2;
|
int from_gtype = 2;
|
||||||
int omit_no_bound_bc = 1;
|
int omit_no_bound_bc = 1;
|
||||||
|
|
||||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -4,9 +4,12 @@
|
||||||
// gridtype: Grid type for generation, conversion, reconstruction, merging.
|
// gridtype: Grid type for generation, conversion, reconstruction, merging.
|
||||||
// 0 -- Unstructured grid.
|
// 0 -- Unstructured grid.
|
||||||
// 1 -- Structured grid.
|
// 1 -- Structured grid.
|
||||||
// axisup: Type of Cartisien coordinates system, used in grid conversion.
|
// nAxisRotateTimes: number of axis rotating times, zero (default) meaning without rotating.
|
||||||
// 1 -- Y upward. (default)
|
// axisRotateOrder : axis rotating order.
|
||||||
// 2 -- Z upward.
|
// 1 -- X-axis.
|
||||||
|
// 2 -- Y-axis.
|
||||||
|
// 3 -- Z-axis.
|
||||||
|
// axisRotateAngles: axis rotating angles (degree), which are corresponding to the axis rotating order.
|
||||||
// from_gtype: Type of grid data type in grid conversion process.
|
// from_gtype: Type of grid data type in grid conversion process.
|
||||||
// -1 -- MULTI_TYPE.
|
// -1 -- MULTI_TYPE.
|
||||||
// 1 -- PHengLEI, *.fts.
|
// 1 -- PHengLEI, *.fts.
|
||||||
|
@ -18,7 +21,9 @@
|
||||||
// 7 -- Hybrid, include both of unstructured and structured grid, *.fts.
|
// 7 -- Hybrid, include both of unstructured and structured grid, *.fts.
|
||||||
// 8 -- GMSH, *.msh.
|
// 8 -- GMSH, *.msh.
|
||||||
int gridtype = 1;
|
int gridtype = 1;
|
||||||
int axisup = 1;
|
int nAxisRotateTimes = 0;
|
||||||
|
int axisRotateOrder[] = [1, 2, 3];
|
||||||
|
double axisRotateAngles[] = [0.0, 0.0, 0.0];
|
||||||
int from_gtype = 2;
|
int from_gtype = 2;
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -4,9 +4,12 @@
|
||||||
// gridtype: Grid type for generation, conversion, reconstruction, merging.
|
// gridtype: Grid type for generation, conversion, reconstruction, merging.
|
||||||
// 0 -- Unstructured grid.
|
// 0 -- Unstructured grid.
|
||||||
// 1 -- Structured grid.
|
// 1 -- Structured grid.
|
||||||
// axisup: Type of Cartisien coordinates system, used in grid conversion.
|
// nAxisRotateTimes: number of axis rotating times, zero (default) meaning without rotating.
|
||||||
// 1 -- Y upward. (default)
|
// axisRotateOrder : axis rotating order.
|
||||||
// 2 -- Z upward.
|
// 1 -- X-axis.
|
||||||
|
// 2 -- Y-axis.
|
||||||
|
// 3 -- Z-axis.
|
||||||
|
// axisRotateAngles: axis rotating angles (degree), which are corresponding to the axis rotating order
|
||||||
// from_gtype: Type of grid data type in grid conversion process.
|
// from_gtype: Type of grid data type in grid conversion process.
|
||||||
// -1 -- MULTI_TYPE.
|
// -1 -- MULTI_TYPE.
|
||||||
// 1 -- PHengLEI, *.fts.
|
// 1 -- PHengLEI, *.fts.
|
||||||
|
@ -18,7 +21,9 @@
|
||||||
// 7 -- Hybrid, include both of unstructured and structured grid, *.fts.
|
// 7 -- Hybrid, include both of unstructured and structured grid, *.fts.
|
||||||
// 8 -- GMSH, *.msh.
|
// 8 -- GMSH, *.msh.
|
||||||
int gridtype = 1;
|
int gridtype = 1;
|
||||||
int axisup = 1;
|
int nAxisRotateTimes = 0;
|
||||||
|
int axisRotateOrder[] = [1, 2, 3];
|
||||||
|
double axisRotateAngles[] = [0.0, 0.0, 0.0];
|
||||||
int from_gtype = 2;
|
int from_gtype = 2;
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -4,9 +4,12 @@
|
||||||
// gridtype: Grid type for generation, conversion, reconstruction, merging.
|
// gridtype: Grid type for generation, conversion, reconstruction, merging.
|
||||||
// 0 -- Unstructured grid.
|
// 0 -- Unstructured grid.
|
||||||
// 1 -- Structured grid.
|
// 1 -- Structured grid.
|
||||||
// axisup: Type of Cartisien coordinates system, used in grid conversion.
|
// nAxisRotateTimes: number of axis rotating times, zero (default) meaning without rotating.
|
||||||
// 1 -- Y upward. (default)
|
// axisRotateOrder : axis rotating order.
|
||||||
// 2 -- Z upward.
|
// 1 -- X-axis.
|
||||||
|
// 2 -- Y-axis.
|
||||||
|
// 3 -- Z-axis.
|
||||||
|
// axisRotateAngles: axis rotating angles (degree), which are corresponding to the axis rotating order
|
||||||
// from_gtype: Type of grid data type in grid conversion process.
|
// from_gtype: Type of grid data type in grid conversion process.
|
||||||
// -1 -- MULTI_TYPE
|
// -1 -- MULTI_TYPE
|
||||||
// 1 -- HyperFLOW( PHengLEI ), *.fts.
|
// 1 -- HyperFLOW( PHengLEI ), *.fts.
|
||||||
|
@ -18,7 +21,9 @@
|
||||||
// 7 -- Hybrid, include both of unstructured and structured grid, *.fts.
|
// 7 -- Hybrid, include both of unstructured and structured grid, *.fts.
|
||||||
// 8 -- GMSH, *.msh.
|
// 8 -- GMSH, *.msh.
|
||||||
int gridtype = 1;
|
int gridtype = 1;
|
||||||
int axisup = 1;
|
int nAxisRotateTimes = 0;
|
||||||
|
int axisRotateOrder[] = [1, 2, 3];
|
||||||
|
double axisRotateAngles[] = [0.0, 0.0, 0.0];
|
||||||
int from_gtype = 3;
|
int from_gtype = 3;
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -4,9 +4,12 @@
|
||||||
// gridtype: Grid type for generation, conversion, reconstruction, merging.
|
// gridtype: Grid type for generation, conversion, reconstruction, merging.
|
||||||
// 0 -- Unstructured grid.
|
// 0 -- Unstructured grid.
|
||||||
// 1 -- Structured grid.
|
// 1 -- Structured grid.
|
||||||
// axisup: Type of Cartisien coordinates system, used in grid conversion.
|
// nAxisRotateTimes: number of axis rotating times, zero (default) meaning without rotating.
|
||||||
// 1 -- Y upward. (default)
|
// axisRotateOrder : axis rotating order.
|
||||||
// 2 -- Z upward.
|
// 1 -- X-axis.
|
||||||
|
// 2 -- Y-axis.
|
||||||
|
// 3 -- Z-axis.
|
||||||
|
// axisRotateAngles: axis rotating angles (degree), which are corresponding to the axis rotating order.
|
||||||
// from_gtype: Type of grid data type in grid conversion process.
|
// from_gtype: Type of grid data type in grid conversion process.
|
||||||
// -1 -- MULTI_TYPE.
|
// -1 -- MULTI_TYPE.
|
||||||
// 1 -- PHengLEI, *.fts.
|
// 1 -- PHengLEI, *.fts.
|
||||||
|
@ -18,7 +21,9 @@
|
||||||
// 7 -- Hybrid, include both of unstructured and structured grid, *.fts.
|
// 7 -- Hybrid, include both of unstructured and structured grid, *.fts.
|
||||||
// 8 -- GMSH, *.msh.
|
// 8 -- GMSH, *.msh.
|
||||||
int gridtype = 1;
|
int gridtype = 1;
|
||||||
int axisup = 2;
|
int nAxisRotateTimes = 1;
|
||||||
|
int axisRotateOrder[] = [1];
|
||||||
|
double axisRotateAngles[] = [90.0];
|
||||||
int from_gtype = 2;
|
int from_gtype = 2;
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -4,9 +4,12 @@
|
||||||
// gridtype: Grid type for generation, conversion, reconstruction, merging.
|
// gridtype: Grid type for generation, conversion, reconstruction, merging.
|
||||||
// 0 -- Unstructured grid.
|
// 0 -- Unstructured grid.
|
||||||
// 1 -- Structured grid.
|
// 1 -- Structured grid.
|
||||||
// axisup: Type of Cartisien coordinates system, used in grid conversion.
|
// nAxisRotateTimes: number of axis rotating times, zero (default) meaning without rotating.
|
||||||
// 1 -- Y upward. (default)
|
// axisRotateOrder : axis rotating order.
|
||||||
// 2 -- Z upward.
|
// 1 -- X-axis.
|
||||||
|
// 2 -- Y-axis.
|
||||||
|
// 3 -- Z-axis.
|
||||||
|
// axisRotateAngles: axis rotating angles (degree), which are corresponding to the axis rotating order
|
||||||
// from_gtype: Type of grid data type in grid conversion process.
|
// from_gtype: Type of grid data type in grid conversion process.
|
||||||
// -1 -- MULTI_TYPE.
|
// -1 -- MULTI_TYPE.
|
||||||
// 1 -- PHengLEI, *.fts.
|
// 1 -- PHengLEI, *.fts.
|
||||||
|
@ -18,7 +21,9 @@
|
||||||
// 7 -- Hybrid, include both of unstructured and structured grid, *.fts.
|
// 7 -- Hybrid, include both of unstructured and structured grid, *.fts.
|
||||||
// 8 -- GMSH, *.msh.
|
// 8 -- GMSH, *.msh.
|
||||||
int gridtype = 1;
|
int gridtype = 1;
|
||||||
int axisup = 1;
|
int nAxisRotateTimes = 0;
|
||||||
|
int axisRotateOrder[] = [1, 2, 3];
|
||||||
|
double axisRotateAngles[] = [0.0, 0.0, 0.0];
|
||||||
int from_gtype = 2;
|
int from_gtype = 2;
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
Binary file not shown.
|
@ -4,9 +4,12 @@
|
||||||
// gridtype: Grid type for generation, conversion, reconstruction, merging.
|
// gridtype: Grid type for generation, conversion, reconstruction, merging.
|
||||||
// 0 -- Unstructured grid.
|
// 0 -- Unstructured grid.
|
||||||
// 1 -- Structured grid.
|
// 1 -- Structured grid.
|
||||||
// axisup: Type of Cartisien coordinates system, used in grid conversion.
|
// nAxisRotateTimes: number of axis rotating times, zero (default) meaning without rotating.
|
||||||
// 1 -- Y upward. (default)
|
// axisRotateOrder : axis rotating order.
|
||||||
// 2 -- Z upward.
|
// 1 -- X-axis.
|
||||||
|
// 2 -- Y-axis.
|
||||||
|
// 3 -- Z-axis.
|
||||||
|
// axisRotateAngles: axis rotating angles (degree), which are corresponding to the axis rotating order
|
||||||
// from_gtype: Type of grid data type in grid conversion process.
|
// from_gtype: Type of grid data type in grid conversion process.
|
||||||
// -1 -- MULTI_TYPE.
|
// -1 -- MULTI_TYPE.
|
||||||
// 1 -- PHengLEI, *.fts.
|
// 1 -- PHengLEI, *.fts.
|
||||||
|
@ -18,7 +21,9 @@
|
||||||
// 7 -- Hybrid, include both of unstructured and structured grid, *.fts.
|
// 7 -- Hybrid, include both of unstructured and structured grid, *.fts.
|
||||||
// 8 -- GMSH, *.msh.
|
// 8 -- GMSH, *.msh.
|
||||||
int gridtype = 1;
|
int gridtype = 1;
|
||||||
int axisup = 2;
|
int nAxisRotateTimes = 1;
|
||||||
|
int axisRotateOrder[] = [1];
|
||||||
|
double axisRotateAngles[] = [90.0];
|
||||||
int from_gtype = 2;
|
int from_gtype = 2;
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -4,9 +4,12 @@
|
||||||
// gridtype: Grid type for generation, conversion, reconstruction, merging.
|
// gridtype: Grid type for generation, conversion, reconstruction, merging.
|
||||||
// 0 -- Unstructured grid.
|
// 0 -- Unstructured grid.
|
||||||
// 1 -- Structured grid.
|
// 1 -- Structured grid.
|
||||||
// axisup: Type of Cartisien coordinates system, used in grid conversion.
|
// nAxisRotateTimes: number of axis rotating times, zero (default) meaning without rotating.
|
||||||
// 1 -- Y upward. (default)
|
// axisRotateOrder : axis rotating order.
|
||||||
// 2 -- Z upward.
|
// 1 -- X-axis.
|
||||||
|
// 2 -- Y-axis.
|
||||||
|
// 3 -- Z-axis.
|
||||||
|
// axisRotateAngles: axis rotating angles (degree), which are corresponding to the axis rotating order.
|
||||||
// from_gtype: Type of grid data type in grid conversion process.
|
// from_gtype: Type of grid data type in grid conversion process.
|
||||||
// -1 -- MULTI_TYPE.
|
// -1 -- MULTI_TYPE.
|
||||||
// 1 -- PHengLEI, *.fts.
|
// 1 -- PHengLEI, *.fts.
|
||||||
|
@ -18,7 +21,9 @@
|
||||||
// 7 -- Hybrid, include both of unstructured and structured grid, *.fts.
|
// 7 -- Hybrid, include both of unstructured and structured grid, *.fts.
|
||||||
// 8 -- GMSH, *.msh.
|
// 8 -- GMSH, *.msh.
|
||||||
int gridtype = 0;
|
int gridtype = 0;
|
||||||
int axisup = 2;
|
int nAxisRotateTimes = 1;
|
||||||
|
int axisRotateOrder[] = [1];
|
||||||
|
double axisRotateAngles[] = [90.0];
|
||||||
int from_gtype = 2;
|
int from_gtype = 2;
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -4,9 +4,12 @@
|
||||||
// gridtype: Grid type for generation, conversion, reconstruction, merging.
|
// gridtype: Grid type for generation, conversion, reconstruction, merging.
|
||||||
// 0 -- Unstructured grid.
|
// 0 -- Unstructured grid.
|
||||||
// 1 -- Structured grid.
|
// 1 -- Structured grid.
|
||||||
// axisup: Type of Cartisien coordinates system, used in grid conversion.
|
// nAxisRotateTimes: number of axis rotating times, zero (default) meaning without rotating.
|
||||||
// 1 -- Y upward. (default)
|
// axisRotateOrder : axis rotating order.
|
||||||
// 2 -- Z upward.
|
// 1 -- X-axis.
|
||||||
|
// 2 -- Y-axis.
|
||||||
|
// 3 -- Z-axis.
|
||||||
|
// axisRotateAngles: axis rotating angles (degree), which are corresponding to the axis rotating order.
|
||||||
// from_gtype: Type of grid data type in grid conversion process.
|
// from_gtype: Type of grid data type in grid conversion process.
|
||||||
// -1 -- MULTI_TYPE.
|
// -1 -- MULTI_TYPE.
|
||||||
// 1 -- PHengLEI, *.fts.
|
// 1 -- PHengLEI, *.fts.
|
||||||
|
@ -18,7 +21,9 @@
|
||||||
// 7 -- Hybrid, include both of unstructured and structured grid, *.fts.
|
// 7 -- Hybrid, include both of unstructured and structured grid, *.fts.
|
||||||
// 8 -- GMSH, *.msh.
|
// 8 -- GMSH, *.msh.
|
||||||
int gridtype = 1;
|
int gridtype = 1;
|
||||||
int axisup = 1;
|
int nAxisRotateTimes = 0;
|
||||||
|
int axisRotateOrder[] = [1, 2, 3];
|
||||||
|
double axisRotateAngles[] = [0.0, 0.0, 0.0];
|
||||||
int from_gtype = 2;
|
int from_gtype = 2;
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue