Ask a Question related to Macromedia Director 3D, Design and Development.
-
dsdsdsdsd #1
how to tell if an object is a model or a camera
hello;
I have a repeat loop that goes through all the children of a model; however my
camera is parented to the model also; when the loop gets to the camera child I
get an error because I ask the question:
if child.resource.type =#fromfile ...
cameras do not have model resources;
how can I determine if a child is a model or a camera?
thanks
dsdsdsdsd
dsdsdsdsd Guest
-
#38484 [Asn->Bgs]: cannot extract correct camera make and model
ID: 38484 Updated by: iliaa@php.net Reported By: camka at email dot ee -Status: Assigned +Status: ... -
attaching the camera to a model
hi I have a house and i want my camera to rotate round the house.so for this i have taken a model from 3d which is animated round the house and i... -
Question: Model follows Camera
Dear all I would like to create a user interface like CounterStrike or doom. First I create a dummy sphere and add the camera as a child node. The... -
both mouse buttons down to move model/camera
Hi Andrew, To detect whether both mouse buttons are depressed, check mouse properties. The mouseDown is for the left button, the rightMouseDown... -
question abuot model pointto camera
I have create a plane and map texture, but it always point to camera with the edge, not face. How should i modify it? -
Karl Sigiscar #2
Re: how to tell if an object is a model or a camera
By using ilk(obj)
Will return either #camera or #model
Karl Sigiscar Guest
-



Reply With Quote

