[x3d-public] BooleanFilter inputFalse output value true or false ?

Andreas Plesch andreasplesch at gmail.com
Sun Sep 17 09:36:04 PDT 2017


I updated

http://x3dom-booleanfilter.glitch.me/BooleanFilter_test.x3d

to include the xml declaration and x3d namespace/version details.

view3dscene 3.17 does recognize the non-standard render field for Shape. I
also tested Octaga 5.0 which warns about the routes to this field but
otherwise works as expected.

Regards, Andreas


On Sat, Sep 16, 2017 at 7:36 PM, Andreas Plesch <andreasplesch at gmail.com>
wrote:

> Thankfully, all players were tolerant in this respect. There also should
> be a head node with meta information.
>
> Will try 3.17 as well.
>
> Thanks, Andreas
>
> On Sep 16, 2017 6:44 PM, "Michalis Kamburelis" <michalis.kambi at gmail.com>
> wrote:
>
>> 2017-09-16 23:16 GMT+02:00 Andreas Plesch <andreasplesch at gmail.com>:
>> > Here is a x3d file for the BooleanFilter test scene:
>> >
>> > http://x3dom-booleanfilter.glitch.me/BooleanFilter_test.x3d
>> >
>> > It is unmodified from the x3dom html page.
>> >
>> > It works in freeWrl, view3dscene (v.3.15.0) and InstantPlayer.
>> >
>> > InstantPlayer recognizes the non-standard 'render' field, the other
>> players
>> > ignore it.
>> >
>>
>> The latest view3dscene should handle the Shape.render field, I tested
>> it on your example :) You can get the latest (3.17.0 now) version from
>> https://castle-engine.sourceforge.io/view3dscene.php .
>>
>> view3dscene also points to some missing things in this X3D file -- an
>> X3D should have a version and PROFILE declaration.
>>
>> Instead of
>>
>> <X3D>
>>
>> the X3D should start with something like this:
>>
>> <?xml version="1.0" encoding="UTF-8"?>
>> <!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.2//EN"
>> "http://www.web3d.org/specifications/x3d-3.2.dtd">
>> <X3D profile="Interchange" version="3.2"
>>      xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance"
>>      xsd:noNamespaceSchemaLocation="http://www.web3d.org/specificatio
>> ns/x3d-3.2.xsd">
>>
>> Regards,
>> Michalis
>>
>


-- 
Andreas Plesch
Waltham, MA 02453
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20170917/4b6112b4/attachment.html>


More information about the x3d-public mailing list