Game Development Community

Odescript

by Juha Eerola · in Torque Game Engine · 01/23/2007 (1:44 am) · 2 replies

I can't get ODEScript work with TGE.
1>..\engine\odescript\odeshape.cc(28) : error C2065: 'shadowEnable' : undeclared identifier
1>..\engine\odescript\odeshape.cc(29) : error C2065: 'shadowCanMove' : undeclared identifier
1>..\engine\odescript\odeshape.cc(30) : error C2065: 'shadowCanAnimate' : undeclared identifier

Where I need to define those?

#1
01/23/2007 (1:51 am)
Comment out those three lines in odeshape.cc.

They're purely eye candy, and presumably you're using 1.4, which doesn't support shadows like that by default

Gary (-;
#2
01/23/2007 (4:01 am)
Haha!

I've been trying to do something for those errors for weeks and now...
... haha... ehh... *cough*
Well, I'll do that when I get back to home :) Thanks!

- Juha