Gehe zu Anwendung: [
0
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
]
Gehe zu RPM-Paket: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
freewrl: A VRML/X3D viewer
 |
|
 |
|
 |
|
(auf gut Glück) | |
(meist engl.) | |
(falls vorhanden) | |
Name: | freewrl |
Hersteller: | obs://build.opensuse.org/home:lrupp |
Version: | 1.22.7_pre1 |
Lizenz: | GNU LESSER GENERAL PUBLIC LICENSE version 3 or any later |
Release: | 1.1 |
- Zusammenfassung (meist engl.)
- FreeWRL is a VRML client with the following features:
* FreeWRL supports the VRML97 and X3D open standards
* FreeWRL is confirmed as "Interchange Profile" conformant
by the Web3d Consortium
* FreeWRL runs on OSX and Linux, it runs within Web browsers,
or standalone
* FreeWRL is ReWire and MIDI enabled for sound-based interaction
* FreeWRL is able to interconnect to other programs using MIDI,
or the EAI and SAI external programming interfaces
Authors:
--------
John Stewart
Arch: i586
Installieren: |
|
Status: |
|
Umfang: | 455 KiB |
Paket enthält Anwendung:
freewrl

freewrl_msg

freewrl_snd

Changelog
- * Fri Dec 21 13:00:00 2007 lars@linux-schulserver.de
- initial version 1.19.8
- * Mon Feb 4 13:00:00 2008 lars@linux-schulserver.de
- update to 1.20.1
- * Thu Mar 13 13:00:00 2008 lars@linux-schulserver.de
- update to 1.20.2:
- better handle nodes with few pixels visible
- Linux Firefox/Opera/Icecape/Mozilla plugin - reworked to prevent
a possible synchronization problem at plugin startup.
- ReWire and MIDI nodes on OSX - code now works on OSX 10.5.
- Javascript "initialize()" - if parsing was required (eg,
createVrmlFromString) a thread lock would happen. Initialize()
call moved out of parse thread to the callers thread.
- SphereSensor, PlaneSensor, TouchSensor, CylinderSensor; on Linux,
these nodes would continuously send "_changed" events when the
nodes were active; now only sends events when values change
(and, node is active)
- ConsoleMessage had a potential memory overrun on large messages;
messages truncated if too large.
- Many, many Javascript changes, especially around SFNode and
MFNode implementations.
- comment out movie-snapshot code, pending rethink.
- Nodes with a "bindTime" outputOnly were not sending events
correctly; fixed.
- VRML/Classic - using SF* datatypes where MF* types were expected
could lead to invalid data being used - fixed.
- XLib errors limited to 20; more than that FreeWRL exits.