- constrain multiple normals per point - introduce special cyclic type nonuniformTransformCyclic inbetween zones
10 lines
194 B
Bash
Executable File
10 lines
194 B
Bash
Executable File
#!/bin/sh
|
|
cd ${0%/*} || exit 1 # run from this directory
|
|
|
|
set -x
|
|
|
|
wmake libso nonuniformTransformCyclic
|
|
wmake
|
|
|
|
# ----------------------------------------------------------------- end-of-file
|