WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 10-28-2016, 01:39 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Try the following code to place the user in the maze and lower the eyeheight so they are not above the height of the walls:

Code:
import viz

viz.setMultiSample(4)
viz.fov(60)
viz.go()

ground = viz.add('ground.osgb')
maze = viz.add('RoomMaze2.dae')
maze.zoffset()

viz.MainView.collision( viz.ON )
viz.MainView.setPosition([-13,0.5,0.5])
viz.MainView.setEuler([90,0,0])
viz.eyeheight(0.5)
Are there textures for the walls and floor or did you change the material some other way? I'm not sure what material changes in blender carry over to the collada file. You might try loading the model in another viewer that supports collada and see if it also happens there.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
load jpg/bmp image file into wirtual world johnallen Vizard 1 12-16-2014 04:57 PM
ERROR: Failed to load .ive file turgutm Vizard 1 09-16-2010 05:16 AM
Failed to load wav file BrynJ Vizard 1 04-24-2008 09:35 AM
Could not find plugin to load objects... halley Vizard 1 05-30-2006 11:01 AM
File Path 4 Object Load softscan2 Vizard 1 09-23-2005 08:59 AM


All times are GMT -7. The time now is 02:22 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC