Hi Gidon,
My name is Michelle, and I'm a Program Manager in Office in charge of 3D support. Thanks for reaching out with this issue, and think we have a workaround for you to try, which will disable the document default lighting. There currently isn't any friendly UI to manipulate lights in Office, so we suggest manipulating the XML directly to edit/add/remove lights in a document.
Here are the steps to try:
- Insert a 3D model into a PowerPoint doc (pptx)
- Crack open the .pptx file with an XML editor (or rename the .pptx to .zip and use a normal text editor), find the “ppt/slides/slide[n].xml” doc containing the model
- Find and remove the lighting sections, which will all begin with "am3d:ambientLight" and "am3d:ptLight", for ambient and point lights, respectively.
- Save the changes and rename the .zip file back to .pptx
- Open back up in PowerPoint
We think that if you remove all of the point lights, or the point lights plus the ambient light, then the model will look more like you intended. The lights are properties of a 3D model, and will stick with the model as it is copied/pasted around between slides or apps, so there isn't a good way to clone these lights to other 3D models with UI.
Here is a link to the XML schema for the am3d namespace (Office Model3D file format) for reference. There is no documentation for the Model3D schema at this site unfortunately. We did write documentation a couple years ago, but it seems it was not published yet to the official spec for Open Office XML, ECMA-376. It might be out there in the public domain somewhere, but couldn't find it with a cursory search.
Please let us know how it goes!
Regards,
Michelle