godot/scene/resources
Juan Linietsky 65fb961b8b -Ability to and unwrap lightmap coordinates on import
-Added unwrap functionality to Mesh
-Ability to display and debug mesh UVs
-Added multiline draw, so it's easier and faster to draw UVs
-Many fixes to SurfaceTool
-Fixes to Thekla Unwrap, but it's a piece of ass and it keeps crashing. Will have to go away
2017-12-09 14:18:14 -03:00
..
default_theme Changed current line draw order and added code folding color 2017-12-07 19:17:43 +00:00
animation.cpp ability to keep user tracks when importing animations, closes #12801 2017-12-07 10:19:35 -03:00
animation.h ability to keep user tracks when importing animations, closes #12801 2017-12-07 10:19:35 -03:00
audio_stream_sample.cpp -Added ramp fadeout in AudioStreamPlayer, removes clips on audio restart 2017-11-12 11:11:45 -03:00
audio_stream_sample.h
bit_mask.cpp Made Vector::ptrw explicit for writing, compiler was sometimes using the wrong function, 2017-11-25 00:09:40 -03:00
bit_mask.h
bounds.cpp
bounds.h
box_shape.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
box_shape.h
canvas.cpp
canvas.h
capsule_shape_2d.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
capsule_shape_2d.h
capsule_shape.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
capsule_shape.h
circle_shape_2d.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
circle_shape_2d.h
color_ramp.cpp
color_ramp.h
concave_polygon_shape_2d.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
concave_polygon_shape_2d.h
concave_polygon_shape.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
concave_polygon_shape.h
convex_polygon_shape_2d.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
convex_polygon_shape_2d.h
convex_polygon_shape.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
convex_polygon_shape.h
curve.cpp
curve.h
dynamic_font_stb.cpp fix: Updates dynamic_font_stb to use get_extension, and memnew 2017-11-12 11:45:29 +01:00
dynamic_font_stb.h
dynamic_font.cpp Made Vector::ptrw explicit for writing, compiler was sometimes using the wrong function, 2017-11-25 00:09:40 -03:00
dynamic_font.h
environment.cpp Set ambient contribution by default to 1, fixes #11850 2017-11-12 08:26:45 -03:00
environment.h Many fixes to SSAO, should be good now. 2017-10-22 13:52:48 -03:00
font.cpp
font.h
material.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
material.h -Fix particles with size==0, closes #13931 2017-12-06 19:51:13 -03:00
mesh_data_tool.cpp
mesh_data_tool.h
mesh_library.cpp
mesh_library.h
mesh.cpp -Ability to and unwrap lightmap coordinates on import 2017-12-09 14:18:14 -03:00
mesh.h -Ability to and unwrap lightmap coordinates on import 2017-12-09 14:18:14 -03:00
multimesh.cpp Rename Rect3 to AABB. 2017-11-17 11:01:41 -05:00
multimesh.h Rename Rect3 to AABB. 2017-11-17 11:01:41 -05:00
packed_scene.cpp Improve slang, especially in user-visible parts 2017-12-05 15:41:38 +01:00
packed_scene.h
plane_shape.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
plane_shape.h
polygon_path_finder.cpp
polygon_path_finder.h
primitive_meshes.cpp Fix and rewrite folding logic, closes #14005, closes #13421 2017-12-06 19:07:17 -03:00
primitive_meshes.h Rename Rect3 to AABB. 2017-11-17 11:01:41 -05:00
ray_shape.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
ray_shape.h
rectangle_shape_2d.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
rectangle_shape_2d.h
room.cpp
room.h
scene_format_text.cpp Rename Rect3 to AABB. 2017-11-17 11:01:41 -05:00
scene_format_text.h
SCsub
segment_shape_2d.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
segment_shape_2d.h
shader_graph.cpp
shader_graph.h
shader.cpp
shader.h
shape_2d.cpp
shape_2d.h
shape_line_2d.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
shape_line_2d.h
shape.cpp
shape.h
sky_box.cpp
sky_box.h
space_2d.cpp
space_2d.h
sphere_shape.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
sphere_shape.h
style_box.cpp
style_box.h
surface_tool.cpp -Ability to and unwrap lightmap coordinates on import 2017-12-09 14:18:14 -03:00
surface_tool.h -Ability to and unwrap lightmap coordinates on import 2017-12-09 14:18:14 -03:00
texture.cpp Added a higher level wrapper for proxy texture 2017-12-04 16:54:17 -03:00
texture.h Added a higher level wrapper for proxy texture 2017-12-04 16:54:17 -03:00
theme.cpp
theme.h
tile_set.cpp Fix TileSet::AutotileData::ocludder_map typo 2017-12-08 20:38:36 +01:00
tile_set.h Fix TileSet::AutotileData::ocludder_map typo 2017-12-08 20:38:36 +01:00
video_stream.cpp
video_stream.h Merge pull request #12014 from hi-ogawa/fix-video-playback 2017-11-13 19:57:18 +01:00
world_2d.cpp
world_2d.h
world.cpp Made Vector::ptrw explicit for writing, compiler was sometimes using the wrong function, 2017-11-25 00:09:40 -03:00
world.h Rename Rect3 to AABB. 2017-11-17 11:01:41 -05:00