WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 22 of 22
Search took 0.00 seconds.
Search: Posts Made By: yak
Forum: Vizard 08-16-2009, 12:04 PM
Replies: 5
Views: 9,193
Posted By yak
I dont think a point can be linked......because...

I dont think a point can be linked......because it isnt really an object. is its for example a .wrl or .3ds or .cgf so i cant really figure out how to link them together.
Forum: Vizard 08-10-2009, 03:01 PM
Replies: 5
Views: 9,193
Posted By yak
how do u link it to the bone if point isnt an...

how do u link it to the bone if point isnt an object. I know how to link object to object but not a point or command to object..


import viz
import viztask
viz.go()


bone = ...
Forum: Vizard 08-05-2009, 12:55 PM
Replies: 5
Views: 9,193
Posted By yak
I want the point to stick to the avatar so if hes...

I want the point to stick to the avatar so if hes walking the point is still on him.. i can only link objects i dont know how to link an object with a point....
thanks you for ur help
Forum: Vizard 08-03-2009, 12:30 PM
Replies: 5
Views: 9,193
Posted By yak
linking

import viz
import viztask
viz.go()




def DrawLineTask():

while True:
Forum: Vizard 07-28-2009, 12:34 PM
Replies: 2
Views: 7,197
Posted By yak
I dont even know how to do that....I am somewhat...

I dont even know how to do that....I am somewhat new to 3dsmax
Forum: Vizard 07-27-2009, 01:54 PM
Replies: 2
Views: 7,197
Posted By yak
a reflective action

import viz
viz.go()

#Initialize avatar
male = viz.add('vcc_male.cfg')
male.setPosition(0,0,5)
male.setEuler(180,0,0)

ANIM = 10
DUR = male.getDuration(ANIM)
Forum: Vizard 07-21-2009, 11:22 AM
Replies: 0
Views: 13,140
Posted By yak
adding more than 1 action for avatar animation slider control

import viz
viz.go()

#Initialize avatar
male = viz.add('vcc_male.cfg')
male.setPosition(0,0,5)
male.setEuler(180,0,0)

ANIM = 6
DUR = male.getDuration(ANIM)
Forum: Vizard 07-20-2009, 12:12 PM
Replies: 2
Views: 8,205
Posted By yak
I understand that part because I experimented...

I understand that part because I experimented with it..what I want to do is to either have multiple sliders to control different actions or from a push of a button have teh actions automatically...
Forum: Vizard 07-16-2009, 01:28 PM
Replies: 2
Views: 8,205
Posted By yak
help with slider code

import viz
viz.go()

#Initialize avatar
male = viz.add('vcc_male.cfg')
male.setPosition(0,0,5)
male.setEuler(180,0,0)

ANIM = 6
DUR = male.getDuration(ANIM)
Forum: Vizard 07-15-2009, 01:18 PM
Replies: 3
Views: 7,760
Posted By yak
What if I want to make multiple sliders that...

What if I want to make multiple sliders that control different actions such as walking or jumpin, what should I add in the code?
Forum: Vizard 07-13-2009, 01:59 PM
Replies: 3
Views: 7,760
Posted By yak
thanks you your teh man!

thanks you your teh man!
Forum: Vizard 07-11-2009, 12:27 PM
Replies: 3
Views: 7,760
Posted By yak
meaning of code

Hi i was wondering what this code means

import viz

viz.go()

wheelbarrow = viz.add('vcc_male.cfg')
wheelbarrow.translate(0,1,3)

wheelbarrow.state(2)
Forum: Vizard 07-09-2009, 01:16 PM
Replies: 3
Views: 6,256
Posted By yak
what I want to do is im trying to get my slider...

what I want to do is im trying to get my slider to control one cycle of walking involved with the vcc_male.cfg model. i hope that makes sense..
Forum: Vizard 07-09-2009, 01:11 PM
Replies: 3
Views: 6,256
Posted By yak
the vizard tutorial examples...the example...

the vizard tutorial examples...the example involving slider controls..
Forum: Vizard 07-08-2009, 08:04 PM
Replies: 3
Views: 6,256
Posted By yak
explaination

can some one please explain this code for me? thank you


def myslider(obj, pos):
wheelbarrow.runAction( vizact.(0,-1,0,500*pos) )
Forum: Vizard 07-06-2009, 01:46 PM
Replies: 0
Views: 6,291
Posted By yak
how to create an painting application

I am stuck with a problem. I need to figure out how to create an python application to allow me to paint or draw on the interface or my 3d model. I understand how to link it but i need to know how to...
Forum: Vizard 06-02-2009, 12:16 PM
Replies: 3
Views: 8,833
Posted By yak
what doe you mean by this...when Can i use...

what doe you mean by this...when Can i use this....I have an application where my 3d human model is walking in place infinitaly but i want to be able to freeze or pause it.
Forum: Vizard 06-02-2009, 11:38 AM
Replies: 4
Views: 8,066
Posted By yak
i have an application where i have my 3d human...

i have an application where i have my 3d human model walking but i want it to freeze...or pause how can i do that.
Forum: Vizard 05-30-2009, 08:05 PM
Replies: 3
Views: 11,053
Posted By yak
so Are you saying if I export the human 3d model...

so Are you saying if I export the human 3d model as a Cal3D file, it will make the human 3d model be interactive in vizard.
Forum: Vizard 05-30-2009, 07:14 PM
Replies: 1
Views: 7,114
Posted By yak
probem

I cant seems to get anything to run on vizard when I click the run button I get an error...I tried to follow the tutorial on teh worldviz site where I drag teh room.wrl file....then i click run but i...
Forum: Vizard 05-30-2009, 07:05 PM
Replies: 0
Views: 7,952
Posted By yak
how to make the mouse pointer pain...

I am stuck on a dilemma. I was wondering if anyone knows how to help me make an application where my mouse can paint on the avatar...

thanks.
Forum: Vizard 05-27-2009, 12:11 PM
Replies: 3
Views: 11,053
Posted By yak
Importing a 3d human model and getting it to interact.

I am trying to import a model from 3ds max and saved it as a .wrl however when i import it in vizard I can interact with it. I can only interact with the vizard model (vcc_male.cfg). How can I import...
Showing results 1 to 22 of 22

 
Forum Jump

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


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