Welcome Guest [Log In] [Register]
We hope you enjoy your visit.


You're currently viewing the Ultimate 3D Community as a guest. This means that you can only read posts, but can not create posts or topics by yourself. To be able to post you need to register. Then you can participate in the community active and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.

Join our community!

If you are already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
error message?
Topic Started: Oct 1 2008, 02:08 AM (294 Views)
spiff88
Advanced Member
[ *  *  * ]
i really didnt do anything that could of messed with that sort of thing but when i run the program i get an error message saying "unknown variable u3d_index" how do i fix this?
Offline Profile Quote Post Goto Top
 
Gandalf20000
Member Avatar
Geek
[ *  *  *  *  *  * ]
"u3d_index" is a variable used by U3D to identify objects. Chances are, you used a "with all" statement and something that should only be done with U3D objects, and one of your objects doesn't use U3D. It can be fixed by using "variable_local_exists("u3d_index")".
Offline Profile Quote Post Goto Top
 
MysteriXYZ
Member Avatar
Master Matrix Masher
[ *  *  *  *  *  * ]
spiff88
Oct 1 2008, 02:08 AM
i really didnt do anything that could of messed with that sort of thing but when i run the program i get an error message saying "unknown variable u3d_index" how do i fix this?
This error can occur when you call a function like ApplyParallaxAndBumpMapping(...) which requires U3D object ID's as parameters (in this case lights) and those objects aren't created yet.
U3D is like candy; after extensive consumption, it's Best to brush.
Offline Profile Quote Post Goto Top
 
spiff88
Advanced Member
[ *  *  * ]
i had that function but removed it and it still giving me the same crap and where do i put variable_local_exists(ued_index)?
Offline Profile Quote Post Goto Top
 
« Previous Topic · Questions about Ultimate 3D · Next Topic »
Add Reply