x3D 下载以及如何使用原版NetBeans IDE 来搭建x3d编辑环境
安装前:
Overview
X3D-Edit version 3.3 standalone application and Netbeans plugin are available and ready.
X3D-Edit is written using Java 8 for Netbeans 8 platform. X3D-Edit runs on desktop/laptop/tablet systems and is portable across major operating systems (Windows 7-10, MacOSX, Linux).
As with any application, users may need administrative permissions to fully install or uninstall X3D-Edit on their system.
The X3D-Edit codebase builds and runs using either Java 7 or (preferred) Java 8. If needed, you can verify your installed Java version. (要求安装java7以上版本)
已经配置好X3D的下载地址:
https://savage.nps.edu/X3D-Edit/X3D-Edit3.3.zip
链接:https://pan.baidu.com/s/1cnsbz6K0N_A0Xep2nMOAGg 密码:dt40
注意:解压时路径中必须没有中文,解压完后
runX3dEditWin.baton a Windows machine.runX3dEditMac.sh.commandon a Mac.runX3dEditUnix.shon a Linux/Unix system.
如果是windows系统也可以直接运行..\X3D-Edit3.3\x3dedit33\bin\x3dedit3364.exe(x3dedit33.exe)
到这里你就可以使用X3D了,如果自己配置的话,请继续往下看:
自己配置的话先安装NetBeans IDE
NetBeans IDE 下载:http://www.oracle.com/technetwork/java/javase/downloads/index.html
之后根据以下教程配置:
Netbeans Plugin
Prerequisite: please install the latest NetBeans on your local system.
Netbeans users can connect to the Netbeans Update Center for automatic plugin download and installation using the following procedure. The image links below provide screen snapshots corresponding to each installation step.
Install instructions for Netbeans plugin:
- Select
Tools > Plugins > Settings > Choose "Every Startup" and Select "Add", - Now fill in the Netbeans Update Center Customizer by entering the following grey-background text:
Name: X3D-Edit Update Center
URL:
http://www.movesinstitute.org/X3D-Edit/netbeans_modules/updates.xml
Then clickOK. - While still in the Plugins Settings tab,
look on left-hand side underConfiguration of Update Centersarea for theX3D Edit Update Centerentry,
and ensure the Active-column checkbox in the lower left is checked. - While on this panel, confirm that you have selected
Check Interval: Every Startup
from the drop-down list. - Switch to the
Available Pluginstab, select the upper-left
Install box for the X3D-Edit plugin,
and then select the lower-leftInstallbutton. - You now see a
Welcome To Netbeans IDE Plugin Installer
panel.
Select theNextbutton. - It is necessary to accept the open-source license and again select the
Installbutton. - A progress panel should then appear.
- If any problems with certificates are encountered, select
Continue.
Here is our
current certificate information.
Current difficulties with Netbeans module signing are documented in
issue 1518. - An installation complete panel indicates when the process is done.
Select theFinishbutton. - For confirmation, X3D-Edit now appears on the Plugins panel Installed tab, and you may now close the
Pluginspanel.
Netbeans is now ready to edit X3D scenes, also checking for weekly (or daily) updates.
- Select
Manual download and install of Netbeans plugin modules
Download and save the
plugin modules
from
http://www.movesinstitute.org/X3D-Edit/netbeans_modules
directory to a temporary directory on local disk.Then select
Tools > Plugins > Downloadedto
load plugin modules from a local disk directory
to install those downloads.
Updates are Automatic
Netbeans indicates when
plugin updates are available
for download and installation.Alternatively you check for an update yourself. Select
Tools > Plugins > Updates
and then
click the update button
to confirm whether a newer version of X3D-Edit is available.
This works identically both for the X3D-Edit standalone application and for the Netbeans plugin.Changelog summaries and date of latest revision
are found in the project
manifest.mf
file.
(Also available:
Xj3dWrapper/ manifest)X3D-Edit automatic updates are accepted by the
Netbeans Plugin Portalsince 2008.
安装完成后,就配置完了
之后新建一个X3D场景:

编写后发下它自带的浏览模型的视窗有点闪而且难看,可以使用BS Contact Stereo来进行浏览:
BS Contact Stereo下载地址:
http://www.bitmanagement.de/en/download
下面两个框填上就可以了:

BS Contact Stereo破解方法:http://blog.sina.com.cn/s/blog_59eb15b10100afg6.html
如果你的英文不错请参考网址:
https://savage.nps.edu/X3D-Edit/#Downloads
x3D 下载以及如何使用原版NetBeans IDE 来搭建x3d编辑环境的更多相关文章
- 方案:在Eclipse IDE 中搭建Python开发环境
Eclipse是一款功能强大的IDE,Python是一种功能强大的计算机语言,但是Python的IDE环境确实很缺乏,如果在强大的Eclipse中添加Python开发环境,那样就很完美了. 在这里,我 ...
- Ubuntu 中安装 NetBeans IDE
NetBeans 8.2 刚刚发布,如果你还没有安装的话,这篇简短的教程将会演示如何在 Ubuntu 系统上快速的安装.对安装 NetBeans 需要帮助的开发者来说,这往篇文章会是不错的指导. 给那 ...
- 在 NetBeans IDE 6.0 中分析 Java 应用程序性能
NetBeans IDE 6.0 包含一个强大的性能分析工具,可提供与应用程序运行时行为有关的重要信息.通过 NetBeans 性能分析工具,我们可以方便地在 IDE 中监控应用程序的线程状态.CPU ...
- Netbeans IDE 安装Emmet插件并解决Emmet插件无效果问题
Emmet是许多流行文本编辑器的插件,它极大地改进了HTML和CSS工作流程:在Netbeans IDE 下安装Emmet:1.打开Netbeans IDE编辑器,选择 工具—>插件选项,在 可 ...
- 分别用命令行、NetBeans IDE 8.2实现firstcup 项目部署
准备工作要搞好,对吧!(如下:) firstcup项目代码文件下载链接:click me~ NetBeans IDE 8.2下载链接:点我~(ps:建议下载此版本,再安装过程中,要选择安装GlassF ...
- NetBeans IDE For PHP 简体中文版 8.1安装配置
一.NetBeans IDE For PHP简介 NetBeans IDE 是一个开发环境 - 供程序员编写.编译.调试和部署程序的一个工具. 它是用 Java 编写的 - 但却可以支持任何编程语言. ...
- maven 学习---NetBeans IDE集成Maven
NetBeans6.7更新版本已经内置对Maven支持.如遇以前的版本,Maven插件在插件管理器中可用.我们正在使用NetBeans在这个例子中使用6.9. 在NetBeans一些特点如下 您可以从 ...
- "Hello World!" for the NetBeans IDE
"Hello World!" for the NetBeans IDE It's time to write your first application! These detai ...
- (转) Python in NetBeans IDE 8.0
原地址: https://blogs.oracle.com/geertjan/entry/python_in_netbeans_ide_8 Copy this to the clipboard: ht ...
随机推荐
- Android布局:宽度适应的横向跟随,防止挤掉重要视图
不知道这样的布局该怎么描述,标题也是乱取的..直接上图吧 最近遇到了这样要求的布局: 1.上图中的“标题”长度不定,“状态”标签可能有多个并紧跟在标题右边,“属性”一直居右显示: 2.当“标题”过长, ...
- java泛型【收藏】
什么是泛型? 泛型(Generic type 或者 generics)是对 Java 语言的类型系统的一种扩展,以支持创建可以按类型进行参数化的类.可以把类型参数看作是使用参数化类型时指定的类型的一个 ...
- ACM--string常见用法
在ACM竞赛中,常常需要将读入的数字的每位分离出来,如果采用取余的方法,花费的时间就会太长,这时候,我们可以将读入的数据当成字符串来处理,这样就方便.省时多了.下面这个程序演示了求一个整数各位的和: ...
- 使用 AcceptTcpClientAsync 进行 异步 操作
转自:https://gist.github.com/jamesmanning/2622054 using System; using System.Collections.Generic; usin ...
- 怎么样使用CLion调试分析MySQL Server
由于在写MySQL日志订阅服务时候,需要确定在什么event之后保存position,所以就开始研究MySQL的源码,刚开始采用最原始的打印输出的方式去调试,然后每次改完编译运行,效率好低,让我很绝望 ...
- MySQL及其图形界面navicat的安装
数据库的第一步就是安装MySQL了,基本的安装方法都在这里,所以这里小编整理出来,一方面为了自己复习,一方面也方便大家. (关于MySQL的笔试题,具体见下面博客:http://www.cnblogs ...
- spring-boot-2.0.3之quartz集成,最佳实践
前言 开心一刻 快过年了,大街上,爷爷在给孙子示范摔炮怎么放,嘴里还不停念叨:要像这样,用劲甩才能响.示范了一个,两个,三个... 孙子终于忍不住了,抱着爷爷的腿哭起来:爷呀,你给我剩个吧! 新的一年 ...
- 网络爬虫之html2md
前言 上周利用java爬取的网络文章,一直未能利用java实现html转化md,整整一周时间才得以解决. 虽然本人的博客文章数量不多,但是绝不齿于手动转换,毕竟手动转换浪费时间,把那些时间用来做些别的 ...
- Perl和操作系统交互(一):system、exec和反引号
调用操作系统命令:system函数 system函数可以直接让perl调用操作系统中的命令并执行. system入门示例 例如: #!/usr/bin/perl system 'date +" ...
- Mybatis的SqlSession运行原理
前言 SqlSession是Mybatis最重要的构建之一,可以简单的认为Mybatis一系列的配置目的是生成类似 JDBC生成的Connection对象的SqlSession对象,这样才能与数据库开 ...