question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Imported OBJ File just blank screen

See original GitHub issue

Hi,

I have build up a project. First i want to import an *.obj file. Then i want to manipulate it. So that the user can drag an drop elements onto the obj file and they stick to their position. Is this possible?

When i Import an *.obj file it first looks like this:

this is the car i want to import:

image

Then when i say in the project: ` //Path to the model file private const string MODEL_PATH = “natla car.obj”;

    public MainWindow()
    {
        InitializeComponent();
        ModelImporter import = new ModelImporter(); Model3DGroup model1 = import.Load(MODEL_PATH); model.Content = model1;

    }

`

The Screen looks like this, happening with all my *.obj files. Even Demos from the internet:

image

Can you fix this? Project is attached. display3D-master.zip

Thanks!!!

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:17 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
sweti3commented, Mar 16, 2018

I want to access the .Center Property of the found object but I can´t access it? Why?

image

0reactions
hoseinCodecommented, Sep 28, 2020

i have same Problem (imported OBJ file using Pywavefront) Just Blank screen and CRASH in pycharm

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to see anything after importing .obj file
Imported objects from other file formats, are often times really small, ... First step is to make sure anything was actually imported.
Read more >
import obj, result empty
When i import these files i can see only the "scene window" with all the surfaces but the drawing seems not loaded and...
Read more >
Importing OBJ files shows nothing inside Maya
Hi, when i import OBJ files, everything goes normal and the imported file appear in the layers outline but inside the screen nothing...
Read more >
I import OBJ from Cinema4D but it show only a blank in ...
I import OBJ from Cinema4D but it show only a blank in Maya. Hello! I draw spline vertex and extrude them to make...
Read more >
Issues importing OBJ files - Solids Modeling
I have been attemping to download 3D models in to VW 2020. The files are OBJ ext. with MTL and JPG files attached....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found