
To remove them, open;
memory_files.xip / default.xap
and search for;
CODE
DEF podrails Transform
and make it look like this;
CODE
DEF podrails Transform
{
children
[
DEF Circle02 Transform
{
children
[
Shape
{
appearance Appearance
{
material MaxMaterial
{
name "ReflectSurface"
}
texture ImageTexture { url "texture.xbx" }
}
geometry DEF Circle02-FACES Mesh { url "" }
}
]
scale 0.079960 0.079960 0.079960
translation 0.050240 0.752200 -0.002189
}
{
children
[
DEF Circle02 Transform
{
children
[
Shape
{
appearance Appearance
{
material MaxMaterial
{
name "ReflectSurface"
}
texture ImageTexture { url "texture.xbx" }
}
geometry DEF Circle02-FACES Mesh { url "" }
}
]
scale 0.079960 0.079960 0.079960
translation 0.050240 0.752200 -0.002189
}
Then do the same with;
memory_files.xip / default2.xap