how to combine the robot and maze environment inside one wrl file?

1 view (last 30 days)
Hi. I am working simulink 3D animation, doing a maze environment and a robot. the robot must navigate in side this maze. both two environments are done using solidworks and converted to wrl file and Meters as unit. i tried to use VR sink parameters block to create new wrl file and combine the robot and it maze inside it. but the out put of this new wrl file's graph is not correct, the robot should be inside the maze. But what i got is the opposite. the maze is inside the robot, and dimension of the robot become bigger than its maze.
*wrl means VRML97 standard.
can some one guide me on how to overcome this problem. thank you all

Answers (1)

Jan Houska
Jan Houska on 28 Nov 2014
You can try to wrap either the robot or the maze (or both) by a VRML97 Transform node. This node has a scale field that allows you to scale its children, so you can adjust the scale of your objects as you need.
  1 Comment
good
good on 7 Dec 2014
Edited: good on 7 Dec 2014
thank you MR Jan Houska for your kind answer and quick response. indeed i tried this way but dose not work out, can i upload these files here in order to take a look on it .
thanks

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!