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常用命令英文全称与中文解释
man: Manual 意思是手册,可以用这个命令查询其他命令的用法. pwd:Print working directory 意思是密码. su:Swith user 切换用户,切换到root用户 ...
- 健康,home? [java的内存浅析]
摘要: 原创出处: http://www.cnblogs.com/Alandre/ 泥沙砖瓦浆木匠 希望转载,保留摘要,谢谢! 乐观上上,how can other kno u,u r yoursel ...
- Spring Boot 1.5升级2.1 主要问题汇总
我们目前工作的系统是基于Spring Boot 1.5.19.RELEASE.Spring Cloud Edgware.SR3开发的,因为一个新项目开发过程的体验,所以在考虑升级到Spring Boo ...
- [转]java中作用域public private protected 以及不写的区别
在说明这四个关键字之前,我想就class之间的关系做一个简单的定义,对于继承自己的class,base class可以认为他们都是自己的子女,而对于和自己一个目录下的classes,认为都是自己的朋友 ...
- 7-Flink的分布式缓存
分布式缓存 Flink提供了一个分布式缓存,类似于hadoop,可以使用户在并行函数中很方便的读取本地文件,并把它放在taskmanager节点中,防止task重复拉取. 此缓存的工作机制如下:程序注 ...
- leetcode — combination-sum
import java.util.ArrayList; import java.util.Arrays; import java.util.List; /** * Source : https://o ...
- C语言 标准输入 清空缓存
- 开源项目filepond的独立自由之路:城市套路深
微信原文更清晰:https://mp.weixin.qq.com/s/dv39XvvDNlDqvSgrhN2f7A 最近一直在做一个有关独立开发者友链联盟的插件项目,在做到上传头像时,满网络找最好的头 ...
- OpenCV入门之获取验证码的单个字符(二)
在文章 OpenCV入门之获取验证码的单个字符(字符切割)中,介绍了一类验证码的处理方法,该验证码如下: 该验证码的特点是字母之间的间隔较大,很容易就能提取出其中的单个字符.接下来,笔者将会介绍如 ...
- [转]git图解(3):分支操作
本文转自:https://www.jianshu.com/p/342a9f8db004 title_img.png git 的分支是它最明显的特性, 大部分人听别人推荐使用git都会听到“git分 ...