Imported OBJ File just blank screen
See original GitHub issueHi,
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:
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:
Can you fix this? Project is attached. display3D-master.zip
Thanks!!!
Issue Analytics
- State:
- Created 6 years ago
- Comments:17 (7 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I want to access the .Center Property of the found object but I can´t access it? Why?
i have same Problem (imported OBJ file using Pywavefront) Just Blank screen and CRASH in pycharm