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.bat
on a Windows machine.runX3dEditMac.sh.command
on a Mac.runX3dEditUnix.sh
on 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 Centers
area for theX3D Edit Update Center
entry,
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 Plugins
tab, select the upper-left
Install box for the X3D-Edit plugin,
and then select the lower-leftInstall
button. - You now see a
Welcome To Netbeans IDE Plugin Installer
panel.
Select theNext
button. - It is necessary to accept the open-source license and again select the
Install
button. - 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 theFinish
button. - For confirmation, X3D-Edit now appears on the Plugins panel Installed tab, and you may now close the
Plugins
panel.
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 > Downloaded
to
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 ...
随机推荐
- Linux编程 23 shell编程(结构化条件判断 命令if -then , if-then ... elif-then ...else,if test)
一.概述 在上一篇里讲到了shell脚本,shell按照命令在脚本中出现的顺序依次进行处理,对于顺序操作已经足够了,但许多程序要求对shell脚本中的命令加入一些逻辑流程控制,这样的命令通常叫做 结构 ...
- mysql 开发进阶篇系列 12 锁问题(隔离级别下锁的差异)
1. innodb在不同隔离级别下的一致性读及锁的差异 不同的隔离级别下,innodb处理sql 时采用的一致性读策略和需要的锁是不同的,同时,数据恢复和复制机制的特点,也对一些sql的一致性读策略和 ...
- python 分享一个通过 (key1.key2.key3) 形式获取嵌套字典值的方法
最近在做接口自动化测试,响应的内容大多数是多层嵌套的json数据,如果一层层的去剥,效率不高,脚本繁重,所以写了一个可以通过(key1.key2.key3)形式获取嵌套字典值的方法,如有不对或者需要优 ...
- for循环输出菱形的形状【java】
使用for循环语句输出以下“菱形”效果: * *** ***** ******* ********* ******* ***** *** * 代码 /* * *** ***** ******* *** ...
- 深度学习Trick——用权重约束减轻深层网络过拟合|附(Keras)实现代码
在深度学习中,批量归一化(batch normalization)以及对损失函数加一些正则项这两类方法,一般可以提升模型的性能.这两类方法基本上都属于权重约束,用于减少深度学习神经网络模型对训练数据的 ...
- Hibernate学习(六)———— cascade(级联)和inverse关系详解
序言 写这篇文章之前,自己也查了很多的资料来搞清楚这两者的关系和各自所做的事情,但是百度一搜,大多数博文感觉说的云里雾里,可能博主自己清楚是怎么一回事,但是给一个不懂的人或者一知半解的人看的话,别人也 ...
- npm install -g @angular/cli@latest 失败
一开始的ERROR信息是 error "@angular/compiler-cli" package was not properly installed 尝试方案二时又出现了以下 ...
- Html5游戏开发-图形与动画(一)
最近研究了一下出来了很久的HTML5,总结了一下,准备来个系列,文中也许有很多问题,欢迎大家指正. Canvas介绍 canvas用于在网页中绘制图形的一个元素,具体内容请查看 -> HTML5 ...
- 关于"Could not find acceptable representation"错误
在项目中调用一个第三方服务,第三方服务是用Spring Boot写成的.结果调用时返回"Could not find acceptable representation"错误. 经 ...
- Linux-bc命令(21)
bc 命令是任意精度计算器语言,通常在linux下当计算器用. 它类似基本的计算器, 使用这个计算器可以做基本的数学运算. bc支持运算有以下几种: + - * / % :加,减,乘,除,取余 a^b ...