xLightsSequencer / xLights

xLights is a sequencer for Lights. xLights has usb and E1.31 drivers. You can create sequences in this object oriented program. You can create playlists, schedule them, test your hardware, convert between different sequencers.
GNU General Public License v3.0
539 stars 200 forks source link

Mesh of property does not render #1454

Closed thekameleon closed 5 years ago

thekameleon commented 5 years ago

I can add the mesh of the property but it comes up invisible unless I select the Mesh Only check box in which I see the green wireframe mesh. When I open it in AutoCad MeshMixer, it renders as expected. The obj was created using Pix4d

House_simplified_3d_mesh2.zip

AzGilrock commented 5 years ago

It's not going to work without the material file referenced inside that OBJ file you provided. You need to get all the files involved (OBJ, MTL, PNG, JPG, etc.) and put them all into the same directory and then point xLights to that OBJ file. I would also recommend don't name things with spaces just tends to cause trouble.

thekameleon commented 5 years ago

Correct. They are actually in the same directory? Should I use a specific directory? Like the show directory?

thekameleon commented 5 years ago

OK that is exactly my issue. I removed the space and put all the files under the show directory and it worked perfectly... Thank you guys