Ivan Safrin
|
a62e4dfdf0
Merge pull request #492 from wivlaro/icosphere-primitive
|
11 anos atrás |
Ivan Safrin
|
b9b698d016
Merge pull request #484 from wivlaro/mesh-vertex-removal-functions
|
11 anos atrás |
Bill Robinson
|
cfcd9d5668
Added octosphere and optimized subdivider so it doesn't make too many vertices.
|
11 anos atrás |
Bill Robinson
|
ce9ad51859
Icospheres are useful primitives to have around. If you need a sphere with even distribution of triangles
|
11 anos atrás |
Bill Robinson
|
703a286013
Mesh vertex manipulation utilities
|
11 anos atrás |
bagobor
|
6ce695a414
-added explicit keywords
|
11 anos atrás |
Ivan Safrin
|
bfc2510042
Added mesh particle support to particle system (no IDE options for it yet), optimized VBO creation slightly
|
11 anos atrás |
Ivan Safrin
|
bfd0de6096
Implemented Clone/applyClone for all Scene entities;2C, implemented Copy/Paste in the Entity editor, fixed some redundant shader parameter code
|
12 anos atrás |
Ivan Safrin
|
49763db246
Added weighted animation blending support to the skeletal animation system, fixed HDR post processing material to use the latest material system, fixed retina support in Polycode Player, fixed labels offsetting incorrectly by a pixel due to texture padding.
|
12 anos atrás |
Ivan Safrin
|
289d46be7b
Made xyzuv addVertex be the default addVertex for bindings, added none blending mode to blending mode drop down in material editor
|
12 anos atrás |
Ivan Safrin
|
d2d63bd2d8
Fixed options being reversed in torus mesh, fixed hit areas on the rotate gizmo
|
12 anos atrás |
Ivan Safrin
|
3c419a0c53
Added a camera fov frustum visualizer to the 3d editor
|
12 anos atrás |
Ivan Safrin
|
6478b258ef
Converted all primitives to use indexed vertices, rewrote normal and tangent genration to be much faster (will not generate smooth normals/tangents for unconnected non-indexed faces anymore)
|
12 anos atrás |
Ivan Safrin
|
56d250823c
Added indexed mesh support to Polycode, added indexed mesh support to .mesh format, polyimport will now always generate an indexed mesh file, rewrote .mesh format to support flags for different vertex attributes, updated polyimport with options to only include chosen vertex attributes, changed 3d asset import UI to reflect new polyimport changes, added support for secondary UV coordinates
|
12 anos atrás |
Ivan Safrin
|
02272793af
Removed Polygon from Polycode, meshes now contain vertices directly
|
12 anos atrás |
Ivan Safrin
|
a0e54ada27
Fixed scene primitives to all use triangles, added ScenePrimitive property sheet to entity editor, fixed ray-polygon intersect, added a new primitive type for line only circles
|
12 anos atrás |
Ivan Safrin
|
72f3e20460
Added a grid and transform gizmo to the 3d editor, added 2d circle primitive type to ScenePrimitive, added plane intersection test to Ray
|
12 anos atrás |
Ivan Safrin
|
fbd2cfb79c
Added static constructor proxies for overloaded constructors for Lua bindings access
|
13 anos atrás |
Ivan Safrin
|
0d9f0022ac
Removed old unsupported mesh type
|
13 anos atrás |
Ivan Safrin
|
272e763c7a
LINE_LOOP_MESH support
|
13 anos atrás |
Ivan Safrin
|
a503864244
All classes now subclass PolyBase to faciliate casting in Lua bindings
|
13 anos atrás |
Ivan Safrin
|
87be8d27f2
Convenience methods for dirtying mesh arrays, disabled non-working reliable data in Peer
|
13 anos atrás |
Ivan Safrin
|
193e0e2251
UI improvements, Major IDE updates (2D entity editor, bezier curve editor, asset browser), ids and tags for entities, ScreenEntityInstances, binary Object serialization, various bugfixes and improvements across the board, Particle systems no longer require a parent Scene/Screen, Label code rewrite (now aligned to baseline by default),
|
13 anos atrás |
Ivan Safrin
|
8666e09cbe
Merged in a bunch of mcclure's memory leak fixes
|
13 anos atrás |
Ivan Safrin
|
526fafcdc8
Added TYPE_UNCAPPED_CYLINDER scene mesh type
|
13 anos atrás |
Ivan Safrin
|
027d9462f5
UI HSlider fixes and UI Color picker
|
14 anos atrás |
Ivan Safrin
|
04a22925fc
Tangent generation and normal map shader support
|
14 anos atrás |
Ivan Safrin
|
18e6e9fbde
Kinect module fixes and screen sprite improvements. Disabled binding generation as default.
|
14 anos atrás |
Cameron Hart
|
aa4e7b968e
Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies.
|
14 anos atrás |
Cameron Hart
|
d2fde9fc99
Converted string to store as UTF-8 since the majority of the time this is how it's used. Now strings can be passed as const reference parameters which greatly reduces the amount of string copying being performed.
|
14 anos atrás |