Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

retooling / start from scratch


Go to End


2 Posts   1243 Views

Avatar
tom_a_sparks

Community Member, 11 Posts

5 July 2008 at 3:49pm

Edited: 05/07/2008 3:50pm

I want to strip all the html/xhtml out the themes, rebuild the CMS
and creative a web based editor for X3D (http://en.wikipedia.org/wiki/X3D) witch is based on XML (an example bellow)

what can I remove/edit without losing the version control or the runtime software?

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.0//EN" "http://www.web3d.org/specifications/x3d-3.0.dtd">
<X3D profile='Immersive' version='3.0' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='http://www.web3d.org/specifications/x3d-3.0.xsd'>
<head>
<meta content='Figure25.05ThreeTorchesSingleLOD.x3d' name='title'/>
<meta content='Figure 25.5, The VRML 2.0 Sourcebook, Copyright [1997] By Andrea L. Ames, David R. Nadeau, and John L. Moreland' name='creator'/>
<meta content='Don Brutzman' name='translator'/>
<meta content='24 October 2000' name='created'/>
<meta content='15 September 2002' name='modified'/>
<meta content='Three torches within an LOD node. First you must fly in or change viewpoints to watch levels shift. Ordinarily transitions are hard to detect, these are designed to be noticeable.' name='description'/>
<meta content='Figure25.05ThreeTorchesSingleLOD.x3d' name='identifier'/>
<meta content='X3D-Edit, http://www.web3d.org/x3d/content/README.X3D-Edit.html' name='generator'/>
<meta content='../../license.html' name='license'/>
</head>
<Scene>
<Viewpoint description='2m high-detail torch' orientation='1 0 0 -0.1' position='0 0 2'/>
<Viewpoint description='5m medium-detail torch' orientation='1 0 0 -0.1' position='0 0.5 5'/>
<Viewpoint description='10m low-detail torch' orientation='1 0 0 -0.1' position='0 1 10'/>
<Viewpoint description='20m no-detail torch - zoom in!' orientation='1 0 0 -0.1' position='0 1.5 20'/>

<NavigationInfo speed='2' type='"FLY" "EXAMINE" "ANY"'/>
<!-- In practice, transitions occur at ranges where the switch in geometry is not visible -->
<LOD center='0 0 0' range='4 8 16'>
<Inline url='"TorchHighDetail.x3d"'/>
<Inline url='"TorchMediumDetail.x3d"'/>
<Inline url='"TorchLowDetail.x3d"'/>
<WorldInfo info='null node'/>
</LOD>
</Scene>
</X3D>

Avatar
Sam

Administrator, 690 Posts

7 July 2008 at 3:11pm

Umm, this is a very broad question, your best bet is probably to experiment! :-)