WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 06-16-2008, 09:48 PM
guxmy01 guxmy01 is offline
Member
 
Join Date: May 2008
Posts: 3
how to create ground?

rather than using the provided script for ground (viz.add('tut_ground.wrl')), how can i insert my own ground?is it in jpeg format or wrl?
Reply With Quote
  #2  
Old 06-17-2008, 10:38 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
If you want to apply your own texture to the existing ground model then you can use the following code:
Code:
tex = viz.add('mytexture.jpg')
ground = viz.add('tut_ground.wrl')
ground.texture(tex)
Or you can create your own ground model using a 3D editor and import it directly into Vizard.
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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
questions on how to create a form xingxing Vizard 15 06-13-2008 04:19 PM
How to create a sky? guxmy01 Vizard 1 05-28-2008 12:07 PM
Create my own animations michelcm3 Vizard 1 09-21-2007 09:53 AM
how to create morph from the comple characters CD michelcm3 Vizard 9 07-19-2007 10:15 AM


All times are GMT -7. The time now is 11:10 AM.


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