WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 08-03-2015, 07:24 AM
Erikvdb Erikvdb is offline
Member
 
Join Date: May 2013
Posts: 63
If you want the doors to open in a linear fashion, you could easily just export the doors as separate objects and apply a vizact.moveTo.

Here's a snippet of code I used for a recent project:
Code:
import viz
import vizact

obj_door = viz.add('door.osgb',viz.WORLD,1)

def onDoorOpen():
    open = vizact.moveTo([1.5,0,0],time=0.9)
    obj_door.addAction(open)
Reply With Quote
Reply

Tags
3ds max, animation, non-skeletal


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
Vizard 4 Beta Testing farshizzo Vizard 0 02-01-2011 10:46 AM
Clarification on CAL3D Avatar Animation in Vizard shivanangel Vizard 2 11-22-2010 07:16 AM
2d text placing to max animation in vizard kasdeja Vizard 2 07-07-2009 01:34 PM
Vizard tech tip: Using the Python Imaging Library (PIL) Jeff Vizard 0 03-23-2009 11:13 AM
Export from 3Ds Max to Vizard pattie Vizard 5 08-26-2006 11:20 AM


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


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