No advanced topic here, just some simple/silly/useless problems that slip into my mind during lunch break. Free use the contents in any way you like.
Jan 31, 2008
Tip: Import 3D Model
For whatever reason, some 3D models have to be imported in Mathematica. The 3D model is stored as OBJ file. When it is imported, it loses the texture information.
(* set the color *) roof = Import["greenroof.obj"] roof = roof /. {l_Line :> {Thick,Black, l}, p_Polygon :> {FaceForm[Darker[Green]], p}}
No comments:
Post a Comment