From: <br...@us...> - 2010-09-14 06:20:31
|
Revision: 4190 http://openvrml.svn.sourceforge.net/openvrml/?rev=4190&view=rev Author: braden Date: 2010-09-14 06:20:25 +0000 (Tue, 14 Sep 2010) Log Message: ----------- Added missing descriptions of LineProperties and FillProperties. Modified Paths: -------------- trunk/ChangeLog trunk/data/component/shape.xml Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2010-09-14 03:46:08 UTC (rev 4189) +++ trunk/ChangeLog 2010-09-14 06:20:25 UTC (rev 4190) @@ -1,3 +1,8 @@ +2010-09-14 Braden McDaniel <br...@en...> + + * data/component/shape.xml: Added missing descriptions of + LineProperties and FillProperties. + 2010-09-13 Braden McDaniel <br...@en...> Add (partially) parsed nodes to the scene in the event of an Modified: trunk/data/component/shape.xml =================================================================== --- trunk/data/component/shape.xml 2010-09-14 03:46:08 UTC (rev 4189) +++ trunk/data/component/shape.xml 2010-09-14 06:20:25 UTC (rev 4190) @@ -36,6 +36,13 @@ <field id="texture" type="SFNode" access-type="inputOutput" /> <field id="textureTransform" type="SFNode" access-type="inputOutput" /> </node> + <node id="LineProperties" + metatype-id="urn:X-openvrml:node:LineProperties"> + <field id="metadata" type="SFNode" access-type="inputOutput" /> + <field id="applied" type="SFBool" access-type="inputOutput" /> + <field id="linetype" type="SFInt32" access-type="inputOutput" /> + <field id="linewidthScaleFactor" type="SFFloat" access-type="inputOutput" /> + </node> </level> <level> <node id="Appearance" @@ -47,5 +54,13 @@ <field id="texture" type="SFNode" access-type="inputOutput" /> <field id="textureTransform" type="SFNode" access-type="inputOutput" /> </node> + <node id="FillProperties" + metatype-id="urn:X-openvrml:node:FillProperties"> + <field id="metadata" type="SFNode" access-type="inputOutput" /> + <field id="filled" type="SFBool" access-type="inputOutput" /> + <field id="hatchColor" type="SFColor" access-type="inputOutput" /> + <field id="hatched" type="SFBool" access-type="inputOutput" /> + <field id="hatchStyle" type="SFInt32" access-type="inputOutput" /> + </node> </level> </component> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |