How to render one object in wireframe while another as shaded in the same view?
All that is required to achieve this is to render one object with a wireframe kind of material while the other with a solid material either using textures or colors.
Steps:
1. Create a kBridge project.
2. Create a Block and Cylinder.
3. Create a 'LineMaterial' and give it a materialname.
4. Add this materialname as the color of the Block object.
The view should now update to display the wireframe block and shaded cylinder.
Note: Make sure the graphics viewer is in 'Shaded' mode.