Questions tagged [vrml]

VRML is a 3D markup language implemented as a browser plug-in.

VRML (Virtual Reality Modeling Language, pronounced vermal or by its initials, originally—before 1995—known as the Virtual Reality Markup Language) is a standard file format for representing 3-dimensional (3D) interactive vector graphics, designed particularly with the World Wide Web in mind. It has been superseded by X3D.

93 questions
0
votes
1 answer

Displaying large VRML file

I've VRML file that is 4.2GB big (!) and consists of 10 different shapes. This is cloud of points (no edges or triangles). How can I display such a big object? Everything I've tried just freezes. Is there any tool I can use for point optimization in…
Xyz
  • 1,522
  • 17
  • 23
0
votes
0 answers

Java exception error using MATLAB vrml

The following exception error occurs when I try to add a transform node in the 3D World Editor in MATLAB and it's driving me crazy: Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: No enum constant…
0
votes
1 answer

VRML or X3D to Direct3D object convertor

Is there a tool available to convert VRML or X3D file to Direct3D .x object? Or is there a code snippet for the same?
bdhar
  • 21,619
  • 17
  • 70
  • 86
0
votes
1 answer

VRML is not asoriginal after loading using three.js

i'm trying to load VRML models using VRMLLoader from three.js (here is a link: http://cadcamge.ch/lasha/vrmlviewer/) and have some problems with colors cause every surface has different color i want to load as solid this Three.js - VRML Loader isn't…
FatLasha
  • 5
  • 2
0
votes
0 answers

loading vrml file into three.js java script program

I am not able to load my company vrml(.wrl) model in the three.js java script program , my .wrl model is 13MB in memory. I would like to know the reason for that and how can i load that into three.js program?
0
votes
0 answers

How to extract coordinates of voxels/how to discretise a 3d object?

I want to do some maths (translation, rotation, etc) with 3d objects which interact. At the moment, I have VRML, X3d, Maya and .jvxl versions of a 3d structure. I can visualize them just fine but I want to store these files as coordinates from a…
Franz
  • 191
  • 4
0
votes
1 answer

Draw hole in solid shape using x3d/vrml

I'm new to x3d/vrml and I'm trying figure out how to punch a hole in a solid shape. For example, a 6x6x2 cube with a smaller 2x2x2 cube in the middle to create a hollow shape. I have tried extrusion and indexedFaceSet without success. I haven't …
0
votes
2 answers

VRML file loading issue in three.js

I am trying to load vrml or wrl file using vrmlloader.js which is available in three.js library. After loading this file its showing nothing its showing only white blank page. Content of VRML file is available here :…
user4486530
0
votes
1 answer

VRML: Prevent avatar from collision

I am designing a simple game using VRML V2.0. But there is a problem. I need to create an avatar and allow this avatar to move. Then create walls and exhibit the avatar from crossing the walls using collision detection and prevention. But how to…
0
votes
1 answer

How to Load a VRML model on PaperVision3d?

im very new at papervision3d, i know in order to display a .DAE model i use this import flash.events.Event; import org.papervision3d.objects.parsers.DAE; [SWF(width=640, height=480, backgroundColor=0x808080, frameRate=30)] public class Earth…
DomingoSL
  • 14,920
  • 24
  • 99
  • 173
0
votes
1 answer

3D model renders partially dark on ARToolKit

I try to display a simple 3D model on ARToolKit but it renders partially dark for some reason. If I display the model in a .wrl viewer like Cortona3D it looks perfect, so the problem must be ARToolKit. How can I fix this? The model was made and…
David Prieto
  • 2,239
  • 4
  • 32
  • 51
0
votes
0 answers

How to embed vrml animation on android html application

I want to embed a vrml animation (file type = .wrl) in my android html application, build with CLI phonegap. It is working correctly with a JPG image, but I can not make it run with my vrml file. Here is a simple example that what I want to…
0
votes
1 answer

Three.js - VRML Loader

I'm trying to use the Three.js with VRML (WRL) models. What I am wondering is that the model is loaded with variations of colors (colored). How can I load the model in solid color as the original file? My example is:…
Diego
  • 3
  • 1
  • 2
0
votes
2 answers

How to access the animation from a VRML file using three.js?

Is it possible to access the animation from the VRML file using three.js. With collada it works, but in the case of VRML I don't see a animation field in the event.content object. I'm aware of this…
Echoes137
  • 55
  • 7
0
votes
1 answer

Command line with blender

I'm looking for a Command line in Blender to convert a VRML file to a Collada one Does anyone know how to do it ? Thank you
user3548574
  • 87
  • 1
  • 2
  • 10