View Single Post
  #4  
Old 02-05-2016, 04:48 AM
Seadna Seadna is offline
Member
 
Join Date: Nov 2015
Posts: 40
Hi Jeff I figured it out. The code snippet I was working from had these lines:

bb = controlPanel.getBoundingBox()
canvas.setRenderWorldOverlay([bb.width + 5, bb.height + 5], fov=bb.height * 0.12, distance=3.0)

I removed them and its all fine now.
Reply With Quote