ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] VRML - чем/как смотреть?
@ 2004-04-25  0:59 Oleg N. Kayunov
  2004-04-25  9:47 ` Unatine
  2004-04-25 13:28 ` [Comm] " Michael Shigorin
  0 siblings, 2 replies; 3+ messages in thread
From: Oleg N. Kayunov @ 2004-04-25  0:59 UTC (permalink / raw)
  To: AltLinux MalList (to)

    А чем, собственно, под Линукс смотреть VRML-файлы (расшмрение wrl)?
Ни дин из броузеров не признает их ни за своих ни, хотябы, за mime-тип с 
коим ему известно что делать. :-(
Даже не предлагает загрузить надлехащий плагин (что, собственно, и 
ожидалось).

    Поиск чего-то родного (для Master 2.2) дает:
[oleg@base oleg]$ apt-cache search VRML
perl-PDL - PerlDL, an efficient numerical language for scientific computing

что, ИМХО, как-то не совсем то.

    Или я в корне неправ?

-- 
== В действительности все обстоит совершенно иначе чем на самом деле. ==
	BR, Oleg N. Kayunov.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Comm] VRML - чем/как смотреть?
  2004-04-25  0:59 [Comm] VRML - чем/как смотреть? Oleg N. Kayunov
@ 2004-04-25  9:47 ` Unatine
  2004-04-25 13:28 ` [Comm] " Michael Shigorin
  1 sibling, 0 replies; 3+ messages in thread
From: Unatine @ 2004-04-25  9:47 UTC (permalink / raw)
  To: community

Oleg N. Kayunov wrote:
>    А чем, собственно, под Линукс смотреть VRML-файлы (расшмрение wrl)?
> Ни дин из броузеров не признает их ни за своих ни, хотябы, за mime-тип с 
> коим ему известно что делать. :-(
> Даже не предлагает загрузить надлехащий плагин (что, собственно, и 
> ожидалось).

http://openvrml.org/index
http://freewrl.sourceforge.net/index.html


-- 
WBW, Unatine
mailto:unatine@pisem.net
xmpp://unatine@jabber.ru


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Comm] Re: VRML - чем/как смотреть?
  2004-04-25  0:59 [Comm] VRML - чем/как смотреть? Oleg N. Kayunov
  2004-04-25  9:47 ` Unatine
@ 2004-04-25 13:28 ` Michael Shigorin
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Shigorin @ 2004-04-25 13:28 UTC (permalink / raw)
  To: community


[-- Attachment #1.1: Type: text/plain, Size: 414 bytes --]

On Sun, Apr 25, 2004 at 04:59:27AM +0400, Oleg N. Kayunov wrote:
> А чем, собственно, под Линукс смотреть VRML-файлы (расшмрение wrl)?

http://www.csv.ica.uni-stuttgart.de/vrml/dune, например

Спек прицеплен -- если кому надо, заливайте в сизиф.  Мне просто
как-то не особо => не хочется лишний пакет на душу брать.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/

[-- Attachment #1.2: white_dune-0.27beta97.spec --]
[-- Type: text/plain, Size: 3108 bytes --]

Name: white_dune
Version: 0.27beta97
Release: alt1

Summary: A graphical VRML97 editor, simple NURBS 3D modeller and animation tool
License: GPL
Group: Graphics

Url: http://www.csv.ica.uni-stuttgart.de/vrml/dune
Source: %url/%name-%version.tar.gz

# Automatically added by buildreq on Mon Apr 05 2004
BuildRequires: XFree86-devel XFree86-libs flex gcc-c++ hostinfo java-common libGLU-devel libglut-devel libjpeg-devel-static libstdc++-devel openmotif-devel xterm zlib-devel

%description
The white_dune program is a graphical VRML97 editor, simple NURBS 3D modeller
and animation tool.
VRML97 (Virtual Reality Modelling Language) is the ISO standard for
displaying 3D data over the web. It has support for animation, realtime
interaction and multimedia (image, movie, sound). VRML97 can be written
by popular programs like maya, catia, 3D Studio MAX, cinema4D and others. 
Dune can read VRML97 files, display and let the user change the 
scenegraph/fields. 
Some documentation how to use dune is included.
White_dune has only 3D modelling features via support for the VRML97
Amendment1 style NURBS nodes. This is mainly convenient for building some 
rounded shapes.
For artistic work, the usage of a static 3D modeller with VRML97 export 
features may be useful.
Examples for free (speech) static 3D modellers available under Linux are 
wings3d or art of illusion.

%prep
%setup -q

%build
%configure \
	--with-optimization \
	--without-devil \
	--with-vrmlbrowser=mozilla \
	--with-helpurl="%_docdir/%name-%version/docs/index.html" \
	--with-vrml97am1url="%_datadir/misc/%name" \
	--with-x3ddrafturl="%_datadir/misc/%name" \
	--with-scriptednodesurl=="%_datadir/misc/%name"
	#--with-buginlesstif \
%make RPM_OPT_FLAGS="%optflags" 

%install
%__mkdir_p %buildroot{%_x11bindir,%_bindir,%_man1dir}
%__mkdir_p %buildroot%_datadir/misc/%name

%__install -m 755 bin/dune %buildroot%_x11bindir/dune
%__install -m 755 bin/dune4kids %buildroot%_x11bindir/dune4kids
%__install -m 755 bin/illegal2vrml %buildroot%_bindir/illegal2vrml
%__install -m 644 man/dune.1 %buildroot%_man1dir/dune.1
%__install -m 644 man/illegal2vrml.1 \
	%buildroot%_man1dir/illegal2vrml.1
%__install -m 644 docs/vrml97Amendment1/NurbsCurvePROTO.wrl \
	%buildroot%_datadir/misc/%name/NurbsCurvePROTO.wrl
%__install -m 644 docs/vrml97Amendment1/NurbsGroupPROTO.wrl \
	%buildroot%_datadir/misc/%name/NurbsGroupPROTO.wrl
%__install -m 644 docs/vrml97Amendment1/NurbsSurfacePROTO.wrl \
	%buildroot%_datadir/misc/%name/NurbsSurfacePROTO.wrl
%__install -m 644 docs/x3dDraft/LoadSensorPROTO.wrl \
	%buildroot%_datadir/misc/%name/LoadSensorPROTO.wrl
%__install -m 644 docs/scriptedNodes/SuperEllipsoidPROTO.wrl \
	%buildroot%_datadir/misc/%name/SuperEllipsoidPROTO.wrl
%__install -m 644 docs/scriptedNodes/SuperShapePROTO.wrl \
	%buildroot%_datadir/misc/%name/SuperShapePROTO.wrl

%files
%doc README docs/
%_datadir/misc/%name/
%_x11bindir/*
%_bindir/*
%_man1dir/*

%changelog
* Tue Apr 06 2004 Michael Shigorin <mike@altlinux.ru> 0.27beta97-alt1
- spec cleanup

* Tue Apr 06 2004 Alexey Beleckiy <sinister@altlinux.ru> 0.27beta97-alt1
- EMT build 


[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-04-25 13:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-25  0:59 [Comm] VRML - чем/как смотреть? Oleg N. Kayunov
2004-04-25  9:47 ` Unatine
2004-04-25 13:28 ` [Comm] " Michael Shigorin

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git