Using X3D and Javascript -



Using X3D and Javascript -

i'm supposed develop project using x3d. have thought create conversor of dxf file x3d. however, that, have utilize javascript manage properly, haven't found way integrate javascript x3d. know way that? previously, though in loading dxf file, info need, , save x3d file, writing xml.

thanks in advance

in vrml can integrate javascript using script node. here's example:

def script script { url ["javascript: here goes javascript code "] }

considering x3d started xml representation of vrml suppose there back upwards in x3d script node.

edit: yes can confirm above.

x3d

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -