Feature Requests.

Return to Panda Features in Development

Postby birukoff » Fri May 16, 2008 9:48 am

Feature request: box collision solid.
Thanks to pro-rsoft for his shadow mapping feature for the shader generator!
User avatar
birukoff
 
Posts: 424
Joined: Thu Nov 08, 2007 7:03 am
Location: Russia, Moscow

Postby Cyan » Sun Jun 08, 2008 1:57 am

Impostors for LODing. Maybe I can help with this one?
User avatar
Cyan
 
Posts: 215
Joined: Fri Jul 14, 2006 12:26 pm
Location: Utah

Postby MattL920 » Sat Jun 14, 2008 6:08 pm

A package for MacOSX so we can easily install it without having to compile from source (which never seems to want to work properly on osx, even with all the instructions I've found on how to do that).

There are already installers for windows and linux, doesn't seem fair that Mac users are left out from the party! :)
MattL920
 
Posts: 34
Joined: Tue Jun 10, 2008 7:03 pm

Postby timoshii » Thu Jul 31, 2008 2:38 pm

autoshader addon....automatic ocean shader that also applies moving waves or does that belong in the physics departmen? anyway I need an ocean/lake shader that would be cool. :) and i say autoshader b/c maya has such feature as to add an ocean shader to a texture and for panda to automatically read this it would be nice :)
timoshii
 
Posts: 112
Joined: Mon May 12, 2008 12:14 am

Postby rdb » Thu Jul 31, 2008 3:11 pm

MattL920, your request is being granted. I just finished the new OSX support of makepanda, including automatic installer binary generation.
Im just polishing it off right now.
I prefer e-mail over PM
rdb
 
Posts: 8549
Joined: Mon Dec 04, 2006 5:58 am
Location: Netherlands

Postby MattL920 » Thu Jul 31, 2008 5:09 pm

Pro, you just made my day! I can't wait til you finish it up so I can give it a try!

Out of curiosity, is this for version 1.5.2 or 1.5.3?
MattL920
 
Posts: 34
Joined: Tue Jun 10, 2008 7:03 pm

Postby rdb » Fri Aug 01, 2008 6:55 am

Uhm, it depends on patches that are only recently checked into CVS, so I guess it would work on both, but you'd have to apply a few patches for the former.
Since I coded everything into makepanda this will also be working for future releases.
I prefer e-mail over PM
rdb
 
Posts: 8549
Joined: Mon Dec 04, 2006 5:58 am
Location: Netherlands

Postby treeform » Fri Aug 01, 2008 1:50 pm

pro-rsoft is a star!
User avatar
treeform
 
Posts: 2106
Joined: Sat May 05, 2007 5:15 pm
Location: SF, CA

Postby Manux » Fri Aug 01, 2008 1:58 pm

Hmm...

work out problems with buffers?
(offscreen, depth,...)

@pro-rsoft: I'll PM you right when I can access my Mac, so I can give a try to your work
:)
---

Manux
Manux
 
Posts: 45
Joined: Thu Jun 12, 2008 3:02 pm

Re: behaviour trees

Postby DDd » Mon Jan 19, 2009 2:21 pm

Necroside wrote:Hi everyone
I'm a new programmer learning python and Panda3D, Just wondering if anyone knows a behaviour tree editor (just like the one bungie studios used in halo (there are some screeshoots around)) or it's possible to be implemented in panda in the future. It's a good choice because a designer can just use it to AI and we (programmers) can dedicate the time to something else.

Thanks

BTW
Forgive my bad english


There may be a few BT editors available, but none in python that i know off. I point you to aigamedev.com forums, ask around there for AI editors.
User avatar
DDd
 
Posts: 12
Joined: Mon Dec 22, 2008 10:42 am

Postby King_of_Z » Mon Feb 16, 2009 11:14 am

Level editor that can be used with .egg files as well as .x models.
User avatar
King_of_Z
 
Posts: 65
Joined: Wed Oct 01, 2008 1:51 pm

Postby T Rex » Thu Feb 19, 2009 3:34 pm

I know that there has been code submitted on the forums to convert an object's 3D coordinates to 2D screen coordinates, but I think that NodePath should have a built in method to do this.
T Rex
 
Posts: 104
Joined: Wed Jan 03, 2007 6:39 pm

Postby rdb » Thu Feb 19, 2009 3:45 pm

Nope, because if you have multiple windows or buffers, the position will always be different. It's not a NodePath-specific thing. Since it's different per lens, it should be a method of Lens, (which is what it is now).
I prefer e-mail over PM
rdb
 
Posts: 8549
Joined: Mon Dec 04, 2006 5:58 am
Location: Netherlands

Postby T Rex » Thu Feb 19, 2009 4:03 pm

Oh, so I was just looking in the wrong place... Cool.
T Rex
 
Posts: 104
Joined: Wed Jan 03, 2007 6:39 pm

Postby King_of_Z » Wed Apr 08, 2009 8:39 am

2 requests:

Box Collision solids
GLSL shader support
User avatar
King_of_Z
 
Posts: 65
Joined: Wed Oct 01, 2008 1:51 pm

Postby jhocking » Wed Apr 08, 2009 8:53 pm

King_of_Z wrote:GLSL shader support


http://www.panda3d.org/phpbb2/viewtopic.php?t=5866

I mean, presumably you mean without that hack, but in the meantime you can do that.
-Joe Hocking
www.newarteest.com
User avatar
jhocking
 
Posts: 206
Joined: Sun Dec 21, 2008 10:22 am
Location: Second City

Postby mavasher » Mon May 18, 2009 3:54 pm

I have a feature request:

I think Josh was working on this in past but it never made into the program. I think it would be very cool if TexGen (cubemaps, etc.) could be combined with the ShaderGenerator.
On Panda3DProjects.com:
http://www.p3dp.com/?mavasher
User avatar
mavasher
 
Posts: 294
Joined: Thu Feb 08, 2007 10:32 am
Location: Texas

Postby rdb » Tue May 19, 2009 1:05 am

Yeah, fixing Josh' unfinished shader generator features is a top priority on my todo list.
I prefer e-mail over PM
rdb
 
Posts: 8549
Joined: Mon Dec 04, 2006 5:58 am
Location: Netherlands

Re: Feature Requests.

Postby rdb » Thu May 21, 2009 2:15 pm

Josh Yelon wrote:I now have a standing offer: anybody who wants to add a small feature to panda can ask me for help, and I'll walk you through the process. I'll help you find the classes you need in the source tree, I'll explain how they work, I'll explain how to extend them - I'll even go so far as to work on the code side-by-side with you through VNC. My hope is that you'll get the hang of working on panda, and that in time, you'll become a panda developer yourself.


I've just reopened this offer.
I prefer e-mail over PM
rdb
 
Posts: 8549
Joined: Mon Dec 04, 2006 5:58 am
Location: Netherlands

Postby rdb » Thu Jul 02, 2009 11:42 am

ASerdar wrote:2.) Includes for shaders, being able to assign separate vertex and pixel shader files.

Just checked in this feature.
I prefer e-mail over PM
rdb
 
Posts: 8549
Joined: Mon Dec 04, 2006 5:58 am
Location: Netherlands

Postby Marcc3d » Sun Jul 05, 2009 5:32 pm

I have feature request, I don't know if it will be possible, but it would be great if panda could have a browser support as Unity3D has. I am think to do 3d small games with Panda, aka advergames, to do that, panda needs a browser support, otherwise I need to learn how to use Unity3D, I would like to continue with panda for all my purposes. Thx :wink:
Image
Image
User avatar
Marcc3d
 
Posts: 53
Joined: Sat Aug 23, 2008 5:21 pm
Location: Bahia - Brazil

Postby drwr » Mon Jul 06, 2009 12:36 am

Did you look at this thread, seven posts down in this same forum? I've been working diligently on adding this precise feature. If you like using Panda, then go ahead and develop your game using Panda; by the time you are done, the browser support will be ready.

David
drwr
 
Posts: 11253
Joined: Fri Feb 13, 2004 12:42 pm
Location: Glendale, CA

Postby Marcc3d » Mon Jul 06, 2009 1:36 am

Sory David for the post without seeing the entire forum, after the post I could see you are already working on it. Many thanks for the effort to bring Panda to the browser.
Image
Image
User avatar
Marcc3d
 
Posts: 53
Joined: Sat Aug 23, 2008 5:21 pm
Location: Bahia - Brazil

Postby Praios » Sun Jul 12, 2009 4:12 am

A local tone mapping operator and a builtin to-greyscale postprocesssing filter would be cool - for example for imitating dark adaptation.
Of course a tone mapping operator just for that would be great, too.

I'd try to implement this myself but I have no idea about writing shaders and all this implementing stuff.
User avatar
Praios
 
Posts: 233
Joined: Fri Aug 31, 2007 2:23 pm
Location: Germany

Postby rdb » Sun Jul 12, 2009 4:50 am

I did actually plan to have such a filter in my game project, so sooner or later, if it's not already there, I'd implement that.
I prefer e-mail over PM
rdb
 
Posts: 8549
Joined: Mon Dec 04, 2006 5:58 am
Location: Netherlands

Postby King_of_Z » Mon Jul 13, 2009 8:13 am

I jUst about to request this feature...
User avatar
King_of_Z
 
Posts: 65
Joined: Wed Oct 01, 2008 1:51 pm

Postby bloodrush » Sun Aug 09, 2009 1:03 am

OSX Tiger binary.

It's so cool how Panda3D works on all platforms including OSX but my system is not capable of running leopard and I am having trouble compiling the source under Tiger. I hope they include an OSX Tiger Binary on the download page as well.

:-)
bloodrush
 
Posts: 17
Joined: Thu Dec 18, 2008 11:05 pm

Postby rdb » Sun Aug 09, 2009 1:04 am

Give me a tiger machine and it's done :-)
I prefer e-mail over PM
rdb
 
Posts: 8549
Joined: Mon Dec 04, 2006 5:58 am
Location: Netherlands

Postby ynjh_jo » Wed Aug 12, 2009 7:51 pm

1. Make PNMImage to respect dynamically changing model paths
2. --no-tinydisplay option to makepanda
http://ynjh.panda3dprojects.com | http://ynjh.p3dp.com
Intel P4Prescott 2.8GHz HT | ATI Radeon HD4670 1GB GDDR3
User avatar
ynjh_jo
 
Posts: 1795
Joined: Tue Apr 18, 2006 12:41 am
Location: Malang, Indonesia

Postby SheepWillPrevail » Thu Aug 13, 2009 2:16 pm

I'm interested in integrating amBX. I like native coding and am familiar with its SDK.

Is there a skeletal structure for native bound 'direct'(/Python) objects? Or, maybe some documentation which describes a kind of template for adding these kind of modules.

A big win imho would be easier building of the 'direct' source tree. Having to use Cygwin is a bit bothersome, but nothing major.

BTW, to any of the devs of Panda3D out there; wow, what an amazing piece of work you have created! It even taught me to love Python. Thank you :)
SheepWillPrevail
 
Posts: 6
Joined: Thu Aug 13, 2009 2:04 pm
Location: The Netherlands

PreviousNext

Return to Panda Features in Development

Who is online

Users browsing this forum: No registered users and 0 guests