Questions tagged [3d-modelling]

In 3D computer graphics, 3D modeling (also known as meshing) is the process of developing a mathematical representation of any three-dimensional surface of object (either inanimate or living) via specialized software. The product is called a 3D model.

In 3D computer graphics, 3D modeling (also known as meshing) is the process of developing a mathematical representation of any three-dimensional surface of object (either inanimate or living) via specialized software. The product is called a 3D model.

3D models can be displayed as a 2D image using a process called rendering. 3D models are used in Games, CAD/designing applications, game engines, and in some drawing applications. They are also used in 3d simulations and visualizations.

339 questions
5
votes
3 answers

Is there a way to add an outline in scene kit?

I've been making a game in scene kit, but the edges of objects are difficult to see, making some of the games details impossible to see. Is there a way to make a black outline around all the game objects?
justking14
  • 105
  • 2
  • 7
5
votes
3 answers

3d modeling of human body in the browser?

I am currently working on a personal project (ecommerce site for clothing), I want to create a virtual trial room for the customers. For this I am taking their height, weight and body shape, etc. as an input and based on these inputs I want to…
nitte93
  • 1,820
  • 3
  • 26
  • 42
5
votes
2 answers

Open source motion-capture software

Is there any open source software to map points on the human body to a simulated 3D model? Something like they do in some movies to map the movement of actors onto 3D models. What do they use? Are there any open initiatives for a wider audience in…
luvieere
  • 37,065
  • 18
  • 127
  • 179
5
votes
2 answers

Assimp model has Textures but no Texture Coordinates

I'm using Assimp to load 3D models into my program. Everything has gone dandy so far, except I've come across a Lightwave object that doesn't seem to make sense. Of course it renders nicely in Lightwave, but in Assimp there are no texture…
GraphicsMuncher
  • 4,583
  • 4
  • 35
  • 50
4
votes
2 answers

API for 3D modeling in c#

I want to know what API can i used to create an 3D from sequence of images. my project is to calculate liver volume through CT images. At the moment i'm searching for an API which can generate the liver model via sequence of extracted liver…
jack fernandz
  • 41
  • 1
  • 8
4
votes
1 answer

Blender - Why is my Mesh not moving with my rig?

I imported a .fbx model to blender and made a rig, which I want to attach to the mesh. The problem is, that, after parenting, when I rotate the bones, the mesh is not moving with it. The following links are a few screenshots to make it more clear,…
debaser36
  • 45
  • 1
  • 5
4
votes
2 answers

Determing the direction of face normals consistently?

I'm a newbie to computer graphics so I apologize if some of my language is inexact or the question misses something basic. Is it possible to calculate face normals correctly, given a list of vertices, and a list of faces like this: v1: x_1, y_1,…
Abe
  • 485
  • 5
  • 17
4
votes
2 answers

MalformedURLException: unknown protocol: android

I was trying to adapt the code from this: 3D-model-viewer to my app because I want to insert some models from that kind to show human anatomy. Everything seems fine, I first cloned and tried the original repository, it worked, so I started using…
4
votes
2 answers

UNITY-Changing ONLY certain part of 3D model's color

I'm really new with unity3D and I would like to ask a question I have a 3D human model ( a default unity model) which has a hierarchical bone structure. What I want to achieve here is, when I press certain trigger, I want to color one of its limb…
Richard
  • 140
  • 1
  • 1
  • 10
4
votes
9 answers

Options for Interactive 3D models on web

Could anyone tell me what my practical options are for publishing interactive 3D models on the web? I would think either Flash or Silverlight would be the way to go, but even if this is the case, perhaps there are some frameworks already available…
UpTheCreek
  • 31,444
  • 34
  • 152
  • 221
4
votes
0 answers

Three.js - technique for turning a transparent PNG into a 3D "card" with the geometry of the transparency

The goal is to turn any transparent PNG into a 3D card with a slight thickness and the geometry of the image minus transparency. For example, I'd like to take an image like this one: http://findicons.com/files/icons/730/soft/128/user_male.png and…
Dan
  • 744
  • 1
  • 8
  • 23
4
votes
1 answer

jMonkeyEngine OBJ file does not appear as expected

My Artist created a 3d shoe model as FBX in 3d studio Max . which looks as the following image. i use jMonkeyEngine in my Program, and it does not support FBX file so i export FBX to wavefront OBJ file , the 3d studio max also gives me the…
Mihir
  • 2,480
  • 7
  • 38
  • 57
4
votes
2 answers

Texturing on 3d Blocks using pycollada

I am developing a python script which will be able to generate .DAE (COLLADA) files along with the associated KML files for developing 3D models of buildings. I have the street images of the buildings. By street images, I mean the front face image…
unrealsoul007
  • 3,809
  • 1
  • 17
  • 33
4
votes
1 answer

Model Animation using VTK

I have a VTK data file for a 3D model and I am trying to show a transformation applied to it. I have the point coordinates/polygon data for every state in the transformation (there should be about 10-30 states), i.e. I could write another VTK file…
Hugo
  • 41
  • 1
  • 3
4
votes
2 answers

Building information modelling using html 5 and webGL

We have to build a web application which works somewhat like bim surfer with additional capabilities. It should be able to display in 3D an IFC file with real-time graphics unlike the one shown on their site. An additional capability would be to…
nawfal
  • 70,104
  • 56
  • 326
  • 368
1
2
3
22 23