This site requires JavaScript, please enable it in your browser!
Greenfoot back
GreenHouse
GreenHouse wrote ...

2013/10/2

Greenfoot 3D

1
2
3
4
5
JetLennit JetLennit

2013/10/17

#
Still doesn't work when I do that method
Can you update your scenario so I can take a look at it? It would help if GreenHouse would post a scenario that shows off the beta, instead of his alpha, so we know what to do.
JetLennit JetLennit

2013/10/18

#
Is there any collision detection beetween Actor3D and camera?
Not that I've seen.
erdelf erdelf

2013/10/20

#
when I use obj files for the geometry, it returns a nullpointerexception. Is that normal?
GreenHouse GreenHouse

2013/10/20

#
Well let me think... Nope it's not normal :) the setGeometry can create geometries from files (.obj . .3ds, .md2, ..) - they need to be in the /objects directory - or simple geometries like Sphere Cone Cube Plane etc... can you mail me the nullpointerexception pls? :D
erdelf erdelf

2013/10/20

#
send, btw. it is placed in the objects folder, I double checked this
GreenHouse GreenHouse

2013/10/20

#
hm... crashing at com.threed.jpct.Loader.loadOBJ(Loader.java:820), so there is nothing i can do for you. I am not allowed to manipulate the source of jpct. Try to check if everything is ok with your model...
erdelf erdelf

2013/10/21

#
obj files doesnt seem to work in general, i tried it with ten different models but i get the same nullpointer everytime
erdelf erdelf

2013/10/21

#
i have another problem, i use the rotateX method, but when i give a float as an argument, it says incompatible types, but I looked in the source and there the argument needs to be a float
GreenHouse GreenHouse

2013/10/21

#
Incompatible types tells you the type you passed, and the type that was needed. Are you sure you passed float? Like 1.5!AAARGH!! f (don't forget the f! :D )
GreenHouse GreenHouse

2013/10/21

#
Yeah... without the !AAARGH!!... May someone please code the 'edit' or 'delete' buttons for posts?
davmac davmac

2013/10/21

#
There is an edit link for the most recent post (only). So if you mess up you can change it. However, having posted another message, you prevented yourself from fixing the previous one! (and of course by me posting this message you are then unable to edit your most recent one).
danpost danpost

2013/10/21

#
GreenHouse wrote...
Yeah... without the !AAARGH!!... May someone please code the 'edit' or 'delete' buttons for posts?
Posts can be edited as long as it is still the last one posted for that discussion. Next time you post something in a discussion thread, look (immediately -- before someone else posts in that thread) under your icon for that post. And for deleting -- well, that would be nice. Even if it held the same rules as editing as to when you can do it. But, other users who have used that thread would have been notified of your post; so, it is probably best if you just edit it and change the text to 'NVM' or something.
erdelf erdelf

2013/10/21

#
Greenhouse, it doesnt tell me what i passed and what i need. And even if i cast it to a float it still gives me this error
There are more replies on the next page.
1
2
3
4
5