David Rose
|
96b0687b2b
|
depends on audio
|
2007-08-28 18:45:22 +00:00 |
Josh Yelon
|
06d661b62b
|
Added set_frame_fullscreen_quad and set_uv_range(MovieTexture)
|
2007-08-28 16:38:21 +00:00 |
Josh Yelon
|
70e50a5ecf
|
More improvements
|
2007-08-28 16:37:43 +00:00 |
Josh Yelon
|
1e02c06517
|
Major refactoring of movie code.
|
2007-08-20 22:34:58 +00:00 |
Josh Yelon
|
b1d7446c27
|
Getting closer to functional
|
2007-08-14 04:17:16 +00:00 |
Josh Yelon
|
136882b1cd
|
Removed class Movie
|
2007-08-13 06:50:04 +00:00 |
David Rose
|
58834b377a
|
fix compilation errors
|
2007-08-10 18:34:38 +00:00 |
Josh Yelon
|
4eb2b7e021
|
Added movietexture to sources.pp
|
2007-08-10 15:37:19 +00:00 |
Josh Yelon
|
c6ed2145ee
|
A minor fix
|
2007-08-10 06:12:05 +00:00 |
Josh Yelon
|
84c44e8872
|
More progress on Movie/MovieTexture
|
2007-08-10 02:27:45 +00:00 |
Zachary Pavlov
|
220d33e006
|
okay, this is going to be a big commit. The basic idea here is to add transparent defines to allow for directory based dlls later. This will let us build tau again. ugggg
|
2007-07-20 23:02:51 +00:00 |
David Rose
|
1abe868c95
|
preserve geometry order when flattening
|
2007-07-06 18:19:00 +00:00 |
Josh Yelon
|
28d756a679
|
Initial revision of movieTexture
|
2007-07-04 16:55:44 +00:00 |
David Rose
|
39dc3d9c3e
|
add allow-incomplete-render
|
2007-06-06 21:05:17 +00:00 |
David Rose
|
8b01f4f426
|
move pipeOcclusionCullTraverser.cxx into composite
|
2007-06-06 17:03:15 +00:00 |
David Rose
|
d55b83f568
|
remove unused var
|
2007-06-05 01:41:33 +00:00 |
David Rose
|
dbea60ee9e
|
remove temp hack
|
2007-06-04 20:19:46 +00:00 |
David Rose
|
faad1e333d
|
optional BoundingBox
|
2007-06-02 00:59:32 +00:00 |
David Rose
|
b2ba2b5246
|
robustify a bit
|
2007-06-01 22:56:59 +00:00 |
David Rose
|
33a0c3af8e
|
replacing CullBinOcclusionTest with PipeOcclusionCullTraverser, some linmath optimizations
|
2007-05-31 21:17:50 +00:00 |
David Rose
|
8b32c56bd6
|
unify GVD better
|
2007-02-23 01:00:24 +00:00 |
David Rose
|
33e3ae85ab
|
RigidBodyCombiner
|
2007-02-23 00:34:06 +00:00 |
David Rose
|
e1bee7aff7
|
fix video textures
|
2007-02-16 21:17:21 +00:00 |
Josh Yelon
|
7a431e4499
|
Cleaned up some ugly code, removed a cerr
|
2007-02-12 19:39:48 +00:00 |
David Rose
|
6f6eadcd8a
|
compiler warning
|
2007-01-30 17:45:55 +00:00 |
Josh Yelon
|
cd2049fc7b
|
Reversed y-dir of normals
|
2006-11-28 19:39:37 +00:00 |
David Rose
|
425ada050a
|
add PandaNode::get_fancy_bits(), remove PandaNode::has_cull_callback()
|
2006-09-20 00:54:15 +00:00 |
David Rose
|
2a3ee47c79
|
fix crash on initializing invalid video
|
2006-09-12 18:18:41 +00:00 |
David Rose
|
fc1c9ac134
|
add missing parameter
|
2006-09-05 17:40:03 +00:00 |
Josh Yelon
|
eb2aa16c66
|
A few more fixes to the heightfield tesselator
|
2006-08-08 17:39:51 +00:00 |
Josh Yelon
|
87c7e59646
|
Reversed Y-coordinate, to reflect usual orientation of images
|
2006-07-31 16:24:44 +00:00 |
David Rose
|
df10d43e2f
|
add heightfieldTesselator to Sources.pp
|
2006-07-27 20:56:55 +00:00 |
Josh Yelon
|
ba0a2427bf
|
Working, except that image upside-down
|
2006-07-27 20:13:51 +00:00 |
David Rose
|
3c249e55f6
|
straighten out some issues with audio, seeking; fix formatting issues
|
2006-07-14 23:24:38 +00:00 |
David Rose
|
bcb66a94d7
|
fix some issues with video textures
|
2006-06-19 13:29:18 +00:00 |
David Rose
|
89f6b97a07
|
fix build break
|
2006-06-15 01:54:11 +00:00 |
Dustin Barnard
|
1a20ccab5c
|
*** empty log message ***
|
2006-06-02 21:25:57 +00:00 |
David Rose
|
6a007533fd
|
fix tabs, prevent crash on startup
|
2006-05-17 18:47:45 +00:00 |
Zachary Pavlov
|
cb65e0c44e
|
all right, almost all parts of ffmpeg should be hooked in
|
2006-05-14 22:35:54 +00:00 |
Zachary Pavlov
|
366f48314e
|
okay, the only current video textures now supported are avi and mov, but they are both running through ffmpeg
|
2006-05-14 22:32:07 +00:00 |
Zachary Pavlov
|
b8a0f48bae
|
All right, here's the basic code necessary to run ffmpeg textures
|
2006-05-14 18:42:04 +00:00 |
David Rose
|
9808294212
|
factor out more calls to Thread::get_current_thread()
|
2006-04-27 14:45:39 +00:00 |
David Rose
|
ddd1046462
|
factor out Thread::get_current_thread() some more
|
2006-04-26 07:31:23 +00:00 |
David Rose
|
1eb1b26006
|
tau on windows
|
2006-04-14 03:18:36 +00:00 |
David Rose
|
838a261ae2
|
remove bogus assertion
|
2006-04-07 01:35:06 +00:00 |
David Rose
|
b115e2296c
|
remove INLINE
|
2006-04-05 21:57:03 +00:00 |
Josh Yelon
|
6d0692fec6
|
*** empty log message ***
|
2006-04-05 16:47:19 +00:00 |
David Rose
|
f803ef85ce
|
explicit mipmap control
|
2006-03-22 22:23:56 +00:00 |
David Rose
|
e6369ba5a4
|
compressed textures, texture objects
|
2006-03-15 20:05:36 +00:00 |
David Rose
|
b7fd641aa9
|
fixes to MultitexReducer
|
2006-03-08 00:24:31 +00:00 |