This commit is contained in:
Efi Fogel 2020-11-09 12:30:03 +02:00
parent ca41fb5033
commit efcc228a0b
39 changed files with 423 additions and 567 deletions

View File

@ -76,10 +76,8 @@ int main() {
boundary_size = 0;
if (! fit->is_unbounded()) {
auto curr = fit->outer_ccb();
do {
++boundary_size;
++curr;
} while (curr != fit->outer_ccb());
do ++boundary_size;
while (++curr != fit->outer_ccb());
}
fit->set_data(boundary_size);
}

View File

@ -7,11 +7,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
fieldOfView 2.96
# radiusScale 0.7
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }
@ -57,7 +53,7 @@ DEF SNAP Snapshot {
Transform {
rotation 1 0 0 -1.5708
bboxCenter 0 0 0
bboxSize 1.5 1.5 1.5
bboxSize 2 2 2
children [
Switch {
whichChoice 0
@ -98,23 +94,22 @@ Transform {
# insertionStrategy "increment"
aosMarkedEdgeIndex -1
aosMarkedVertexIndex 6 7
coord DEF COORD ExactCoordinate {
ratPoint [
-1 0 -1
0 -1 -1
1 0 -1
0 1 -1
-1 0 1
0 -1 1
1 0 1
0 1 1
#
1 0 -2
1 0 -1
1 0 0
1 0 1
1 0 2
]
coord DEF COORD EpecCoordinate {
exactPoint [-1 0 -1
0 -1 -1
1 0 -1
0 1 -1
-1 0 1
0 -1 1
1 0 1
0 1 1
#
1 0 -2
1 0 -1
1 0 0
1 0 1
1 0 2
]
}
pointIndex [8 9 10 11 12]
curveIndex [0 1, 1 2, 2 3, 3 0, 4 5, 5 6, 6 7, 7 4]
@ -146,7 +141,14 @@ Transform {
}
}
Shape {
appearance USE AXES_APP
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
geometry Sphere {
center 0 0 -1
radius 0.05
@ -214,14 +216,7 @@ Transform {
scale 0.1 0.1 0.1
children [
Shape {
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
appearance USE AXES_APP
geometry Sphere { radius 0.1 }
}
DEF CS_AXIS Transform {

View File

@ -7,11 +7,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
fieldOfView 2.96
# radiusScale 0.7
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }
@ -57,7 +53,7 @@ DEF SNAP Snapshot {
Transform {
rotation 1 0 0 -1.5708
bboxCenter 0 0 0
bboxSize 1.5 1.5 1.5
bboxSize 2 2 2
children [
Switch {
whichChoice 0
@ -98,21 +94,20 @@ Transform {
# insertionStrategy "increment"
aosMarkedEdgeIndex -1
aosMarkedVertexIndex 7
coord DEF COORD ExactCoordinate {
ratPoint [
-1 0 -1
0 -1 -1
1 0 -1
0 1 -1
-1 0 1
0 -1 1
1 0 1
0 1 1
1 0 -1 1 0 0 1 0 1
#
0 -1 0
0 1 0
]
coord DEF COORD EpecCoordinate {
exactPoint [-1 0 -1
0 -1 -1
1 0 -1
0 1 -1
-1 0 1
0 -1 1
1 0 1
0 1 1
1 0 -1 1 0 0 1 0 1
#
0 -1 0
0 1 0
]
}
pointIndex [11 12]
curveIndex [0 1, 1 2, 2 3, 3 0, 4 5, 5 6, 6 7, 7 4,
@ -145,7 +140,14 @@ Transform {
}
}
Shape {
appearance USE AXES_APP
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
geometry Sphere {
center 0 0 -1
radius 0.05
@ -213,14 +215,7 @@ Transform {
scale 0.1 0.1 0.1
children [
Shape {
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
appearance USE AXES_APP
geometry Sphere { radius 0.1 }
}
DEF CS_AXIS Transform {

View File

@ -7,9 +7,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }

View File

@ -7,9 +7,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }

View File

@ -7,9 +7,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }

View File

@ -7,9 +7,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }

View File

@ -7,9 +7,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }

View File

@ -7,9 +7,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }

View File

@ -7,9 +7,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }

View File

@ -8,11 +8,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
fieldOfView 2.96
# radiusScale 0.7
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }
@ -57,7 +53,7 @@ DEF SNAP Snapshot {
Transform {
rotation 1 0 0 -1.5708
bboxCenter 0 0 0
bboxSize 1.5 1.5 1.5
bboxSize 2 2 2
children [
Switch {
whichChoice 0

View File

@ -8,11 +8,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
fieldOfView 2.96
# radiusScale 0.7
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }
@ -58,7 +54,7 @@ DEF SNAP Snapshot {
Transform {
rotation 1 0 0 -1.5708
bboxCenter 0 0 0
bboxSize 1.5 1.5 1.5
bboxSize 2 2 2
children [
Switch {
whichChoice 0

View File

@ -8,11 +8,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
fieldOfView 2.96
# radiusScale 0.7
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }
@ -58,7 +54,7 @@ DEF SNAP Snapshot {
Transform {
rotation 1 0 0 -1.5708
bboxCenter 0 0 0
bboxSize 1.5 1.5 1.5
bboxSize 2 2 2
children [
Switch {
whichChoice 0

View File

@ -8,11 +8,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
fieldOfView 2.96
# radiusScale 0.7
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }
@ -58,7 +54,7 @@ DEF SNAP Snapshot {
Transform {
rotation 1 0 0 -1.5708
bboxCenter 0 0 0
bboxSize 1.5 1.5 1.5
bboxSize 2 2 2
children [
Switch {
whichChoice 0

View File

@ -8,11 +8,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
fieldOfView 2.96
# radiusScale 0.7
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }
@ -58,7 +54,7 @@ DEF SNAP Snapshot {
Transform {
rotation 1 0 0 -1.5708
bboxCenter 0 0 0
bboxSize 1.5 1.5 1.5
bboxSize 2 2 2
children [
Switch {
whichChoice 0

View File

@ -8,11 +8,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
fieldOfView 2.96
# radiusScale 0.7
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }
@ -58,7 +54,7 @@ DEF SNAP Snapshot {
Transform {
rotation 1 0 0 -1.5708
bboxCenter 0 0 0
bboxSize 1.5 1.5 1.5
bboxSize 2 2 2
children [
Switch {
whichChoice 0

View File

@ -8,11 +8,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
fieldOfView 2.96
# radiusScale 0.7
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }
@ -57,7 +53,7 @@ DEF SNAP Snapshot {
Transform {
rotation 1 0 0 -1.5708
bboxCenter 0 0 0
bboxSize 1.5 1.5 1.5
bboxSize 2 2 2
children [
Switch {
whichChoice 0

View File

@ -8,11 +8,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
fieldOfView 2.96
# radiusScale 0.7
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }
@ -57,7 +53,7 @@ DEF SNAP Snapshot {
Transform {
rotation 1 0 0 -1.5708
bboxCenter 0 0 0
bboxSize 1.5 1.5 1.5
bboxSize 2 2 2
children [
Switch {
whichChoice 0

View File

@ -8,11 +8,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
fieldOfView 2.96
# radiusScale 0.7
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }
@ -57,7 +53,7 @@ DEF SNAP Snapshot {
Transform {
rotation 1 0 0 -1.5708
bboxCenter 0 0 0
bboxSize 1.5 1.5 1.5
bboxSize 2 2 2
children [
Switch {
whichChoice 0

View File

@ -8,11 +8,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
fieldOfView 2.96
# radiusScale 0.7
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }
@ -57,7 +53,7 @@ DEF SNAP Snapshot {
Transform {
rotation 1 0 0 -1.5708
bboxCenter 0 0 0
bboxSize 1.5 1.5 1.5
bboxSize 2 2 2
children [
Switch {
whichChoice 0

View File

@ -7,11 +7,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
fieldOfView 2.96
# radiusScale 0.7
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }
@ -57,7 +53,7 @@ DEF SNAP Snapshot {
Transform {
rotation 1 0 0 -1.5708
bboxCenter 0 0 0
bboxSize 1.5 1.5 1.5
bboxSize 2 2 2
children [
Switch {
whichChoice 0
@ -97,16 +93,15 @@ Transform {
aosIsolatedVertexStyle "disc"
# insertionStrategy "increment"
aosMarkedEdgeIndex 0
coord DEF COORD ExactCoordinate {
ratPoint [
-11 7 11,
-1 -1 1,
0 -2 0,
1 -1 1,
1 1 1,
0 2 0,
-1 1 1
]
coord DEF COORD EpecCoordinate {
exactPoint [-11 7 11,
-1 -1 1,
0 -2 0,
1 -1 1,
1 1 1,
0 2 0,
-1 1 1
]
}
# pointIndex [6 7]
curveIndex [1 0,
@ -145,7 +140,14 @@ Transform {
}
}
Shape {
appearance USE AXES_APP
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
geometry Sphere {
center 0 0 -1
radius 0.05
@ -207,20 +209,13 @@ Transform {
}
]
}
# The axes:
DEF AXES Transform {
scale 0.1 0.1 0.1
children [
Shape {
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
appearance USE AXES_APP
geometry Sphere { radius 0.1 }
}
DEF CS_AXIS Transform {

View File

@ -7,11 +7,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
fieldOfView 2.96
# radiusScale 0.7
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }
@ -57,7 +53,7 @@ DEF SNAP Snapshot {
Transform {
rotation 1 0 0 -1.5708
bboxCenter 0 0 0
bboxSize 1.5 1.5 1.5
bboxSize 2 2 2
children [
Switch {
whichChoice 0
@ -97,12 +93,12 @@ Transform {
aosIsolatedVertexStyle "disc"
# insertionStrategy "increment"
aosMarkedEdgeIndex 0
coord DEF COORD ExactCoordinate {
ratPoint [0 -1 -1,
0 -1 0,
-1 -1 0,
-1 0 -1
]
coord DEF COORD EpecCoordinate {
exactPoint [0 -1 -1,
0 -1 0,
-1 -1 0,
-1 0 -1
]
}
# pointIndex [6 7]
curveIndex [0 1, 1 2, 3 0]
@ -134,7 +130,14 @@ Transform {
}
}
Shape {
appearance USE AXES_APP
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
geometry Sphere {
center 0 0 -1
radius 0.05
@ -196,20 +199,13 @@ Transform {
}
]
}
# The axes:
DEF AXES Transform {
scale 0.1 0.1 0.1
children [
Shape {
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
appearance USE AXES_APP
geometry Sphere { radius 0.1 }
}
DEF CS_AXIS Transform {

View File

@ -7,11 +7,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
fieldOfView 2.96
# radiusScale 0.7
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }
@ -57,7 +53,7 @@ DEF SNAP Snapshot {
Transform {
rotation 1 0 0 -1.5708
bboxCenter 0 0 0
bboxSize 1.5 1.5 1.5
bboxSize 2 2 2
children [
Switch {
whichChoice 0
@ -97,16 +93,16 @@ Transform {
aosIsolatedVertexStyle "disc"
# insertionStrategy "increment"
aosMarkedEdgeIndex 0
coord DEF COORD ExactCoordinate {
ratPoint [-1 -1 1,
-2 -2 1,
-1 0 0,
-2 -1 0,
-1 -2 0,
0 -1 0,
-2 -2 -1,
-1 -1 -1
]
coord DEF COORD EpecCoordinate {
exactPoint [-1 -1 1,
-2 -2 1,
-1 0 0,
-2 -1 0,
-1 -2 0,
0 -1 0,
-2 -2 -1,
-1 -1 -1
]
}
# pointIndex [6 7]
curveIndex [2 3, 0 2, 2 7, 7 5, 5 0, 1 3, 3 6, 6 4, 4 1]
@ -138,7 +134,14 @@ Transform {
}
}
Shape {
appearance USE AXES_APP
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
geometry Sphere {
center 0 0 -1
radius 0.05
@ -200,20 +203,13 @@ Transform {
}
]
}
# The axes:
DEF AXES Transform {
scale 0.1 0.1 0.1
children [
Shape {
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
appearance USE AXES_APP
geometry Sphere { radius 0.1 }
}
DEF CS_AXIS Transform {

View File

@ -7,11 +7,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
fieldOfView 2.96
# radiusScale 0.7
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }
@ -57,7 +53,7 @@ DEF SNAP Snapshot {
Transform {
rotation 1 0 0 -1.5708
bboxCenter 0 0 0
bboxSize 1.5 1.5 1.5
bboxSize 2 2 2
children [
Switch {
whichChoice 0
@ -97,18 +93,18 @@ Transform {
aosIsolatedVertexStyle "disc"
# insertionStrategy "increment"
aosMarkedEdgeIndex 1
coord DEF COORD ExactCoordinate {
ratPoint [-2 1 0
-2 0 -1
-1 0 0
-2 0 1
-2 -1 -2
-2 -1 -1
-2 -1 1
-2 -1 2
-1 -1 0
-1 -2 0
]
coord DEF COORD EpecCoordinate {
exactPoint [-2 1 0
-2 0 -1
-1 0 0
-2 0 1
-2 -1 -2
-2 -1 -1
-2 -1 1
-2 -1 2
-1 -1 0
-1 -2 0
]
}
# pointIndex [6 7]
curveIndex [0 2, 0 1, 0 3, 1 4, 2 5
@ -141,7 +137,14 @@ Transform {
}
}
Shape {
appearance USE AXES_APP
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
geometry Sphere {
center 0 0 -1
radius 0.05
@ -203,20 +206,13 @@ Transform {
}
]
}
# The axes:
DEF AXES Transform {
scale 0.1 0.1 0.1
children [
Shape {
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
appearance USE AXES_APP
geometry Sphere { radius 0.1 }
}
DEF CS_AXIS Transform {

View File

@ -7,11 +7,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
fieldOfView 2.96
# radiusScale 0.7
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }
@ -57,7 +53,7 @@ DEF SNAP Snapshot {
Transform {
rotation 1 0 0 -1.5708
bboxCenter 0 0 0
bboxSize 1.5 1.5 1.5
bboxSize 2 2 2
children [
Switch {
whichChoice 0
@ -97,12 +93,12 @@ Transform {
aosIsolatedVertexStyle "disc"
# insertionStrategy "increment"
aosMarkedEdgeIndex 1
coord DEF COORD ExactCoordinate {
ratPoint [-1 0 1
-1 -1 1
-1 -1 -1
-1 0 -1
]
coord DEF COORD EpecCoordinate {
exactPoint [-1 0 1
-1 -1 1
-1 -1 -1
-1 0 -1
]
}
# pointIndex [6 7]
curveIndex [1 2, 2 3, 0 1]
@ -134,7 +130,14 @@ Transform {
}
}
Shape {
appearance USE AXES_APP
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
geometry Sphere {
center 0 0 -1
radius 0.05
@ -196,20 +199,13 @@ Transform {
}
]
}
# The axes:
DEF AXES Transform {
scale 0.1 0.1 0.1
children [
Shape {
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
appearance USE AXES_APP
geometry Sphere { radius 0.1 }
}
DEF CS_AXIS Transform {

View File

@ -7,11 +7,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
fieldOfView 2.96
# radiusScale 0.7
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }
@ -57,7 +53,7 @@ DEF SNAP Snapshot {
Transform {
rotation 1 0 0 -1.5708
bboxCenter 0 0 0
bboxSize 1.5 1.5 1.5
bboxSize 2 2 2
children [
Switch {
whichChoice 0
@ -97,11 +93,10 @@ Transform {
aosIsolatedVertexStyle "disc"
# insertionStrategy "increment"
aosMarkedEdgeIndex 7
coord DEF COORD ExactCoordinate {
ratPoint [
-2 1 0, -2 0 -1, -2 -1 0, -2 0 1,
-1 1 0, -1 0 -1
]
coord DEF COORD EpecCoordinate {
exactPoint [-2 1 0, -2 0 -1, -2 -1 0, -2 0 1,
-1 1 0, -1 0 -1
]
}
# pointIndex [6 7]
curveIndex [0 1, 1 2, 2 3, 3 0, 4 5]
@ -133,7 +128,14 @@ Transform {
}
}
Shape {
appearance USE AXES_APP
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
geometry Sphere {
center 0 0 -1
radius 0.05
@ -195,20 +197,13 @@ Transform {
}
]
}
# The axes:
DEF AXES Transform {
scale 0.1 0.1 0.1
children [
Shape {
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
appearance USE AXES_APP
geometry Sphere { radius 0.1 }
}
DEF CS_AXIS Transform {

View File

@ -7,11 +7,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
fieldOfView 2.96
# radiusScale 0.7
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }
@ -57,7 +53,7 @@ DEF SNAP Snapshot {
Transform {
rotation 1 0 0 -1.5708
bboxCenter 0 0 0
bboxSize 1.5 1.5 1.5
bboxSize 2 2 2
children [
Switch {
whichChoice 0
@ -98,10 +94,10 @@ Transform {
# insertionStrategy "increment"
aosMarkedEdgeIndex 7
aosMarkedEdgeRadius 0.03
coord DEF COORD ExactCoordinate {
ratPoint [-4 -1 -2, -2 -2 -1, -2 -4 0,
-2 -2 1, -2 0 1, -2 -4 2
]
coord DEF COORD EpecCoordinate {
exactPoint [-4 -1 -2, -2 -2 -1, -2 -4 0,
-2 -2 1, -2 0 1, -2 -4 2
]
}
#pointIndex [22]
curveIndex [1 2, 2 3, 3 4, 3 5, 0 1]
@ -133,7 +129,14 @@ Transform {
}
}
Shape {
appearance USE AXES_APP
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
geometry Sphere {
center 0 0 -1
radius 0.05
@ -195,20 +198,13 @@ Transform {
}
]
}
# The axes:
DEF AXES Transform {
scale 0.1 0.1 0.1
children [
Shape {
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
appearance USE AXES_APP
geometry Sphere { radius 0.1 }
}
DEF CS_AXIS Transform {

View File

@ -7,11 +7,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
fieldOfView 2.96
# radiusScale 0.7
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }
@ -57,7 +53,7 @@ DEF SNAP Snapshot {
Transform {
rotation 1 0 0 -1.5708
bboxCenter 0 0 0
bboxSize 1.5 1.5 1.5
bboxSize 2 2 2
children [
Switch {
whichChoice 0
@ -98,8 +94,8 @@ Transform {
# insertionStrategy "increment"
aosMarkedEdgeIndex 7
aosMarkedEdgeRadius 0.03
coord DEF COORD ExactCoordinate {
ratPoint [-2 0 -1, -2 -2 -1, -2 -2 1, -2 0 1]
coord DEF COORD EpecCoordinate {
exactPoint [-2 0 -1, -2 -2 -1, -2 -2 1, -2 0 1]
}
#pointIndex [22]
curveIndex [1 2, 2 3, 0 1]
@ -131,7 +127,14 @@ Transform {
}
}
Shape {
appearance USE AXES_APP
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
geometry Sphere {
center 0 0 -1
radius 0.05
@ -193,20 +196,13 @@ Transform {
}
]
}
# The axes:
DEF AXES Transform {
scale 0.1 0.1 0.1
children [
Shape {
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
appearance USE AXES_APP
geometry Sphere { radius 0.1 }
}
DEF CS_AXIS Transform {

View File

@ -7,11 +7,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
fieldOfView 2.96
# radiusScale 0.7
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }
@ -57,7 +53,7 @@ DEF SNAP Snapshot {
Transform {
rotation 1 0 0 -1.5708
bboxCenter 0 0 0
bboxSize 1.5 1.5 1.5
bboxSize 2 2 2
children [
Switch {
whichChoice 0
@ -98,18 +94,18 @@ Transform {
# insertionStrategy "increment"
aosMarkedEdgeIndex 7
aosMarkedEdgeRadius 0.03
coord DEF COORD ExactCoordinate {
ratPoint [-1 1 0
-1 0 0
0 0 -1
-1 -1 -1
-1 -1 0]
coord DEF COORD EpecCoordinate {
exactPoint [-1 1 0
-1 0 0
0 0 -1
-1 -1 -1
-1 -1 0]
}
#pointIndex [8]
curveIndex [0 1
1 3
2 3
3 4
1 3
2 3
3 4
]
}
}
@ -139,7 +135,14 @@ Transform {
}
}
Shape {
appearance USE AXES_APP
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
geometry Sphere {
center 0 0 -1
radius 0.05
@ -201,20 +204,13 @@ Transform {
}
]
}
# The axes:
DEF AXES Transform {
scale 0.1 0.1 0.1
children [
Shape {
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
appearance USE AXES_APP
geometry Sphere { radius 0.1 }
}
DEF CS_AXIS Transform {

View File

@ -7,11 +7,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
fieldOfView 2.96
# radiusScale 0.7
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }
@ -57,7 +53,7 @@ DEF SNAP Snapshot {
Transform {
rotation 1 0 0 -1.5708
bboxCenter 0 0 0
bboxSize 1.5 1.5 1.5
bboxSize 2 2 2
children [
Switch {
whichChoice 0
@ -98,8 +94,8 @@ Transform {
# insertionStrategy "increment"
aosMarkedEdgeIndex 0
aosMarkedEdgeRadius 0.03
coord DEF COORD ExactCoordinate {
ratPoint [0 0 -1, -1 -1 -1, -1 -1 1, 1 1 -1]
coord DEF COORD EpecCoordinate {
exactPoint [0 0 -1, -1 -1 -1, -1 -1 1, 1 1 -1]
}
#pointIndex [8]
curveIndex [1 0, 2 1, 3 0]
@ -131,7 +127,14 @@ Transform {
}
}
Shape {
appearance USE AXES_APP
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
geometry Sphere {
center 0 0 -1
radius 0.05
@ -193,20 +196,13 @@ Transform {
}
]
}
# The axes:
DEF AXES Transform {
scale 0.1 0.1 0.1
children [
Shape {
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
appearance USE AXES_APP
geometry Sphere { radius 0.1 }
}
DEF CS_AXIS Transform {

View File

@ -7,11 +7,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
fieldOfView 2.96
# radiusScale 0.7
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }
@ -57,7 +53,7 @@ DEF SNAP Snapshot {
Transform {
rotation 1 0 0 -1.5708
bboxCenter 0 0 0
bboxSize 1.5 1.5 1.5
bboxSize 2 2 2
children [
Switch {
whichChoice 0
@ -98,18 +94,18 @@ Transform {
# insertionStrategy "increment"
aosMarkedEdgeIndex 7
aosMarkedEdgeRadius 0.03
coord DEF COORD ExactCoordinate {
ratPoint [0 -1 -1,
0 1 -1,
1 -1 0,
1 1 0,
0 -1 1,
0 1 1,
-1 -1 0,
-1 1 0,
0 0 1,
0 0 -1,
-1 0 0]
coord DEF COORD EpecCoordinate {
exactPoint [0 -1 -1,
0 1 -1,
1 -1 0,
1 1 0,
0 -1 1,
0 1 1,
-1 -1 0,
-1 1 0,
0 0 1,
0 0 -1,
-1 0 0]
}
#pointIndex [8]
curveIndex [0 9, 9 1, 2 3, 4 8, 8 5, 6 10, 10 7,
@ -142,7 +138,14 @@ Transform {
}
}
Shape {
appearance USE AXES_APP
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
geometry Sphere {
center 0 0 -1
radius 0.05
@ -204,20 +207,13 @@ Transform {
}
]
}
# The axes:
DEF AXES Transform {
scale 0.1 0.1 0.1
children [
Shape {
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
appearance USE AXES_APP
geometry Sphere { radius 0.1 }
}
DEF CS_AXIS Transform {

View File

@ -7,11 +7,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
fieldOfView 2.96
# radiusScale 0.7
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }
@ -57,7 +53,7 @@ DEF SNAP Snapshot {
Transform {
rotation 1 0 0 -1.5708
bboxCenter 0 0 0
bboxSize 1.5 1.5 1.5
bboxSize 2 2 2
children [
Switch {
whichChoice 0
@ -98,18 +94,18 @@ Transform {
# insertionStrategy "increment"
aosMarkedEdgeIndex 7
aosMarkedEdgeRadius 0.03
coord DEF COORD ExactCoordinate {
ratPoint [0 -1 -1,
0 1 -1,
1 -1 0,
1 1 0,
0 -1 1,
0 1 1,
-1 -1 0,
-1 1 0,
0 0 1,
0 0 -1,
-1 0 0]
coord DEF COORD EpecCoordinate {
exactPoint [0 -1 -1,
0 1 -1,
1 -1 0,
1 1 0,
0 -1 1,
0 1 1,
-1 -1 0,
-1 1 0,
0 0 1,
0 0 -1,
-1 0 0]
}
#pointIndex [8]
curveIndex [6 10, 0 2, 2 4, 4 6, 6 0]
@ -141,7 +137,14 @@ Transform {
}
}
Shape {
appearance USE AXES_APP
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
geometry Sphere {
center 0 0 -1
radius 0.05
@ -203,20 +206,13 @@ Transform {
}
]
}
# The axes:
DEF AXES Transform {
scale 0.1 0.1 0.1
children [
Shape {
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
appearance USE AXES_APP
geometry Sphere { radius 0.1 }
}
DEF CS_AXIS Transform {

View File

@ -7,11 +7,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
fieldOfView 2.96
# radiusScale 0.7
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }
@ -57,7 +53,7 @@ DEF SNAP Snapshot {
Transform {
rotation 1 0 0 -1.5708
bboxCenter 0 0 0
bboxSize 1.5 1.5 1.5
bboxSize 2 2 2
children [
Switch {
whichChoice 0
@ -98,8 +94,8 @@ Transform {
# insertionStrategy "increment"
aosMarkedEdgeIndex 1
aosMarkedEdgeRadius 0.03
coord DEF COORD ExactCoordinate {
ratPoint [0 0 -1, 1 -1 0, -1 -1 0, 0 -1 -1]
coord DEF COORD EpecCoordinate {
exactPoint [0 0 -1, 1 -1 0, -1 -1 0, 0 -1 -1]
}
#pointIndex [8]
curveIndex [1 0, 2 1, 0 3, 3 1, 2 0]
@ -131,7 +127,14 @@ Transform {
}
}
Shape {
appearance USE AXES_APP
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
geometry Sphere {
center 0 0 -1
radius 0.05
@ -193,20 +196,13 @@ Transform {
}
]
}
# The axes:
DEF AXES Transform {
scale 0.1 0.1 0.1
children [
Shape {
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
appearance USE AXES_APP
geometry Sphere { radius 0.1 }
}
DEF CS_AXIS Transform {

View File

@ -7,11 +7,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
fieldOfView 2.96
# radiusScale 0.7
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }
@ -57,7 +53,7 @@ DEF SNAP Snapshot {
Transform {
rotation 1 0 0 -1.5708
bboxCenter 0 0 0
bboxSize 1.5 1.5 1.5
bboxSize 2 2 2
children [
Switch {
whichChoice 0
@ -98,9 +94,9 @@ Transform {
# insertionStrategy "increment"
aosMarkedEdgeIndex 7
aosMarkedEdgeRadius 0.03
coord DEF COORD ExactCoordinate {
ratPoint [-2 -1 -2, 0 0 -1, 2 -1 -2, 0 -1 1,
1 1 0, -1 1 0]
coord DEF COORD EpecCoordinate {
exactPoint [-2 -1 -2, 0 0 -1, 2 -1 -2, 0 -1 1,
1 1 0, -1 1 0]
}
#pointIndex [8]
curveIndex [0 1, 1 2, 2 3, 3 0, 2 4, 0 5, 4 5, 5 3, 4 3]
@ -132,7 +128,14 @@ Transform {
}
}
Shape {
appearance USE AXES_APP
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
geometry Sphere {
center 0 0 -1
radius 0.05
@ -194,20 +197,13 @@ Transform {
}
]
}
# The axes:
DEF AXES Transform {
scale 0.1 0.1 0.1
children [
Shape {
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
appearance USE AXES_APP
geometry Sphere { radius 0.1 }
}
DEF CS_AXIS Transform {

View File

@ -7,11 +7,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
fieldOfView 2.96
# radiusScale 0.7
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }
@ -57,7 +53,7 @@ DEF SNAP Snapshot {
Transform {
rotation 1 0 0 -1.5708
bboxCenter 0 0 0
bboxSize 1.5 1.5 1.5
bboxSize 2 2 2
children [
Switch {
whichChoice 0
@ -98,8 +94,8 @@ Transform {
# insertionStrategy "increment"
aosMarkedEdgeIndex 2
aosMarkedEdgeRadius 0.03
coord DEF COORD ExactCoordinate {
ratPoint [0 0 -1, 1 -1 0, -1 -1 0, 0 -1 -1]
coord DEF COORD EpecCoordinate {
exactPoint [0 0 -1, 1 -1 0, -1 -1 0, 0 -1 -1]
}
#pointIndex [8]
curveIndex [0 1, 1 2, 2 3, 3 0]
@ -131,7 +127,14 @@ Transform {
}
}
Shape {
appearance USE AXES_APP
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
geometry Sphere {
center 0 0 -1
radius 0.05
@ -193,20 +196,13 @@ Transform {
}
]
}
# The axes:
DEF AXES Transform {
scale 0.1 0.1 0.1
children [
Shape {
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
appearance USE AXES_APP
geometry Sphere { radius 0.1 }
}
DEF CS_AXIS Transform {

View File

@ -7,11 +7,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
fieldOfView 2.96
# radiusScale 0.7
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }
@ -57,7 +53,7 @@ DEF SNAP Snapshot {
Transform {
rotation 1 0 0 -1.5708
bboxCenter 0 0 0
bboxSize 1.5 1.5 1.5
bboxSize 2 2 2
children [
Switch {
whichChoice 0
@ -98,9 +94,9 @@ Transform {
# insertionStrategy "increment"
aosMarkedEdgeIndex 3
aosMarkedEdgeRadius 0.03
coord DEF COORD ExactCoordinate {
ratPoint [-1 0 -1, -2 1 0, -1 0 0, -2 -1 0,
-1 -2 0, 0 -1 0, -1 0 1]
coord DEF COORD EpecCoordinate {
exactPoint [-1 0 -1, -2 1 0, -1 0 0, -2 -1 0,
-1 -2 0, 0 -1 0, -1 0 1]
}
#pointIndex [8]
curveIndex [3 2, 4 3, 5 6, 0 5, 1 0, 1 2, 1 6]
@ -132,7 +128,14 @@ Transform {
}
}
Shape {
appearance USE AXES_APP
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
geometry Sphere {
center 0 0 -1
radius 0.05
@ -194,20 +197,13 @@ Transform {
}
]
}
# The axes:
DEF AXES Transform {
scale 0.1 0.1 0.1
children [
Shape {
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
appearance USE AXES_APP
geometry Sphere { radius 0.1 }
}
DEF CS_AXIS Transform {

View File

@ -7,11 +7,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
fieldOfView 2.96
# radiusScale 0.7
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }
@ -57,7 +53,7 @@ DEF SNAP Snapshot {
Transform {
rotation 1 0 0 -1.5708
bboxCenter 0 0 0
bboxSize 1.5 1.5 1.5
bboxSize 2 2 2
children [
Switch {
whichChoice 0
@ -98,8 +94,8 @@ Transform {
# insertionStrategy "increment"
aosMarkedEdgeIndex 4
aosMarkedEdgeRadius 0.03
coord DEF COORD ExactCoordinate {
ratPoint [-1 0 -1, -1 2 0, -2 1 0, -1 0 0, -2 -1 0, -1 0 1]
coord DEF COORD EpecCoordinate {
exactPoint [-1 0 -1, -1 2 0, -2 1 0, -1 0 0, -2 -1 0, -1 0 1]
}
#pointIndex [8]
curveIndex [3 4, 0 1, 2 3, 4 5, 1 5, 0 4]
@ -131,7 +127,14 @@ Transform {
}
}
Shape {
appearance USE AXES_APP
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
geometry Sphere {
center 0 0 -1
radius 0.05
@ -193,20 +196,13 @@ Transform {
}
]
}
# The axes:
DEF AXES Transform {
scale 0.1 0.1 0.1
children [
Shape {
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
appearance USE AXES_APP
geometry Sphere { radius 0.1 }
}
DEF CS_AXIS Transform {

View File

@ -7,11 +7,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
fieldOfView 2.96
# radiusScale 0.7
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }
@ -57,7 +53,7 @@ DEF SNAP Snapshot {
Transform {
rotation 1 0 0 -1.5708
bboxCenter 0 0 0
bboxSize 1.5 1.5 1.5
bboxSize 2 2 2
children [
Switch {
whichChoice 0
@ -100,9 +96,9 @@ Transform {
aosMarkedVertexIndex 0,1
aosMarkedVertexStyle "none"
aosMarkedEdgeRadius 0.03
coord DEF COORD ExactCoordinate {
ratPoint [-1 0 1, 0 -1 1, 1 0 1, 0 1 1,
-1 0 -1, 0 -1 -1, 1 0 -1, 0 1 -1]
coord DEF COORD EpecCoordinate {
exactPoint [-1 0 1, 0 -1 1, 1 0 1, 0 1 1,
-1 0 -1, 0 -1 -1, 1 0 -1, 0 1 -1]
}
#pointIndex [8]
curveIndex [0 1, 1 2, 2 3, 3 0,
@ -135,7 +131,14 @@ Transform {
}
}
Shape {
appearance USE AXES_APP
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
geometry Sphere {
center 0 0 -1
radius 0.05
@ -197,20 +200,13 @@ Transform {
}
]
}
# The axes:
DEF AXES Transform {
scale 0.1 0.1 0.1
children [
Shape {
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
appearance USE AXES_APP
geometry Sphere { radius 0.1 }
}
DEF CS_AXIS Transform {

View File

@ -7,11 +7,7 @@ ColorBackground {
clearStencil TRUE
}
NavigationInfo { type [ "EXAMINE" "ANY" ] }
Viewpoint {
type "ORTHOGONAL"
fieldOfView 2.96
# radiusScale 0.7
}
Viewpoint { type "ORTHOGONAL" }
DEF TRANSFORMER_NAV NavigationInfo { type [ "TRANSFORM" ] }
@ -57,7 +53,7 @@ DEF SNAP Snapshot {
Transform {
rotation 1 0 0 -1.5708
bboxCenter 0 0 0
bboxSize 1.5 1.5 1.5
bboxSize 2 2 2
children [
Switch {
whichChoice 0
@ -100,17 +96,17 @@ Transform {
aosMarkedVertexIndex 100
aosMarkedVertexStyle "none"
aosMarkedEdgeRadius 0.03
coord DEF COORD ExactCoordinate {
ratPoint [-1 0 -1
-1 -1 -1
0 -1 -1
-1 0 0
-2 -2 -1
0 -1 0
-2 -2 1
-1 0 -3
1 -1 -3
]
coord DEF COORD EpecCoordinate {
exactPoint [-1 0 -1
-1 -1 -1
0 -1 -1
-1 0 0
-2 -2 -1
0 -1 0
-2 -2 1
-1 0 -3
1 -1 -3
]
}
#pointIndex [8]
curveIndex [
@ -150,7 +146,14 @@ Transform {
}
}
Shape {
appearance USE AXES_APP
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
geometry Sphere {
center 0 0 -1
radius 0.05
@ -212,20 +215,13 @@ Transform {
}
]
}
# The axes:
DEF AXES Transform {
scale 0.1 0.1 0.1
children [
Shape {
appearance DEF AXES_APP Appearance {
material Material {
# ambientIntensity 1
diffuseColor 0.4 0.4 0.4
# specularColor 0.3 0.3 0.3
# transparency 0.0001
}
}
appearance USE AXES_APP
geometry Sphere { radius 0.1 }
}
DEF CS_AXIS Transform {