makc
0f5897cea2
pre-init of userData
2012-12-12 23:26:21 +01:00
makc
5ed4708034
+ minor queue optimization
...
+ reordered parseAsync params to group them logically
2012-11-29 21:26:03 +01:00
makc
be72116dc8
async dae parsing
2012-11-29 09:08:20 +01:00
makc
4a4d18ab61
Fixes issue #40
2012-11-26 12:43:36 +01:00
hyzhak
749acd4a24
fix bugs with new ASC2.0 compiler
2012-11-22 12:41:22 +01:00
NordonOscillius
9e9c3be3f6
Update src/alternativa/engine3d/shadows/OmniLightShadow.as
...
The removeCaster() method was fixed: it seems like removing a caster from the end of the _casters vector won't work. For example, if _casters has only one element then calling
_casters[0] = _casters.pop();
will first remove that element from vector (with pop() method) and then add it again with the same index.
Метод removeCaster() был исправлен: похоже, удаление с его помощью последнего объекта из вектора _casters не сработает. Например, если вектор _casters имеет всего один элемент, то выполнение
_casters[0] = _casters.pop();
сначала удалит тот элемент из вектора (_casters.pop()), а затем добавит его вновь с тем же индексом.
2012-10-28 14:59:41 +03:00
Dmitry Kravtsov
16ea5e0414
Bugfix: Uploading of partialy uploaded Geometry
...
When Geometry is uploaded, one can add new VertexStream,
which would cause a Runtime error during next upload (null reference)
2012-10-25 14:48:57 +11:00
Aleksey Fomkin
32e1c6c683
animation export fix
2012-09-29 16:39:54 +04:00
makc
389dd040a8
Update src/alternativa/engine3d/resources/ATFTextureResource.as
...
dxt1 support http://forum.alternativaplatform.com/posts/list/10174.page#77706
2012-09-25 23:14:53 +03:00
ffelini
b0d92f1090
Update src/alternativa/engine3d/shadows/DirectionalLightShadow.as
...
removeCaster methods added
2012-09-20 13:40:10 +03:00
artem pecheny
4fb82d17fb
Add @private tag for alternativa3d namespace fields
2012-09-10 19:28:00 +06:00
makc
d7bf93a4c8
Update src/alternativa/engine3d/materials/StandardMaterial.as
...
http://forum.alternativaplatform.com/posts/list/10122.page#77398
2012-09-07 20:51:47 +03:00
Leonid Gaev
5a704e8ebc
Merge remote-tracking branch 'origin/master'
2012-08-31 17:52:24 +06:00
Yaski
329b596073
Update version
2012-08-20 21:49:02 +06:00
Yaski
f226a7c103
Fixed wrong caching of lights programs for many lights
2012-08-20 21:01:05 +06:00
artem pecheny
7616a8783a
Revert "Object3DUtils -> Utils"
...
This reverts commit 7de7fa62a8 .
Conflicts:
src/alternativa/engine3d/utils/Object3DUtils.as
2012-08-17 20:01:38 +06:00
Yaski
31ad1bc824
Object3DUtils restored in old place
2012-08-17 19:15:01 +06:00
Leonid Gaev
dead1e1fdc
renamed Utils -> Object3DUtils
2012-08-17 15:17:01 +06:00
Yaski
0a8b4d6ad5
Parser3DS: code style checking
2012-08-16 20:27:02 +06:00
Yaski
8b2791f931
Merge branch 'master' of github.com:AlternativaPlatform/Alternativa3D
2012-08-16 20:19:02 +06:00
Andrey Kopysov
24b1f08731
Merge pull request #17 from lanior/master
...
Parser3DS:Replace Array with typed Vector
2012-08-16 07:20:22 -07:00
Yaski
905012d413
Utils -> Object3DUtils
2012-08-16 20:18:19 +06:00
Leonid Gaev
9e3a23ee57
Merge remote-tracking branch 'origin/master'
2012-08-16 15:34:29 +06:00
Leonid Gaev
7de7fa62a8
Object3DUtils -> Utils
2012-08-16 15:34:08 +06:00
Vasiliy Stepanets
238562f8ac
Replace Array with typed Vector
2012-08-15 21:42:02 +11:00
Yaski
eef093f24a
SkyBox refactoring
2012-08-07 15:49:52 +06:00
Yaski
1934ce7171
Clear context after renderToTexture
2012-08-03 01:17:48 +06:00
Yaski
d08989b9b1
Get context properties in Camera3D
2012-07-31 21:53:03 +06:00
Yaski
094bbcd5b7
Fallback materials to simpler
2012-07-31 00:28:22 +06:00
artem pecheny
1cbd3cad2b
Merge remote-tracking branch 'origin/master'
2012-07-30 15:07:08 +06:00
artem pecheny
cffd3bf50d
ASDoc for shadows
2012-07-30 14:57:28 +06:00
artem pecheny
cf4ad582f1
ASDoc for excludeLight
2012-07-30 13:58:00 +06:00
artem pecheny
c05ac77e25
ASDoc
2012-07-30 13:43:34 +06:00
Yaski
c4971892ec
Minor bug fixed: Object3D.toString() truncates class name when in default package.
2012-07-26 17:49:15 +06:00
Yaski
2eba54d993
Minor bug fixed: AnimationClip.slice(), AnimationClip.clone() - animated and loop properties not set for cloned object.
2012-07-26 14:59:29 +06:00
Yaski
18c0e916b8
Mouse events bubbling fixed
2012-07-24 19:50:45 +06:00
Yaski
bddeffa66a
Fixed bug: removing mouse event listener causes mouse events stop working. Use hand cursor fixed.
2012-07-24 19:29:22 +06:00
Yaski
42aca415c2
Minor fix : type missed
2012-07-24 13:57:13 +06:00
Yaski
9350ceac63
BitmapTextureResource: rename constructor parameter to resizeForGPU
2012-07-23 18:15:06 +06:00
Yaski
3bc0080fa7
Minor code formatting
2012-07-19 01:18:08 +06:00
Andrey Kopysov
749df640a5
Merge pull request #13 from therabbitwindfall/master
...
Add setPosition, lookAt to Camera3D and converting between Radians and Degrees in Object3DUtils
2012-07-18 12:15:35 -07:00
Yaski
bab164f9f8
BitmapTextureResource: auto resize for GPU option
2012-07-19 01:05:05 +06:00
Yaski
67bb6b7d58
Added events for FP 11.2: RIGHT_CLICK, RIGHT_MOUSE_DOWN, RIGHT_MOUSE_UP. Need use FP 11.2 and -swf-version=15. #8
2012-07-18 17:35:53 +06:00
Yaski
4386a40174
ExporterA3D: export meshes without geometry as Object3D. Closes #10
2012-07-17 15:52:43 +06:00
therabbitwindfall
ddbb8109ce
Converting between Radians and Degrees
2012-07-15 02:16:30 +03:00
therabbitwindfall
4b1f6a74de
added Camera setPosition and lookAt methods
2012-07-15 02:10:41 +03:00
Yaski
dbfc1863e0
Object3D:: added hierarchical parameter in exclude light system
2012-07-13 14:31:31 +06:00
Yaski
9b4b36c4f8
Merge branch 'master' of github.com:AlternativaPlatform/Alternativa3D
2012-07-12 21:44:09 +06:00
Yaski
6fcec0d9b6
Maven asdoc output
2012-07-12 21:42:49 +06:00
artem pecheny
9ab6c475e1
Fix box primitive tangents and binormals, createBinormals()
2012-07-12 21:16:14 +06:00